Trace number 1111664

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? (TO) 3600.17 3623.06

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 benchmarkMSAT TO
Best Number of falsified constraints31
Best CPU time to get the best result obtained on this benchmark3600.08
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.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 10:32:08 2008
0.00/0.04	c 0	PID 15963
0.00/0.04	c 0	HOST node53.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1111664-1215851528.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1111664-1215851528.xml' 'HOME/temp.csp'
0.03/0.59	c 1	1 domains, 238 variables, 0 predicates, 2 relations, 31 constraints
0.03/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.62	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.56/0.70	c 1	Parsing HOME/temp.csp
1.12/1.21	c 1	parsed 272 expressions
1.12/1.21	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.22	c 2	MAX CSP: 31 constraints
1.12/1.22	c 2	Converting to clausal form CSP
1.12/1.24	c 2	converted 31 (10%) expressions
1.12/1.24	c 2	converted 62 (20%) expressions
1.12/1.24	c 2	converted 92 (30%) expressions
1.12/1.24	c 2	converted 123 (40%) expressions
1.12/1.24	c 2	converted 153 (50%) expressions
1.12/1.24	c 2	converted 184 (60%) expressions
1.12/1.24	c 2	converted 215 (70%) expressions
2.41/2.57	c 3	converted 245 (80%) expressions
10.87/11.07	c 11	converted 276 (90%) expressions
13.26/13.49	c 14	converted 306 (100%) expressions
13.26/13.49	c 14	CSP : 300 integers, 0 booleans, 92 clauses, largest domain size 47
13.26/13.49	c 14	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.26/13.49	c 14	Propagation in CSP
13.26/13.49	c 14	26 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.26/13.49	c 14	CSP : 300 integers, 0 booleans, 92 clauses, largest domain size 32
13.26/13.49	c 14	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.26/13.49	c 14	Simplifing CSP by introducing new Boolean variables
13.26/13.49	c 14	CSP : 300 integers, 0 booleans, 92 clauses, largest domain size 32
13.26/13.49	c 14	Heap : 344 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.85/15.01	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.85/15.04	c 15	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
14.85/15.04	c 15	60 (20%) CSP integer variables are encoded (1440 clauses, 16657 bytes)
14.85/15.04	c 15	90 (30%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
14.85/15.05	c 15	120 (40%) CSP integer variables are encoded (2880 clauses, 35377 bytes)
14.85/15.05	c 15	150 (50%) CSP integer variables are encoded (3600 clauses, 44737 bytes)
14.85/15.05	c 15	180 (60%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
14.85/15.05	c 15	210 (70%) CSP integer variables are encoded (5040 clauses, 63457 bytes)
14.85/15.05	c 15	240 (80%) CSP integer variables are encoded (5712 clauses, 72193 bytes)
14.85/15.05	c 15	270 (90%) CSP integer variables are encoded (5742 clauses, 72583 bytes)
14.85/15.05	c 15	300 (100%) CSP integer variables are encoded (5934 clauses, 75079 bytes)
3600.06/3622.92	c ERROR INTERRUPTED
3600.17/3623.05	s UNKNOWN
3600.17/3623.05	c 3623	CPU 0.51 (0.03 0.01 0.48 0.05)
3600.17/3623.05	c 3623	END Sat Jul 12 11:32:31 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111664-1215851528/watcher-1111664-1215851528 -o /tmp/evaluation-result-1111664-1215851528/solver-1111664-1215851528 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111664-1215851528.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.14 2.21 2.13 4/81 15963
/proc/meminfo: memFree=1592504/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=12268 CPUtime=0
/proc/15963/stat : 15963 (sugar) R 15961 15963 15502 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 41852178 12562432 318 996147200 4194304 4206940 548682068592 18446744073709551615 269950462320 0 0 4224 0 0 0 0 17 0 0 0
/proc/15963/statm: 3068 321 242 3 0 168 0

[startup+0.0879741 s]
/proc/loadavg: 2.14 2.21 2.13 4/81 15963
/proc/meminfo: memFree=1592504/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.03
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 898 127 0 0 2 1 0 0 17 0 1 0 41852178 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101976 s]
/proc/loadavg: 2.14 2.21 2.13 4/81 15963
/proc/meminfo: memFree=1592504/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.03
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 898 127 0 0 2 1 0 0 17 0 1 0 41852178 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302019 s]
/proc/loadavg: 2.14 2.21 2.13 4/81 15963
/proc/meminfo: memFree=1592504/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.03
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 898 127 0 0 2 1 0 0 17 0 1 0 41852178 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701095 s]
/proc/loadavg: 2.14 2.21 2.13 4/81 15963
/proc/meminfo: memFree=1592504/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.56
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 957 9056 0 1 2 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50225 s]
/proc/loadavg: 2.14 2.21 2.13 4/92 15985
/proc/meminfo: memFree=1578592/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 974 9056 0 1 3 1 48 5 15 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=5356 CPUtime=0
/proc/15976/stat : 15976 (sh) S 15963 15963 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41852240 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15976/statm: 1339 233 193 169 0 50 0
[pid=15977] ppid=15976 vsize=864188 CPUtime=0.85
/proc/15977/stat : 15977 (java) S 15976 15963 15502 0 -1 0 9367 0 1 0 80 5 0 0 20 0 9 0 41852240 884928512 8413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 216047 8413 2540 9 0 210622 0
[pid=15977/tid=15978] ppid=15976 vsize=864188 CPUtime=0.46
/proc/15977/task/15978/stat : 15978 (java) R 15976 15963 15502 0 -1 64 2675 0 1 0 45 1 0 0 25 0 9 0 41852241 884928512 8413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15979] ppid=15976 vsize=864188 CPUtime=0.31
/proc/15977/task/15979/stat : 15979 (java) R 15976 15963 15502 0 -1 64 5662 0 0 0 29 2 0 0 16 0 9 0 41852242 884928512 8413 996147200 134512640 134550740 4294955936 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15980] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15980/stat : 15980 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 884928512 8413 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15981] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15981/stat : 15981 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41852243 884928512 8414 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15982] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15982/stat : 15982 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41852244 884928512 8414 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15983] ppid=15976 vsize=864188 CPUtime=0.06
/proc/15977/task/15983/stat : 15983 (java) S 15976 15963 15502 0 -1 64 333 0 0 0 6 0 0 0 16 0 9 0 41852244 884928512 8414 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15984] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15984/stat : 15984 (java) S 15976 15963 15502 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41852245 884928512 8414 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15985] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15985/stat : 15985 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41852245 884928512 8415 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883144

[startup+3.10257 s]
/proc/loadavg: 2.14 2.21 2.13 4/92 15985
/proc/meminfo: memFree=1545440/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 974 9056 0 1 3 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=5356 CPUtime=0
/proc/15976/stat : 15976 (sh) S 15963 15963 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41852240 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15976/statm: 1339 233 193 169 0 50 0
[pid=15977] ppid=15976 vsize=865192 CPUtime=2.44
/proc/15977/stat : 15977 (java) S 15976 15963 15502 0 -1 0 23267 0 1 0 233 11 0 0 20 0 9 0 41852240 885956608 21394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 216298 21394 2540 9 0 210873 0
[pid=15977/tid=15978] ppid=15976 vsize=865192 CPUtime=0.99
/proc/15977/task/15978/stat : 15978 (java) R 15976 15963 15502 0 -1 64 3155 0 1 0 97 2 0 0 25 0 9 0 41852241 885956608 21394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15979] ppid=15976 vsize=865192 CPUtime=1.37
/proc/15977/task/15979/stat : 15979 (java) R 15976 15963 15502 0 -1 64 19081 0 0 0 129 8 0 0 17 0 9 0 41852242 885956608 21394 996147200 134512640 134550740 4294955936 18446744073709551615 102721822 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15980] ppid=15976 vsize=865192 CPUtime=0
/proc/15977/task/15980/stat : 15980 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885956608 21394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15981] ppid=15976 vsize=865192 CPUtime=0
/proc/15977/task/15981/stat : 15981 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41852243 885956608 21394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15982] ppid=15976 vsize=865192 CPUtime=0
/proc/15977/task/15982/stat : 15982 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41852244 885956608 21394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15983] ppid=15976 vsize=865192 CPUtime=0.06
/proc/15977/task/15983/stat : 15983 (java) S 15976 15963 15502 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 41852244 885956608 21394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15984] ppid=15976 vsize=865192 CPUtime=0
/proc/15977/task/15984/stat : 15984 (java) S 15976 15963 15502 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41852245 885956608 21394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15985] ppid=15976 vsize=865192 CPUtime=0
/proc/15977/task/15985/stat : 15985 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41852245 885956608 21394 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 884148

[startup+6.3022 s]
/proc/loadavg: 2.13 2.20 2.13 4/92 15985
/proc/meminfo: memFree=1449248/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 974 9056 0 1 3 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=5356 CPUtime=0
/proc/15976/stat : 15976 (sh) S 15963 15963 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41852240 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15976/statm: 1339 233 193 169 0 50 0
[pid=15977] ppid=15976 vsize=864188 CPUtime=5.63
/proc/15977/stat : 15977 (java) S 15976 15963 15502 0 -1 0 50130 0 1 0 542 21 0 0 20 0 9 0 41852240 884928512 47522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 216047 47522 2540 9 0 210622 0
[pid=15977/tid=15978] ppid=15976 vsize=864188 CPUtime=2.12
/proc/15977/task/15978/stat : 15978 (java) R 15976 15963 15502 0 -1 64 4440 0 1 0 209 3 0 0 25 0 9 0 41852241 884928512 47522 996147200 134512640 134550740 4294955936 18446744073709551615 102492636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15979] ppid=15976 vsize=864188 CPUtime=3.43
/proc/15977/task/15979/stat : 15979 (java) S 15976 15963 15502 0 -1 64 44659 0 0 0 326 17 0 0 16 0 9 0 41852242 884928512 47522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15980] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15980/stat : 15980 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 884928512 47522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15981] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15981/stat : 15981 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41852243 884928512 47522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15982] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15982/stat : 15982 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41852244 884928512 47522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15983] ppid=15976 vsize=864188 CPUtime=0.06
/proc/15977/task/15983/stat : 15983 (java) S 15976 15963 15502 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 41852244 884928512 47522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15984] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15984/stat : 15984 (java) S 15976 15963 15502 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41852245 884928512 47522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15985] ppid=15976 vsize=864188 CPUtime=0
/proc/15977/task/15985/stat : 15985 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41852245 884928512 47522 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 883144

[startup+12.7025 s]
/proc/loadavg: 2.12 2.20 2.13 3/92 15985
/proc/meminfo: memFree=1223776/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 974 9056 0 1 3 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=5356 CPUtime=0
/proc/15976/stat : 15976 (sh) S 15963 15963 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41852240 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15976/statm: 1339 233 193 169 0 50 0
[pid=15977] ppid=15976 vsize=885680 CPUtime=12
/proc/15977/stat : 15977 (java) S 15976 15963 15502 0 -1 0 112039 0 1 0 1151 49 0 0 20 0 9 0 41852240 906936320 93560 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 221420 93560 2540 9 0 215995 0
[pid=15977/tid=15978] ppid=15976 vsize=885680 CPUtime=3.94
/proc/15977/task/15978/stat : 15978 (java) S 15976 15963 15502 0 -1 64 5800 0 1 0 390 4 0 0 16 0 9 0 41852241 906936320 93560 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15979] ppid=15976 vsize=885680 CPUtime=7.98
/proc/15977/task/15979/stat : 15979 (java) R 15976 15963 15502 0 -1 64 105208 0 0 0 754 44 0 0 25 0 9 0 41852242 906936320 93560 996147200 134512640 134550740 4294955936 18446744073709551615 103736945 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15980] ppid=15976 vsize=885680 CPUtime=0
/proc/15977/task/15980/stat : 15980 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 906936320 93560 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15981] ppid=15976 vsize=885680 CPUtime=0
/proc/15977/task/15981/stat : 15981 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41852243 906936320 93560 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15982] ppid=15976 vsize=885680 CPUtime=0
/proc/15977/task/15982/stat : 15982 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41852244 906936320 93560 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15983] ppid=15976 vsize=885680 CPUtime=0.06
/proc/15977/task/15983/stat : 15983 (java) S 15976 15963 15502 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 41852244 906936320 93560 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15984] ppid=15976 vsize=885680 CPUtime=0
/proc/15977/task/15984/stat : 15984 (java) S 15976 15963 15502 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41852245 906936320 93560 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15985] ppid=15976 vsize=885680 CPUtime=0
/proc/15977/task/15985/stat : 15985 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41852245 906936320 93560 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 904636

[startup+25.502 s]
/proc/loadavg: 2.09 2.19 2.13 3/92 15985
/proc/meminfo: memFree=1189216/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 974 9056 0 1 3 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=5356 CPUtime=0
/proc/15976/stat : 15976 (sh) S 15963 15963 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41852240 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15976/statm: 1339 233 193 169 0 50 0
[pid=15977] ppid=15976 vsize=864300 CPUtime=24.73
/proc/15977/stat : 15977 (java) S 15976 15963 15502 0 -1 0 131626 0 1 0 2415 58 0 0 20 0 9 0 41852240 885043200 102246 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 216075 102246 2565 9 0 210622 0
[pid=15977/tid=15978] ppid=15976 vsize=864300 CPUtime=14.37
/proc/15977/task/15978/stat : 15978 (java) R 15976 15963 15502 0 -1 64 8221 0 1 0 1432 5 0 0 25 0 9 0 41852241 885043200 102246 996147200 134512640 134550740 4294955936 18446744073709551615 4126637226 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15979] ppid=15976 vsize=864300 CPUtime=10.23
/proc/15977/task/15979/stat : 15979 (java) S 15976 15963 15502 0 -1 64 122349 0 0 0 972 51 0 0 16 0 9 0 41852242 885043200 102246 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15980] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15980/stat : 15980 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885043200 102246 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15981] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15981/stat : 15981 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 41852243 885043200 102246 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=15977/tid=15983] ppid=15976 vsize=864300 CPUtime=0.11
/proc/15977/task/15983/stat : 15983 (java) S 15976 15963 15502 0 -1 64 367 0 0 0 11 0 0 0 16 0 9 0 41852244 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15984] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15984/stat : 15984 (java) S 15976 15963 15502 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15985] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15985/stat : 15985 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3380.57
Current children cumulated vsize (KiB) 883256

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16029
/proc/meminfo: memFree=947112/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 974 9056 0 1 3 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=5356 CPUtime=0
/proc/15976/stat : 15976 (sh) S 15963 15963 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41852240 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15976/statm: 1339 233 193 169 0 50 0
[pid=15977] ppid=15976 vsize=864300 CPUtime=3439.68
/proc/15977/stat : 15977 (java) S 15976 15963 15502 0 -1 0 192753 0 1 0 343788 180 0 0 20 0 9 0 41852240 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 216075 157054 2565 9 0 210622 0
[pid=15977/tid=15978] ppid=15976 vsize=864300 CPUtime=3423.3
/proc/15977/task/15978/stat : 15978 (java) R 15976 15963 15502 0 -1 64 8586 0 1 0 342227 103 0 0 25 0 9 0 41852241 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4126642948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15979] ppid=15976 vsize=864300 CPUtime=16.25
/proc/15977/task/15979/stat : 15979 (java) S 15976 15963 15502 0 -1 64 183103 0 0 0 1550 75 0 0 16 0 9 0 41852242 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15980] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15980/stat : 15980 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15981] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15981/stat : 15981 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15982] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15982/stat : 15982 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41852244 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15983] ppid=15976 vsize=864300 CPUtime=0.11
/proc/15977/task/15983/stat : 15983 (java) S 15976 15963 15502 0 -1 64 367 0 0 0 11 0 0 0 16 0 9 0 41852244 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15984] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15984/stat : 15984 (java) S 15976 15963 15502 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15985] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15985/stat : 15985 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3440.25
Current children cumulated vsize (KiB) 883256

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16029
/proc/meminfo: memFree=947112/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 974 9056 0 1 3 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=5356 CPUtime=0
/proc/15976/stat : 15976 (sh) S 15963 15963 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41852240 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15976/statm: 1339 233 193 169 0 50 0
[pid=15977] ppid=15976 vsize=864300 CPUtime=3499.38
/proc/15977/stat : 15977 (java) S 15976 15963 15502 0 -1 0 192753 0 1 0 349758 180 0 0 20 0 9 0 41852240 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 216075 157054 2565 9 0 210622 0
[pid=15977/tid=15978] ppid=15976 vsize=864300 CPUtime=3483
/proc/15977/task/15978/stat : 15978 (java) R 15976 15963 15502 0 -1 64 8586 0 1 0 348197 103 0 0 25 0 9 0 41852241 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4125952119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15979] ppid=15976 vsize=864300 CPUtime=16.25
/proc/15977/task/15979/stat : 15979 (java) S 15976 15963 15502 0 -1 64 183103 0 0 0 1550 75 0 0 16 0 9 0 41852242 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15980] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15980/stat : 15980 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15981] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15981/stat : 15981 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15982] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15982/stat : 15982 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41852244 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15983] ppid=15976 vsize=864300 CPUtime=0.11
/proc/15977/task/15983/stat : 15983 (java) S 15976 15963 15502 0 -1 64 367 0 0 0 11 0 0 0 16 0 9 0 41852244 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15984] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15984/stat : 15984 (java) S 15976 15963 15502 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15985] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15985/stat : 15985 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3499.95
Current children cumulated vsize (KiB) 883256

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 16029
/proc/meminfo: memFree=947112/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 974 9056 0 1 3 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=5356 CPUtime=0
/proc/15976/stat : 15976 (sh) S 15963 15963 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41852240 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15976/statm: 1339 233 193 169 0 50 0
[pid=15977] ppid=15976 vsize=864300 CPUtime=3559.09
/proc/15977/stat : 15977 (java) S 15976 15963 15502 0 -1 0 192753 0 1 0 355729 180 0 0 20 0 9 0 41852240 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 216075 157054 2565 9 0 210622 0
[pid=15977/tid=15978] ppid=15976 vsize=864300 CPUtime=3542.71
/proc/15977/task/15978/stat : 15978 (java) R 15976 15963 15502 0 -1 64 8586 0 1 0 354168 103 0 0 25 0 9 0 41852241 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4126578476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15979] ppid=15976 vsize=864300 CPUtime=16.25
/proc/15977/task/15979/stat : 15979 (java) S 15976 15963 15502 0 -1 64 183103 0 0 0 1550 75 0 0 16 0 9 0 41852242 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15980] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15980/stat : 15980 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15981] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15981/stat : 15981 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15982] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15982/stat : 15982 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41852244 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15983] ppid=15976 vsize=864300 CPUtime=0.11
/proc/15977/task/15983/stat : 15983 (java) S 15976 15963 15502 0 -1 64 367 0 0 0 11 0 0 0 16 0 9 0 41852244 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15984] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15984/stat : 15984 (java) S 15976 15963 15502 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15985] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15985/stat : 15985 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3559.66
Current children cumulated vsize (KiB) 883256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 16029
/proc/meminfo: memFree=947112/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 974 9056 0 1 3 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=5356 CPUtime=0
/proc/15976/stat : 15976 (sh) S 15963 15963 15502 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 41852240 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15976/statm: 1339 233 193 169 0 50 0
[pid=15977] ppid=15976 vsize=864300 CPUtime=3599.49
/proc/15977/stat : 15977 (java) S 15976 15963 15502 0 -1 0 192761 0 1 0 359769 180 0 0 20 0 9 0 41852240 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 216075 157054 2565 9 0 210622 0
[pid=15977/tid=15978] ppid=15976 vsize=864300 CPUtime=3582.96
/proc/15977/task/15978/stat : 15978 (java) R 15976 15963 15502 0 -1 64 8594 0 1 0 358193 103 0 0 25 0 9 0 41852241 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4125952151 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15979] ppid=15976 vsize=864300 CPUtime=16.4
/proc/15977/task/15979/stat : 15979 (java) S 15976 15963 15502 0 -1 64 183103 0 0 0 1565 75 0 0 16 0 9 0 41852242 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15980] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15980/stat : 15980 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15981] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15981/stat : 15981 (java) S 15976 15963 15502 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 41852243 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15982] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15982/stat : 15982 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 41852244 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15983] ppid=15976 vsize=864300 CPUtime=0.11
/proc/15977/task/15983/stat : 15983 (java) S 15976 15963 15502 0 -1 64 367 0 0 0 11 0 0 0 16 0 9 0 41852244 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15977/tid=15984] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15984/stat : 15984 (java) S 15976 15963 15502 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15977/tid=15985] ppid=15976 vsize=864300 CPUtime=0
/proc/15977/task/15985/stat : 15985 (java) S 15976 15963 15502 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 41852245 885043200 157054 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 883256

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

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

[startup+3623.03 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 16029
/proc/meminfo: memFree=947112/2055920 swapFree=4192812/4192956
[pid=15963] ppid=15961 vsize=13600 CPUtime=0.57
/proc/15963/stat : 15963 (sugar) S 15961 15963 15502 0 -1 4194304 983 9056 0 1 3 1 48 5 16 0 1 0 41852178 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 269939159138 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15963/statm: 3400 797 370 3 0 500 0
[pid=15976] ppid=15963 vsize=0 CPUtime=0
/proc/15976/stat : 15976 (sh) Z 15963 15963 15502 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 41852240 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15976/statm: 0 0 0 0 0 0 0
[pid=15977] ppid=1 vsize=0 CPUtime=3599.6
/proc/15977/stat : 15977 (java) Z 1 15963 15502 0 -1 1036 192780 0 1 0 359775 185 0 0 16 0 2 0 41852240 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15977/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.17
Current children cumulated vsize (KiB) 13600

Child status: 0

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

Real time (s): 3623.06
CPU time (s): 3600.17
CPU user time (s): 3598.26
CPU system time (s): 1.91
CPU usage (%): 99.3683
Max. virtual memory (cumulated for all children) (KiB): 904640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.52092
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10363
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= 573
involuntary context switches= 398

runsolver used 4.16937 second user time and 12.3151 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-12 10:32:08
IDJOB=1111664
IDBENCH=61307
IDSOLVER=368
FILE ID=node53/1111664-1215851528
PBS_JOBID= 7903458
Free space on /tmp= 65124 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-17_ext.xml
COMMAND LINE= DIR/sugar -max -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-1111664-1215851528/watcher-1111664-1215851528 -o /tmp/evaluation-result-1111664-1215851528/solver-1111664-1215851528 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111664-1215851528.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8a2800653f6a3fd24064aa5b82dfed2c
RANDOM SEED=253927667

node53.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.261
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.261
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1592984 kB
Buffers:         20484 kB
Cached:          87500 kB
SwapCached:          0 kB
Active:         347400 kB
Inactive:        48808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592984 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:         308352 kB
Slab:            51428 kB
Committed_AS:   575168 kB
PageTables:       2428 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= 65084 MiB
End job on node53 at 2008-07-12 11:32:33