Trace number 1076741

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.09 1810.61

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-17_ext.xml
MD5SUM8a2800653f6a3fd24064aa5b82dfed2c
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.49777
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of constraints31
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension31
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 18:44:26 2008
0.00/0.05	c 0	PID 28332
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1076741-1215189866.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076741-1215189866.xml' 'HOME/temp.csp'
0.03/0.86	c 1	1 domains, 238 variables, 0 predicates, 2 relations, 31 constraints
0.03/0.86	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.86	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.95	c 1	Parsing HOME/temp.csp
1.33/1.49	c 2	parsed 272 expressions
1.33/1.49	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.49	c 2	Converting to clausal form CSP
1.42/1.52	c 2	converted 28 (10%) expressions
1.42/1.52	c 2	converted 55 (20%) expressions
1.42/1.52	c 2	converted 82 (30%) expressions
1.42/1.52	c 2	converted 109 (40%) expressions
1.42/1.52	c 2	converted 136 (50%) expressions
1.42/1.52	c 2	converted 164 (60%) expressions
1.42/1.52	c 2	converted 191 (70%) expressions
1.42/1.52	c 2	converted 218 (80%) expressions
4.20/4.36	c 4	converted 245 (90%) expressions
14.70/14.93	c 15	converted 272 (100%) expressions
14.70/14.93	c 15	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
14.70/14.93	c 15	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.70/14.93	c 15	Propagation in CSP
14.70/14.93	c 15	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.70/14.93	c 15	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
14.70/14.93	c 15	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.70/14.93	c 15	Simplifing CSP by introducing new Boolean variables
14.70/14.93	c 15	CSP : 238 integers, 0 booleans, 31 clauses, largest domain size 26
14.70/14.93	c 15	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.39/16.60	c 17	Encoding CSP to SAT : HOME/temp.cnf
16.39/16.62	c 17	24 (10%) CSP integer variables are encoded (576 clauses, 6192 bytes)
16.39/16.63	c 17	48 (20%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
16.39/16.63	c 17	72 (30%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
16.39/16.63	c 17	96 (40%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
16.39/16.63	c 17	119 (50%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
16.39/16.63	c 17	143 (60%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
16.39/16.63	c 17	167 (70%) CSP integer variables are encoded (4008 clauses, 50041 bytes)
16.39/16.63	c 17	191 (80%) CSP integer variables are encoded (4584 clauses, 57529 bytes)
16.39/16.64	c 17	215 (90%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
16.39/16.64	c 17	238 (100%) CSP integer variables are encoded (5712 clauses, 72193 bytes)
1800.09/1810.52	c ERROR INTERRUPTED
1800.09/1810.61	s UNKNOWN
1800.09/1810.61	c 1811	CPU 0.77 (0.03 0 0.74 0.06)
1800.09/1810.61	c 1811	END Fri Jul  4 19:14:37 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076741-1215189866/watcher-1076741-1215189866 -o /tmp/evaluation-result-1076741-1215189866/solver-1076741-1215189866 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1076741-1215189866.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28332
/proc/meminfo: memFree=1632240/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=12268 CPUtime=0
/proc/28332/stat : 28332 (sugar) R 28330 28332 26708 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1997959614 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28332/statm: 3067 316 241 3 0 167 0

[startup+0.107263 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28332
/proc/meminfo: memFree=1632240/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.03
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997959614 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201275 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28332
/proc/meminfo: memFree=1632240/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.03
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997959614 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30128 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28332
/proc/meminfo: memFree=1632240/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.03
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997959614 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701319 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 28332
/proc/meminfo: memFree=1632240/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.03
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1997959614 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50138 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 28354
/proc/meminfo: memFree=1622680/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.82
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 973 9061 0 1 3 0 74 5 15 0 1 0 1997959614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 797 370 3 0 500 0
[pid=28345] ppid=28332 vsize=5356 CPUtime=0
/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=864104 CPUtime=0.6
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 7061 0 1 0 56 4 0 0 18 0 9 0 1997959701 884842496 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216026 6238 2540 9 0 210601 0
[pid=28346/tid=28347] ppid=28345 vsize=864104 CPUtime=0.35
/proc/28346/task/28347/stat : 28347 (java) R 28345 28332 26708 0 -1 64 2482 0 1 0 34 1 0 0 18 0 9 0 1997959702 884842496 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4159705864 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28348] ppid=28345 vsize=864104 CPUtime=0.17
/proc/28346/task/28348/stat : 28348 (java) S 28345 28332 26708 0 -1 64 3555 0 0 0 16 1 0 0 16 0 9 0 1997959703 884842496 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28349] ppid=28345 vsize=864104 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 884842496 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=864104 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1997959703 884842496 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28351] ppid=28345 vsize=864104 CPUtime=0
/proc/28346/task/28351/stat : 28351 (java) S 28345 28332 26708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997959705 884842496 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28352] ppid=28345 vsize=864104 CPUtime=0.05
/proc/28346/task/28352/stat : 28352 (java) S 28345 28332 26708 0 -1 64 327 0 0 0 5 0 0 0 16 0 9 0 1997959705 884842496 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28353] ppid=28345 vsize=864104 CPUtime=0
/proc/28346/task/28353/stat : 28353 (java) S 28345 28332 26708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997959705 884842496 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28354] ppid=28345 vsize=864104 CPUtime=0
/proc/28346/task/28354/stat : 28354 (java) S 28345 28332 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997959705 884842496 6238 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883060

[startup+3.10253 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 28354
/proc/meminfo: memFree=1595224/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.82
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 973 9061 0 1 3 0 74 5 15 0 1 0 1997959614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 797 370 3 0 500 0
[pid=28345] ppid=28332 vsize=5356 CPUtime=0
/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=864236 CPUtime=2.2
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 19176 0 1 0 210 10 0 0 18 0 9 0 1997959701 884977664 17570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216059 17570 2540 9 0 210634 0
[pid=28346/tid=28347] ppid=28345 vsize=864236 CPUtime=0.87
/proc/28346/task/28347/stat : 28347 (java) R 28345 28332 26708 0 -1 64 3132 0 1 0 86 1 0 0 22 0 9 0 1997959702 884977664 17570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28348] ppid=28345 vsize=864236 CPUtime=1.21
/proc/28346/task/28348/stat : 28348 (java) R 28345 28332 26708 0 -1 64 15012 0 0 0 115 6 0 0 17 0 9 0 1997959703 884977664 17570 996147200 134512640 134550740 4294955952 18446744073709551615 102674840 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28349] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 884977664 17570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997959703 884977664 17570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28351] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28351/stat : 28351 (java) S 28345 28332 26708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997959705 884977664 17570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28352] ppid=28345 vsize=864236 CPUtime=0.07
/proc/28346/task/28352/stat : 28352 (java) S 28345 28332 26708 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1997959705 884977664 17570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28353] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28353/stat : 28353 (java) S 28345 28332 26708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997959705 884977664 17570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28354] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28354/stat : 28354 (java) S 28345 28332 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997959705 884977664 17570 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883192

[startup+6.30282 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 28354
/proc/meminfo: memFree=1505624/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.82
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 973 9061 0 1 3 0 74 5 16 0 1 0 1997959614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 797 370 3 0 500 0
[pid=28345] ppid=28332 vsize=5356 CPUtime=0
/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=864236 CPUtime=5.36
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 42464 0 1 0 516 20 0 0 18 0 9 0 1997959701 884977664 39927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216059 39927 2540 9 0 210634 0
[pid=28346/tid=28347] ppid=28345 vsize=864236 CPUtime=1.88
/proc/28346/task/28347/stat : 28347 (java) S 28345 28332 26708 0 -1 64 4401 0 1 0 186 2 0 0 16 0 9 0 1997959702 884977664 39927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28348] ppid=28345 vsize=864236 CPUtime=3.38
/proc/28346/task/28348/stat : 28348 (java) R 28345 28332 26708 0 -1 64 37031 0 0 0 322 16 0 0 25 0 9 0 1997959703 884977664 39927 996147200 134512640 134550740 4294955952 18446744073709551615 102514714 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28349] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 884977664 39927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997959703 884977664 39927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28351] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28351/stat : 28351 (java) S 28345 28332 26708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997959705 884977664 39927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28352] ppid=28345 vsize=864236 CPUtime=0.07
/proc/28346/task/28352/stat : 28352 (java) S 28345 28332 26708 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1997959705 884977664 39927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28353] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28353/stat : 28353 (java) S 28345 28332 26708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997959705 884977664 39927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28354] ppid=28345 vsize=864236 CPUtime=0
/proc/28346/task/28354/stat : 28354 (java) S 28345 28332 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997959705 884977664 39927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883192

[startup+12.7024 s]
/proc/loadavg: 2.01 2.00 2.00 3/91 28354
/proc/meminfo: memFree=1306200/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.82
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 973 9061 0 1 3 0 74 5 16 0 1 0 1997959614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 797 370 3 0 500 0
[pid=28345] ppid=28332 vsize=5356 CPUtime=0
/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=865240 CPUtime=11.7
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 101530 0 1 0 1119 51 0 0 18 0 9 0 1997959701 886005760 88168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216310 88168 2540 9 0 210885 0
[pid=28346/tid=28347] ppid=28345 vsize=865240 CPUtime=4.23
/proc/28346/task/28347/stat : 28347 (java) S 28345 28332 26708 0 -1 64 5767 0 1 0 420 3 0 0 17 0 9 0 1997959702 886005760 88168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28348] ppid=28345 vsize=865240 CPUtime=7.37
/proc/28346/task/28348/stat : 28348 (java) R 28345 28332 26708 0 -1 64 94731 0 0 0 691 46 0 0 25 0 9 0 1997959703 886005760 88168 996147200 134512640 134550740 4294955952 18446744073709551615 102721928 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28349] ppid=28345 vsize=865240 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 886005760 88168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=865240 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997959703 886005760 88168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28351] ppid=28345 vsize=865240 CPUtime=0
/proc/28346/task/28351/stat : 28351 (java) S 28345 28332 26708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997959705 886005760 88168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28352] ppid=28345 vsize=865240 CPUtime=0.07
/proc/28346/task/28352/stat : 28352 (java) S 28345 28332 26708 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 1997959705 886005760 88168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28353] ppid=28345 vsize=865240 CPUtime=0
/proc/28346/task/28353/stat : 28353 (java) S 28345 28332 26708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997959705 886005760 88168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28354] ppid=28345 vsize=865240 CPUtime=0
/proc/28346/task/28354/stat : 28354 (java) S 28345 28332 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997959705 886005760 88168 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 884196

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 28354
/proc/meminfo: memFree=1230360/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.82
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 974 9061 0 1 3 0 74 5 16 0 1 0 1997959614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 797 370 3 0 500 0
[pid=28345] ppid=28332 vsize=5356 CPUtime=0
/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=864348 CPUtime=24.37
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 131188 0 1 0 2371 66 0 0 18 0 9 0 1997959701 885092352 101875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216087 101875 2564 9 0 210634 0
[pid=28346/tid=28347] ppid=28345 vsize=864348 CPUtime=13.04
/proc/28346/task/28347/stat : 28347 (java) R 28345 28332 26708 0 -1 64 8170 0 1 0 1300 4 0 0 25 0 9 0 1997959702 885092352 101875 996147200 134512640 134550740 4294955952 18446744073709551615 4126618120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28348] ppid=28345 vsize=864348 CPUtime=11.19
/proc/28346/task/28348/stat : 28348 (java) S 28345 28332 26708 0 -1 64 121965 0 0 0 1060 59 0 0 16 0 9 0 1997959703 885092352 101875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28349] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 101875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 101875 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=864348 CPUtime=1591.13
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 164304 0 1 0 158983 130 0 0 18 0 9 0 1997959701 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216087 134842 2564 9 0 210634 0
[pid=28346/tid=28347] ppid=28345 vsize=864348 CPUtime=1577.72
/proc/28346/task/28347/stat : 28347 (java) R 28345 28332 26708 0 -1 64 8321 0 1 0 157719 53 0 0 25 0 9 0 1997959702 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28348] ppid=28345 vsize=864348 CPUtime=13.26
/proc/28346/task/28348/stat : 28348 (java) S 28345 28332 26708 0 -1 64 154923 0 0 0 1251 75 0 0 16 0 9 0 1997959703 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28349] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28351] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28351/stat : 28351 (java) S 28345 28332 26708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997959705 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28352] ppid=28345 vsize=864348 CPUtime=0.12
/proc/28346/task/28352/stat : 28352 (java) S 28345 28332 26708 0 -1 64 363 0 0 0 11 1 0 0 16 0 9 0 1997959705 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28353] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28353/stat : 28353 (java) S 28345 28332 26708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997959705 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28354] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28354/stat : 28354 (java) S 28345 28332 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997959705 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.95
Current children cumulated vsize (KiB) 883304

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 28587
/proc/meminfo: memFree=366536/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.82
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 974 9061 0 1 3 0 74 5 16 0 1 0 1997959614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 797 370 3 0 500 0
[pid=28345] ppid=28332 vsize=5356 CPUtime=0
/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=864348 CPUtime=1651.12
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 164304 0 1 0 164981 131 0 0 18 0 9 0 1997959701 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216087 134842 2564 9 0 210634 0
[pid=28346/tid=28347] ppid=28345 vsize=864348 CPUtime=1637.7
/proc/28346/task/28347/stat : 28347 (java) R 28345 28332 26708 0 -1 64 8321 0 1 0 163717 53 0 0 25 0 9 0 1997959702 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4126618119 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28348] ppid=28345 vsize=864348 CPUtime=13.26
/proc/28346/task/28348/stat : 28348 (java) S 28345 28332 26708 0 -1 64 154923 0 0 0 1251 75 0 0 16 0 9 0 1997959703 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28349] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28351] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28351/stat : 28351 (java) S 28345 28332 26708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997959705 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28352] ppid=28345 vsize=864348 CPUtime=0.12
/proc/28346/task/28352/stat : 28352 (java) S 28345 28332 26708 0 -1 64 363 0 0 0 11 1 0 0 16 0 9 0 1997959705 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28353] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28353/stat : 28353 (java) S 28345 28332 26708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997959705 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28354] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28354/stat : 28354 (java) S 28345 28332 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997959705 885092352 134842 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.94
Current children cumulated vsize (KiB) 883304

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 28587
/proc/meminfo: memFree=353160/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.82
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 974 9061 0 1 3 0 74 5 16 0 1 0 1997959614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 797 370 3 0 500 0
[pid=28345] ppid=28332 vsize=5356 CPUtime=0
/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=864348 CPUtime=1711.1
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 167684 0 1 0 170978 132 0 0 18 0 9 0 1997959701 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216087 138213 2564 9 0 210634 0
[pid=28346/tid=28347] ppid=28345 vsize=864348 CPUtime=1697.48
/proc/28346/task/28347/stat : 28347 (java) R 28345 28332 26708 0 -1 64 8330 0 1 0 169695 53 0 0 25 0 9 0 1997959702 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4126618101 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28348] ppid=28345 vsize=864348 CPUtime=13.46
/proc/28346/task/28348/stat : 28348 (java) S 28345 28332 26708 0 -1 64 158294 0 0 0 1270 76 0 0 16 0 9 0 1997959703 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28349] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28351] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28351/stat : 28351 (java) S 28345 28332 26708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28352] ppid=28345 vsize=864348 CPUtime=0.12
/proc/28346/task/28352/stat : 28352 (java) S 28345 28332 26708 0 -1 64 363 0 0 0 11 1 0 0 16 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28353] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28353/stat : 28353 (java) S 28345 28332 26708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28354] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28354/stat : 28354 (java) S 28345 28332 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.92
Current children cumulated vsize (KiB) 883304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 28587
/proc/meminfo: memFree=353032/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.82
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 974 9061 0 1 3 0 74 5 16 0 1 0 1997959614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 797 370 3 0 500 0
[pid=28345] ppid=28332 vsize=5356 CPUtime=0
/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=864348 CPUtime=1771.07
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 167684 0 1 0 176975 132 0 0 18 0 9 0 1997959701 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216087 138213 2564 9 0 210634 0
[pid=28346/tid=28347] ppid=28345 vsize=864348 CPUtime=1757.46
/proc/28346/task/28347/stat : 28347 (java) R 28345 28332 26708 0 -1 64 8330 0 1 0 175693 53 0 0 25 0 9 0 1997959702 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4126618085 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28348] ppid=28345 vsize=864348 CPUtime=13.46
/proc/28346/task/28348/stat : 28348 (java) S 28345 28332 26708 0 -1 64 158294 0 0 0 1270 76 0 0 16 0 9 0 1997959703 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28349] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28351] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28351/stat : 28351 (java) S 28345 28332 26708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28352] ppid=28345 vsize=864348 CPUtime=0.12
/proc/28346/task/28352/stat : 28352 (java) S 28345 28332 26708 0 -1 64 363 0 0 0 11 1 0 0 16 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28353] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28353/stat : 28353 (java) S 28345 28332 26708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28354] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28354/stat : 28354 (java) S 28345 28332 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.89
Current children cumulated vsize (KiB) 883304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.5 s]
/proc/loadavg: 2.00 2.00 1.99 3/92 28587
/proc/meminfo: memFree=353032/2055920 swapFree=4180688/4192956
[pid=28332] ppid=28330 vsize=13600 CPUtime=0.82
/proc/28332/stat : 28332 (sugar) S 28330 28332 26708 0 -1 4194304 974 9061 0 1 3 0 74 5 16 0 1 0 1997959614 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28332/statm: 3400 797 370 3 0 500 0
[pid=28345] ppid=28332 vsize=5356 CPUtime=0
/proc/28345/stat : 28345 (sh) S 28332 28332 26708 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1997959701 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28345/statm: 1339 233 193 169 0 50 0
[pid=28346] ppid=28345 vsize=864348 CPUtime=1799.27
/proc/28346/stat : 28346 (java) S 28345 28332 26708 0 -1 0 167684 0 1 0 179795 132 0 0 18 0 9 0 1997959701 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28346/statm: 216087 138213 2564 9 0 210634 0
[pid=28346/tid=28347] ppid=28345 vsize=864348 CPUtime=1785.66
/proc/28346/task/28347/stat : 28347 (java) R 28345 28332 26708 0 -1 64 8330 0 1 0 178513 53 0 0 25 0 9 0 1997959702 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4126623364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28348] ppid=28345 vsize=864348 CPUtime=13.46
/proc/28346/task/28348/stat : 28348 (java) S 28345 28332 26708 0 -1 64 158294 0 0 0 1270 76 0 0 16 0 9 0 1997959703 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28346/tid=28349] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28349/stat : 28349 (java) S 28345 28332 26708 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28350] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28350/stat : 28350 (java) S 28345 28332 26708 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1997959703 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28351] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28351/stat : 28351 (java) S 28345 28332 26708 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28352] ppid=28345 vsize=864348 CPUtime=0.12
/proc/28346/task/28352/stat : 28352 (java) S 28345 28332 26708 0 -1 64 363 0 0 0 11 1 0 0 16 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28353] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28353/stat : 28353 (java) S 28345 28332 26708 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28346/tid=28354] ppid=28345 vsize=864348 CPUtime=0
/proc/28346/task/28354/stat : 28354 (java) S 28345 28332 26708 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1997959705 885092352 138213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 883304

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28332 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=785880
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=71989
# CPU time returned by wait4() is 0.857869
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.61
CPU time (s): 1800.09
CPU user time (s): 1798.72
CPU system time (s): 1.37
CPU usage (%): 99.4188
Max. virtual memory (cumulated for all children) (KiB): 904684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.78588
system time used= 0.071989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10366
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 490
involuntary context switches= 323

runsolver used 2.26166 second user time and 6.03008 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-04 18:44:26
IDJOB=1076741
IDBENCH=56601
IDSOLVER=346
FILE ID=node41/1076741-1215189866
PBS_JOBID= 7881632
Free space on /tmp= 66152 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076741-1215189866/watcher-1076741-1215189866 -o /tmp/evaluation-result-1076741-1215189866/solver-1076741-1215189866 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1076741-1215189866.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a2800653f6a3fd24064aa5b82dfed2c
RANDOM SEED=464383931

node41.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1632656 kB
Buffers:         37744 kB
Cached:         218752 kB
SwapCached:       6596 kB
Active:         249264 kB
Inactive:       118848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632656 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:         124616 kB
Slab:            40256 kB
Committed_AS:  4346844 kB
PageTables:       1928 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66152 MiB
End job on node41 at 2008-07-04 19:14:39