Trace number 1110799

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-inc? (TO) 3600.18 3629.63

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg12-16_ext.xml
MD5SUMf287c84d8577f2bfbdab74ac2a5f1147
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints28
Best CPU time to get the best result obtained on this benchmark3600.11
Satisfiable
(Un)Satisfiability was proved
Number of variables192
Number of constraints28
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension28
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Sat Jul 12 05:59:09 2008
0.00/0.08	c 0	PID 16414
0.00/0.08	c 0	HOST node17.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-1110799-1215835149.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1110799-1215835149.xml' 'HOME/temp.csp'
0.07/0.76	c 1	1 domains, 192 variables, 0 predicates, 2 relations, 28 constraints
0.07/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.81	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.89	c 1	Parsing HOME/temp.csp
1.10/1.28	c 1	parsed 223 expressions
1.10/1.28	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.28	c 1	MAX CSP: 28 constraints
1.10/1.28	c 1	Converting to clausal form CSP
1.19/1.30	c 1	converted 26 (10%) expressions
1.19/1.30	c 1	converted 51 (20%) expressions
1.19/1.30	c 1	converted 77 (30%) expressions
1.19/1.30	c 1	converted 102 (40%) expressions
1.19/1.30	c 1	converted 127 (50%) expressions
1.19/1.30	c 1	converted 153 (60%) expressions
1.19/1.31	c 1	converted 178 (70%) expressions
2.87/3.09	c 3	converted 204 (80%) expressions
8.81/9.09	c 9	converted 229 (90%) expressions
9.62/9.80	c 10	converted 254 (100%) expressions
9.62/9.80	c 10	CSP : 248 integers, 0 booleans, 83 clauses, largest domain size 43
9.62/9.80	c 10	Heap : 242 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.62/9.80	c 10	Propagation in CSP
9.62/9.81	c 10	25 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.62/9.81	c 10	CSP : 248 integers, 0 booleans, 83 clauses, largest domain size 29
9.62/9.81	c 10	Heap : 243 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.62/9.81	c 10	Simplifing CSP by introducing new Boolean variables
9.62/9.81	c 10	CSP : 248 integers, 0 booleans, 83 clauses, largest domain size 29
9.62/9.81	c 10	Heap : 243 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.90/11.11	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.90/11.13	c 11	25 (10%) CSP integer variables are encoded (600 clauses, 6456 bytes)
10.90/11.14	c 11	50 (20%) CSP integer variables are encoded (1200 clauses, 13537 bytes)
10.90/11.14	c 11	75 (30%) CSP integer variables are encoded (1800 clauses, 21337 bytes)
10.90/11.14	c 11	100 (40%) CSP integer variables are encoded (2400 clauses, 29137 bytes)
10.90/11.15	c 11	124 (50%) CSP integer variables are encoded (2976 clauses, 36625 bytes)
10.90/11.15	c 11	149 (60%) CSP integer variables are encoded (3576 clauses, 44425 bytes)
10.90/11.15	c 11	174 (70%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
10.90/11.15	c 11	199 (80%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
10.90/11.15	c 11	224 (90%) CSP integer variables are encoded (4640 clauses, 58257 bytes)
10.90/11.15	c 11	248 (100%) CSP integer variables are encoded (4804 clauses, 60389 bytes)
2791.03/2817.59	c 2818	9 (10%) CSP clauses are encoded (2344921 clauses, 211761748 bytes)
3600.06/3629.52	c ERROR INTERRUPTED
3600.18/3629.63	s UNKNOWN
3600.18/3629.63	c 3630	CPU 0.66 (0.05 0.02 0.61 0.06)
3600.18/3629.63	c 3630	END Sat Jul 12 06:59:39 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-1110799-1215835149/watcher-1110799-1215835149 -o /tmp/evaluation-result-1110799-1215835149/solver-1110799-1215835149 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1110799-1215835149.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.18 2.15 2.29 4/73 16414
/proc/meminfo: memFree=1829360/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=18572 CPUtime=0
/proc/16414/stat : 16414 (runsolver) R 16412 16414 15586 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 40217335 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16414/statm: 4643 292 257 25 0 2626 0

[startup+0.101258 s]
/proc/loadavg: 2.18 2.15 2.29 4/73 16414
/proc/meminfo: memFree=1829360/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.07
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.201266 s]
/proc/loadavg: 2.18 2.15 2.29 4/73 16414
/proc/meminfo: memFree=1829360/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.07
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301276 s]
/proc/loadavg: 2.18 2.15 2.29 4/73 16414
/proc/meminfo: memFree=1829360/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.07
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701315 s]
/proc/loadavg: 2.18 2.15 2.29 4/73 16414
/proc/meminfo: memFree=1829360/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.07
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1219 128 0 0 5 2 0 0 19 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.5024 s]
/proc/loadavg: 2.25 2.17 2.30 3/84 16436
/proc/meminfo: memFree=1817232/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1296 8096 0 1 5 2 60 6 15 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=5356 CPUtime=0
/proc/16427/stat : 16427 (sh) S 16414 16414 15586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40217416 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16427/statm: 1339 233 193 169 0 50 0
[pid=16428] ppid=16427 vsize=864180 CPUtime=0.65
/proc/16428/stat : 16428 (java) S 16427 16414 15586 0 -1 0 7859 0 1 0 63 2 0 0 19 0 9 0 40217417 884920320 7018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 216045 7018 2540 9 0 210620 0
[pid=16428/tid=16429] ppid=16427 vsize=864180 CPUtime=0.36
/proc/16428/task/16429/stat : 16429 (java) R 16427 16414 15586 0 -1 64 2560 0 1 0 36 0 0 0 18 0 9 0 40217418 884920320 7018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16430] ppid=16427 vsize=864180 CPUtime=0.2
/proc/16428/task/16430/stat : 16430 (java) R 16427 16414 15586 0 -1 64 4269 0 0 0 19 1 0 0 16 0 9 0 40217419 884920320 7018 996147200 134512640 134550740 4294955920 18446744073709551615 103829692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16431] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16431/stat : 16431 (java) S 16427 16414 15586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40217419 884920320 7018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16432] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16432/stat : 16432 (java) S 16427 16414 15586 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40217419 884920320 7018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16433] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16433/stat : 16433 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40217421 884920320 7018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16434] ppid=16427 vsize=864180 CPUtime=0.06
/proc/16428/task/16434/stat : 16434 (java) S 16427 16414 15586 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 40217421 884920320 7018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16435] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16435/stat : 16435 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40217421 884920320 7018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16436] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16436/stat : 16436 (java) S 16427 16414 15586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40217421 884920320 7018 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886276

[startup+3.10256 s]
/proc/loadavg: 2.25 2.17 2.30 4/84 16436
/proc/meminfo: memFree=1785296/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1296 8096 0 1 5 2 60 6 16 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=5356 CPUtime=0
/proc/16427/stat : 16427 (sh) S 16414 16414 15586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40217416 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16427/statm: 1339 233 193 169 0 50 0
[pid=16428] ppid=16427 vsize=864180 CPUtime=2.25
/proc/16428/stat : 16428 (java) S 16427 16414 15586 0 -1 0 21116 0 1 0 217 8 0 0 19 0 9 0 40217417 884920320 19733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 216045 19733 2540 9 0 210620 0
[pid=16428/tid=16429] ppid=16427 vsize=864180 CPUtime=0.87
/proc/16428/task/16429/stat : 16429 (java) R 16427 16414 15586 0 -1 64 3168 0 1 0 86 1 0 0 23 0 9 0 40217418 884920320 19733 996147200 134512640 134550740 4294955920 18446744073709551615 101444398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16430] ppid=16427 vsize=864180 CPUtime=1.29
/proc/16428/task/16430/stat : 16430 (java) S 16427 16414 15586 0 -1 64 16918 0 0 0 123 6 0 0 16 0 9 0 40217419 884920320 19733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16431] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16431/stat : 16431 (java) S 16427 16414 15586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40217419 884920320 19733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16432] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16432/stat : 16432 (java) S 16427 16414 15586 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40217419 884920320 19733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16433] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16433/stat : 16433 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40217421 884920320 19733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16434] ppid=16427 vsize=864180 CPUtime=0.07
/proc/16428/task/16434/stat : 16434 (java) S 16427 16414 15586 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40217421 884920320 19733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16435] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16435/stat : 16435 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40217421 884920320 19733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16436] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16436/stat : 16436 (java) S 16427 16414 15586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40217421 884920320 19733 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886276

[startup+6.30189 s]
/proc/loadavg: 2.23 2.16 2.30 3/84 16436
/proc/meminfo: memFree=1692624/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1296 8096 0 1 5 2 60 6 16 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=5356 CPUtime=0
/proc/16427/stat : 16427 (sh) S 16414 16414 15586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40217416 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16427/statm: 1339 233 193 169 0 50 0
[pid=16428] ppid=16427 vsize=864180 CPUtime=5.42
/proc/16428/stat : 16428 (java) S 16427 16414 15586 0 -1 0 44983 0 1 0 523 19 0 0 19 0 9 0 40217417 884920320 43158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 216045 43158 2540 9 0 210620 0
[pid=16428/tid=16429] ppid=16427 vsize=864180 CPUtime=1.81
/proc/16428/task/16429/stat : 16429 (java) S 16427 16414 15586 0 -1 64 4594 0 1 0 180 1 0 0 16 0 9 0 40217418 884920320 43158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16430] ppid=16427 vsize=864180 CPUtime=3.51
/proc/16428/task/16430/stat : 16430 (java) R 16427 16414 15586 0 -1 64 39359 0 0 0 335 16 0 0 25 0 9 0 40217419 884920320 43158 996147200 134512640 134550740 4294955920 18446744073709551615 101588322 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16431] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16431/stat : 16431 (java) S 16427 16414 15586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40217419 884920320 43158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16432] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16432/stat : 16432 (java) S 16427 16414 15586 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40217419 884920320 43158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16433] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16433/stat : 16433 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40217421 884920320 43158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16434] ppid=16427 vsize=864180 CPUtime=0.07
/proc/16428/task/16434/stat : 16434 (java) S 16427 16414 15586 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 40217421 884920320 43158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16435] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16435/stat : 16435 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40217421 884920320 43158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16436] ppid=16427 vsize=864180 CPUtime=0
/proc/16428/task/16436/stat : 16436 (java) S 16427 16414 15586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40217421 884920320 43158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 886276

[startup+12.7025 s]
/proc/loadavg: 2.21 2.16 2.29 3/84 16436
/proc/meminfo: memFree=1551376/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1297 8096 0 1 5 2 60 6 16 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=5356 CPUtime=0
/proc/16427/stat : 16427 (sh) S 16414 16414 15586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40217416 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16427/statm: 1339 233 193 169 0 50 0
[pid=16428] ppid=16427 vsize=864292 CPUtime=11.74
/proc/16428/stat : 16428 (java) S 16427 16414 15586 0 -1 0 93837 0 1 0 1137 37 0 0 19 0 9 0 40217417 885035008 71248 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 216073 71248 2565 9 0 210620 0
[pid=16428/tid=16429] ppid=16427 vsize=864292 CPUtime=4.29
/proc/16428/task/16429/stat : 16429 (java) R 16427 16414 15586 0 -1 64 6024 0 1 0 427 2 0 0 25 0 9 0 40217418 885035008 71248 996147200 134512640 134550740 4294955920 18446744073709551615 4126651029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16430] ppid=16427 vsize=864292 CPUtime=7.33
/proc/16428/task/16430/stat : 16430 (java) S 16427 16414 15586 0 -1 64 86757 0 0 0 699 34 0 0 22 0 9 0 40217419 885035008 71248 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16431] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16431/stat : 16431 (java) S 16427 16414 15586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 71248 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16432] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16432/stat : 16432 (java) S 16427 16414 15586 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40217419 885035008 71248 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16433] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16433/stat : 16433 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40217421 885035008 71248 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16434] ppid=16427 vsize=864292 CPUtime=0.1
/proc/16428/task/16434/stat : 16434 (java) S 16427 16414 15586 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 40217421 885035008 71248 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16435] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16435/stat : 16435 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40217421 885035008 71248 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16436] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16436/stat : 16436 (java) S 16427 16414 15586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40217421 885035008 71248 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 886388

[startup+25.5029 s]
/proc/loadavg: 2.16 2.15 2.29 3/84 16436
/proc/meminfo: memFree=1544272/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1297 8096 0 1 5 2 60 6 16 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=5356 CPUtime=0
/proc/16427/stat : 16427 (sh) S 16414 16414 15586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40217416 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16427/statm: 1339 233 193 169 0 50 0
[pid=16428] ppid=16427 vsize=864292 CPUtime=24.43
/proc/16428/stat : 16428 (java) S 16427 16414 15586 0 -1 0 95130 0 1 0 2405 38 0 0 19 0 9 0 40217417 885035008 72536 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 216073 72536 2565 9 0 210620 0
[pid=16428/tid=16429] ppid=16427 vsize=864292 CPUtime=16.91
/proc/16428/task/16429/stat : 16429 (java) R 16427 16414 15586 0 -1 64 6029 0 1 0 1689 2 0 0 25 0 9 0 40217418 885035008 72536 996147200 134512640 134550740 4294955920 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16430] ppid=16427 vsize=864292 CPUtime=7.39
/proc/16428/task/16430/stat : 16430 (java) S 16427 16414 15586 0 -1 64 88045 0 0 0 705 34 0 0 16 0 9 0 40217419 885035008 72536 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16431] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16431/stat : 16431 (java) S 16427 16414 15586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 72536 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16432] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16432/stat : 16432 (java) S 16427 16414 15586 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40217419 885035008 72536 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16428/tid=16434] ppid=16427 vsize=864292 CPUtime=0.12
/proc/16428/task/16434/stat : 16434 (java) S 16427 16414 15586 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16435] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16435/stat : 16435 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16436] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16436/stat : 16436 (java) S 16427 16414 15586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3374.32
Current children cumulated vsize (KiB) 886388

[startup+3462.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/93 16493
/proc/meminfo: memFree=672008/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1297 8096 0 1 5 2 60 6 16 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=5356 CPUtime=0
/proc/16427/stat : 16427 (sh) S 16414 16414 15586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40217416 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16427/statm: 1339 233 193 169 0 50 0
[pid=16428] ppid=16427 vsize=864292 CPUtime=3433.56
/proc/16428/stat : 16428 (java) S 16427 16414 15586 0 -1 0 172688 0 1 0 343124 232 0 0 19 0 9 0 40217417 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 216073 126142 2565 9 0 210620 0
[pid=16428/tid=16429] ppid=16427 vsize=864292 CPUtime=3415.96
/proc/16428/task/16429/stat : 16429 (java) R 16427 16414 15586 0 -1 64 6732 0 1 0 341436 160 0 0 25 0 9 0 40217418 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4126574362 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16428/tid=16430] ppid=16427 vsize=864292 CPUtime=17.44
/proc/16428/task/16430/stat : 16430 (java) S 16427 16414 15586 0 -1 64 164891 0 0 0 1674 70 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16428/tid=16431] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16431/stat : 16431 (java) S 16427 16414 15586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16432] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16432/stat : 16432 (java) S 16427 16414 15586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16433] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16433/stat : 16433 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16434] ppid=16427 vsize=864292 CPUtime=0.12
/proc/16428/task/16434/stat : 16434 (java) S 16427 16414 15586 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16435] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16435/stat : 16435 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16436] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16436/stat : 16436 (java) S 16427 16414 15586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3434.29
Current children cumulated vsize (KiB) 886388

[startup+3522.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/93 16493
/proc/meminfo: memFree=647816/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1297 8096 0 1 5 2 60 6 16 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=5356 CPUtime=0
/proc/16427/stat : 16427 (sh) S 16414 16414 15586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40217416 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16427/statm: 1339 233 193 169 0 50 0
[pid=16428] ppid=16427 vsize=864292 CPUtime=3493.17
/proc/16428/stat : 16428 (java) S 16427 16414 15586 0 -1 0 172695 0 1 0 349083 234 0 0 19 0 9 0 40217417 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 216073 126142 2565 9 0 210620 0
[pid=16428/tid=16429] ppid=16427 vsize=864292 CPUtime=3475.46
/proc/16428/task/16429/stat : 16429 (java) R 16427 16414 15586 0 -1 64 6739 0 1 0 347384 162 0 0 25 0 9 0 40217418 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4126619436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16430] ppid=16427 vsize=864292 CPUtime=17.55
/proc/16428/task/16430/stat : 16430 (java) S 16427 16414 15586 0 -1 64 164891 0 0 0 1685 70 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16431] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16431/stat : 16431 (java) S 16427 16414 15586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16432] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16432/stat : 16432 (java) S 16427 16414 15586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16433] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16433/stat : 16433 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16434] ppid=16427 vsize=864292 CPUtime=0.12
/proc/16428/task/16434/stat : 16434 (java) S 16427 16414 15586 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16435] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16435/stat : 16435 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16436] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16436/stat : 16436 (java) S 16427 16414 15586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3493.9
Current children cumulated vsize (KiB) 886388

[startup+3582.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/93 16493
/proc/meminfo: memFree=647752/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1297 8096 0 1 5 2 60 6 16 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=5356 CPUtime=0
/proc/16427/stat : 16427 (sh) S 16414 16414 15586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40217416 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16427/statm: 1339 233 193 169 0 50 0
[pid=16428] ppid=16427 vsize=864292 CPUtime=3552.58
/proc/16428/stat : 16428 (java) S 16427 16414 15586 0 -1 0 172702 0 1 0 355024 234 0 0 19 0 9 0 40217417 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 216073 126142 2565 9 0 210620 0
[pid=16428/tid=16429] ppid=16427 vsize=864292 CPUtime=3534.77
/proc/16428/task/16429/stat : 16429 (java) R 16427 16414 15586 0 -1 64 6746 0 1 0 353315 162 0 0 25 0 9 0 40217418 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4126638660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16430] ppid=16427 vsize=864292 CPUtime=17.66
/proc/16428/task/16430/stat : 16430 (java) S 16427 16414 15586 0 -1 64 164891 0 0 0 1696 70 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16431] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16431/stat : 16431 (java) S 16427 16414 15586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16432] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16432/stat : 16432 (java) S 16427 16414 15586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16433] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16433/stat : 16433 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16434] ppid=16427 vsize=864292 CPUtime=0.12
/proc/16428/task/16434/stat : 16434 (java) S 16427 16414 15586 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16435] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16435/stat : 16435 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16436] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16436/stat : 16436 (java) S 16427 16414 15586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3553.31
Current children cumulated vsize (KiB) 886388



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3629.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/93 16493
/proc/meminfo: memFree=632520/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1297 8096 0 1 5 2 60 6 16 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=5356 CPUtime=0
/proc/16427/stat : 16427 (sh) S 16414 16414 15586 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40217416 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16427/statm: 1339 233 193 169 0 50 0
[pid=16428] ppid=16427 vsize=864292 CPUtime=3599.33
/proc/16428/stat : 16428 (java) S 16427 16414 15586 0 -1 0 172707 0 1 0 359699 234 0 0 19 0 9 0 40217417 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 216073 126142 2565 9 0 210620 0
[pid=16428/tid=16429] ppid=16427 vsize=864292 CPUtime=3581.42
/proc/16428/task/16429/stat : 16429 (java) R 16427 16414 15586 0 -1 64 6751 0 1 0 357980 162 0 0 25 0 9 0 40217418 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4126638660 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16430] ppid=16427 vsize=864292 CPUtime=17.75
/proc/16428/task/16430/stat : 16430 (java) S 16427 16414 15586 0 -1 64 164891 0 0 0 1705 70 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16431] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16431/stat : 16431 (java) S 16427 16414 15586 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16432] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16432/stat : 16432 (java) S 16427 16414 15586 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40217419 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16433] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16433/stat : 16433 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16434] ppid=16427 vsize=864292 CPUtime=0.12
/proc/16428/task/16434/stat : 16434 (java) S 16427 16414 15586 0 -1 64 369 0 0 0 12 0 0 0 16 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16435] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16435/stat : 16435 (java) S 16427 16414 15586 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16428/tid=16436] ppid=16427 vsize=864292 CPUtime=0
/proc/16428/task/16436/stat : 16436 (java) S 16427 16414 15586 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 40217421 885035008 126142 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3600.06
Current children cumulated vsize (KiB) 886388

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

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

[startup+3629.63 s]
/proc/loadavg: 2.03 2.03 2.00 3/93 16493
/proc/meminfo: memFree=632520/2055920 swapFree=4181420/4192956
[pid=16414] ppid=16412 vsize=16740 CPUtime=0.73
/proc/16414/stat : 16414 (sugar++) S 16412 16414 15586 0 -1 4194304 1306 8096 0 1 5 2 60 6 16 0 1 0 40217335 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 245491609698 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/16414/statm: 4185 1104 409 3 0 764 0
[pid=16427] ppid=16414 vsize=0 CPUtime=0
/proc/16427/stat : 16427 (sh) Z 16414 16414 15586 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 40217416 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/16427/statm: 0 0 0 0 0 0 0
[pid=16428] ppid=1 vsize=0 CPUtime=3599.45
/proc/16428/stat : 16428 (java) Z 1 16414 15586 0 -1 1036 172726 0 1 0 359703 242 0 0 16 0 2 0 40217417 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16428/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3600.18
Current children cumulated vsize (KiB) 16740

Child status: 0

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

Real time (s): 3629.63
CPU time (s): 3600.18
CPU user time (s): 3597.68
CPU system time (s): 2.5
CPU usage (%): 99.1885
Max. virtual memory (cumulated for all children) (KiB): 912884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.666898
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9752
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= 511
involuntary context switches= 321

runsolver used 5.34019 second user time and 11.2523 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-12 05:59:09
IDJOB=1110799
IDBENCH=61154
IDSOLVER=367
FILE ID=node17/1110799-1215835149
PBS_JOBID= 7903366
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg12-16_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1110799-1215835149/watcher-1110799-1215835149 -o /tmp/evaluation-result-1110799-1215835149/solver-1110799-1215835149 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1110799-1215835149.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f287c84d8577f2bfbdab74ac2a5f1147
RANDOM SEED=1631409726

node17.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.240
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.240
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:       1829840 kB
Buffers:         38312 kB
Cached:          99148 kB
SwapCached:       5680 kB
Active:          96012 kB
Inactive:        70272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829840 kB
SwapTotal:     4192956 kB
SwapFree:      4181420 kB
Dirty:            1428 kB
Writeback:           0 kB
Mapped:          35512 kB
Slab:            44936 kB
Committed_AS:   176540 kB
PageTables:       1908 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= 66324 MiB
End job on node17 at 2008-07-12 06:59:41