Trace number 1084128

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.06 1813.08

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-4.xml
MD5SUM86f27dad5b32c8754684e5fda2e6b575
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.60176
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints21540
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension21540
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 05:54:54 2008
0.00/0.04	c 0	PID 27517
0.00/0.04	c 0	HOST node77.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1084128-1215230094.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-1084128-1215230094.xml' 'HOME/temp.csp'
1.47/1.55	c 2	1 domains, 240 variables, 2 predicates, 0 relations, 21540 constraints
1.53/1.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.53/1.60	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.53/1.67	c 2	Parsing HOME/temp.csp
1.53/2.09	c 2	parsed 10000 expressions
2.12/2.29	c 3	parsed 20000 expressions
2.21/2.32	c 3	parsed 21783 expressions
2.21/2.32	c 3	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.32	c 3	Converting to clausal form CSP
2.61/2.77	c 3	converted 2179 (10%) expressions
2.91/3.03	c 3	converted 4357 (20%) expressions
3.11/3.23	c 3	converted 6535 (30%) expressions
3.41/3.55	c 4	converted 8714 (40%) expressions
3.60/3.74	c 4	converted 10892 (50%) expressions
3.81/3.94	c 4	converted 13070 (60%) expressions
4.00/4.14	c 4	converted 15249 (70%) expressions
4.40/4.54	c 5	converted 17427 (80%) expressions
4.59/4.73	c 5	converted 19605 (90%) expressions
4.80/4.92	c 5	converted 21783 (100%) expressions
4.80/4.92	c 5	CSP : 240 integers, 21420 booleans, 85800 clauses, largest domain size 120
4.80/4.92	c 5	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.80/4.92	c 5	Propagation in CSP
5.10/5.25	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.10/5.25	c 6	CSP : 240 integers, 21420 booleans, 85800 clauses, largest domain size 120
5.10/5.25	c 6	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.10/5.27	c 6	Simplifing CSP by introducing new Boolean variables
5.89/6.09	c 6	CSP : 240 integers, 107334 booleans, 171714 clauses, largest domain size 120
5.89/6.09	c 6	Heap : 84 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.48/6.70	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.59/6.74	c 7	24 (10%) CSP integer variables are encoded (2832 clauses, 34685 bytes)
6.59/6.74	c 7	48 (20%) CSP integer variables are encoded (5664 clauses, 71501 bytes)
6.59/6.74	c 7	72 (30%) CSP integer variables are encoded (8496 clauses, 108317 bytes)
6.59/6.75	c 7	96 (40%) CSP integer variables are encoded (11328 clauses, 147960 bytes)
6.59/6.75	c 7	120 (50%) CSP integer variables are encoded (14160 clauses, 190440 bytes)
6.59/6.75	c 7	144 (60%) CSP integer variables are encoded (16992 clauses, 232920 bytes)
6.59/6.76	c 7	168 (70%) CSP integer variables are encoded (19824 clauses, 275400 bytes)
6.59/6.76	c 7	192 (80%) CSP integer variables are encoded (22656 clauses, 317880 bytes)
6.59/6.76	c 7	216 (90%) CSP integer variables are encoded (25488 clauses, 360360 bytes)
6.59/6.77	c 7	240 (100%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
8.38/8.58	c 9	17172 (10%) CSP clauses are encoded (1083198 clauses, 21120714 bytes)
10.18/11.54	c 12	34343 (20%) CSP clauses are encoded (2149901 clauses, 43013810 bytes)
12.06/13.41	c 14	51515 (30%) CSP clauses are encoded (3255427 clauses, 65755026 bytes)
13.85/15.29	c 16	68686 (40%) CSP clauses are encoded (4383242 clauses, 89046182 bytes)
15.84/17.23	c 17	85857 (50%) CSP clauses are encoded (5548569 clauses, 113214462 bytes)
17.82/19.27	c 20	103029 (60%) CSP clauses are encoded (6750037 clauses, 138690160 bytes)
20.02/25.59	c 26	120200 (70%) CSP clauses are encoded (7993959 clauses, 166810051 bytes)
22.30/27.88	c 28	137372 (80%) CSP clauses are encoded (9283335 clauses, 195952723 bytes)
24.68/30.26	c 31	154543 (90%) CSP clauses are encoded (10630299 clauses, 226391332 bytes)
27.14/32.79	c 33	171714 (100%) CSP clauses are encoded (12066714 clauses, 258843994 bytes)
27.14/32.79	c 33	171714 CSP clauses encoded
27.14/32.79	c 33	Writing map file : HOME/temp.map
27.24/33.24	c 33	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.24/33.24	c 33	SAT : 135894 SAT variables, 12066714 SAT clauses, 258843994 bytes
27.24/33.24	c 33	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.27/33.30	c 34	SOLVING HOME/temp.cnf
27.27/33.30	c 34	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1813.01	c ERROR INTERRUPTED
1800.06/1813.08	s UNKNOWN
1800.06/1813.08	c 1813	CPU 25.58 (0.03 0 25.55 1.71)
1800.06/1813.08	c 1813	END Sat Jul  5 06:25:07 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 1.97 2.06 2.14 4/81 27517
/proc/meminfo: memFree=1498256/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=12272 CPUtime=0
/proc/27517/stat : 27517 (sugar) R 27515 27517 27261 0 -1 4194304 354 0 0 0 0 0 0 0 18 0 1 0 636227220 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 228043690721 0 0 4224 0 0 0 0 17 0 0 0
/proc/27517/statm: 3068 324 244 3 0 168 0

[startup+0.0582519 s]
/proc/loadavg: 1.97 2.06 2.14 4/81 27517
/proc/meminfo: memFree=1498256/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=0.03
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636227220 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101258 s]
/proc/loadavg: 1.97 2.06 2.14 4/81 27517
/proc/meminfo: memFree=1498256/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=0.03
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636227220 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301295 s]
/proc/loadavg: 1.97 2.06 2.14 4/81 27517
/proc/meminfo: memFree=1498256/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=0.03
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636227220 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701378 s]
/proc/loadavg: 1.97 2.06 2.14 4/81 27517
/proc/meminfo: memFree=1498256/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=0.03
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636227220 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27517/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50254 s]
/proc/loadavg: 1.97 2.06 2.14 3/92 27529
/proc/meminfo: memFree=1469368/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=0.03
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 636227220 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27517/statm: 3400 796 370 3 0 500 0
[pid=27520] ppid=27517 vsize=5356 CPUtime=0
/proc/27520/stat : 27520 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636227225 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27520/statm: 1339 233 193 169 0 50 0
[pid=27521] ppid=27520 vsize=864696 CPUtime=1.44
/proc/27521/stat : 27521 (java) S 27520 27517 27261 0 -1 0 13272 0 1 0 137 7 0 0 18 0 9 0 636227225 885448704 11317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27521/statm: 216174 11317 2529 9 0 210756 0
[pid=27521/tid=27522] ppid=27520 vsize=864696 CPUtime=0.85
/proc/27521/task/27522/stat : 27522 (java) R 27520 27517 27261 0 -1 64 3002 0 1 0 83 2 0 0 25 0 9 0 636227226 885448704 11317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27521/tid=27523] ppid=27520 vsize=864696 CPUtime=0.43
/proc/27521/task/27523/stat : 27523 (java) S 27520 27517 27261 0 -1 64 9050 0 0 0 39 4 0 0 16 0 9 0 636227227 885448704 11317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27521/tid=27524] ppid=27520 vsize=864696 CPUtime=0
/proc/27521/task/27524/stat : 27524 (java) S 27520 27517 27261 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 636227227 885448704 11317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27521/tid=27525] ppid=27520 vsize=864696 CPUtime=0
/proc/27521/task/27525/stat : 27525 (java) S 27520 27517 27261 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 636227227 885448704 11317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27521/tid=27526] ppid=27520 vsize=864696 CPUtime=0
/proc/27521/task/27526/stat : 27526 (java) S 27520 27517 27261 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 636227229 885448704 11317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27521/tid=27527] ppid=27520 vsize=864696 CPUtime=0.13
/proc/27521/task/27527/stat : 27527 (java) R 27520 27517 27261 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 636227229 885448704 11317 996147200 134512640 134550740 4294956000 18446744073709551615 101866936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27521/tid=27528] ppid=27520 vsize=864696 CPUtime=0
/proc/27521/task/27528/stat : 27528 (java) S 27520 27517 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636227229 885448704 11317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27521/tid=27529] ppid=27520 vsize=864696 CPUtime=0
/proc/27521/task/27529/stat : 27529 (java) S 27520 27517 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636227229 885448704 11317 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883652

[startup+3.10285 s]
/proc/loadavg: 2.14 2.09 2.14 3/92 27539
/proc/meminfo: memFree=1486712/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=1.53
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 974 13700 0 1 3 0 142 8 15 0 1 0 636227220 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 797 370 3 0 500 0
[pid=27530] ppid=27517 vsize=5356 CPUtime=0
/proc/27530/stat : 27530 (sh) S 27517 27517 27261 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 636227380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27530/statm: 1339 233 193 169 0 50 0
[pid=27531] ppid=27530 vsize=868404 CPUtime=1.48
/proc/27531/stat : 27531 (java) S 27530 27517 27261 0 -1 0 10188 0 1 0 142 6 0 0 18 0 9 0 636227381 889245696 9165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27531/statm: 217101 9165 2540 9 0 211676 0
[pid=27531/tid=27532] ppid=27530 vsize=868404 CPUtime=0.93
/proc/27531/task/27532/stat : 27532 (java) R 27530 27517 27261 0 -1 64 2782 0 1 0 92 1 0 0 25 0 9 0 636227382 889245696 9165 996147200 134512640 134550740 4294955952 18446744073709551615 4126629676 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27533] ppid=27530 vsize=868404 CPUtime=0.34
/proc/27531/task/27533/stat : 27533 (java) S 27530 27517 27261 0 -1 64 5256 0 0 0 31 3 0 0 16 0 9 0 636227383 889245696 9165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27534] ppid=27530 vsize=868404 CPUtime=0
/proc/27531/task/27534/stat : 27534 (java) S 27530 27517 27261 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636227383 889245696 9165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27535] ppid=27530 vsize=868404 CPUtime=0
/proc/27531/task/27535/stat : 27535 (java) S 27530 27517 27261 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636227383 889245696 9165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27536] ppid=27530 vsize=868404 CPUtime=0
/proc/27531/task/27536/stat : 27536 (java) S 27530 27517 27261 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636227385 889245696 9165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27537] ppid=27530 vsize=868404 CPUtime=0.18
/proc/27531/task/27537/stat : 27537 (java) S 27530 27517 27261 0 -1 64 1453 0 0 0 18 0 0 0 16 0 9 0 636227385 889245696 9165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27538] ppid=27530 vsize=868404 CPUtime=0
/proc/27531/task/27538/stat : 27538 (java) S 27530 27517 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636227385 889245696 9165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27539] ppid=27530 vsize=868404 CPUtime=0
/proc/27531/task/27539/stat : 27539 (java) S 27530 27517 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636227385 889245696 9165 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887360

[startup+6.30249 s]
/proc/loadavg: 2.14 2.09 2.14 4/92 27539
/proc/meminfo: memFree=1421112/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=1.53
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 974 13700 0 1 3 0 142 8 16 0 1 0 636227220 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 797 370 3 0 500 0
[pid=27530] ppid=27517 vsize=5356 CPUtime=0
/proc/27530/stat : 27530 (sh) S 27517 27517 27261 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 636227380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27530/statm: 1339 233 193 169 0 50 0
[pid=27531] ppid=27530 vsize=889900 CPUtime=4.66
/proc/27531/stat : 27531 (java) S 27530 27517 27261 0 -1 0 36902 0 1 0 448 18 0 0 18 0 9 0 636227381 911257600 32348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27531/statm: 222475 32348 2540 9 0 217050 0
[pid=27531/tid=27532] ppid=27530 vsize=889900 CPUtime=2.37
/proc/27531/task/27532/stat : 27532 (java) R 27530 27517 27261 0 -1 64 3722 0 1 0 235 2 0 0 25 0 9 0 636227382 911257600 32348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27533] ppid=27530 vsize=889900 CPUtime=2.06
/proc/27531/task/27533/stat : 27533 (java) R 27530 27517 27261 0 -1 64 31015 0 0 0 191 15 0 0 16 0 9 0 636227383 911257600 32348 996147200 134512640 134550740 4294955952 18446744073709551615 101574417 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27534] ppid=27530 vsize=889900 CPUtime=0
/proc/27531/task/27534/stat : 27534 (java) S 27530 27517 27261 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636227383 911257600 32348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27535] ppid=27530 vsize=889900 CPUtime=0
/proc/27531/task/27535/stat : 27535 (java) S 27530 27517 27261 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636227383 911257600 32348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27536] ppid=27530 vsize=889900 CPUtime=0
/proc/27531/task/27536/stat : 27536 (java) S 27530 27517 27261 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636227385 911257600 32348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27537] ppid=27530 vsize=889900 CPUtime=0.2
/proc/27531/task/27537/stat : 27537 (java) S 27530 27517 27261 0 -1 64 1468 0 0 0 20 0 0 0 15 0 9 0 636227385 911257600 32348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27538] ppid=27530 vsize=889900 CPUtime=0
/proc/27531/task/27538/stat : 27538 (java) S 27530 27517 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636227385 911257600 32348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27539] ppid=27530 vsize=889900 CPUtime=0
/proc/27531/task/27539/stat : 27539 (java) S 27530 27517 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636227385 911257600 32348 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 908856

[startup+12.7028 s]
/proc/loadavg: 2.19 2.10 2.15 3/92 27539
/proc/meminfo: memFree=1347960/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=1.53
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 974 13700 0 1 3 0 142 8 16 0 1 0 636227220 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 797 370 3 0 500 0
[pid=27530] ppid=27517 vsize=5356 CPUtime=0
/proc/27530/stat : 27530 (sh) S 27517 27517 27261 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 636227380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27530/statm: 1339 233 193 169 0 50 0
[pid=27531] ppid=27530 vsize=868516 CPUtime=9.83
/proc/27531/stat : 27531 (java) S 27530 27517 27261 0 -1 0 39761 0 1 0 933 50 0 0 18 0 9 0 636227381 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27531/statm: 217129 27049 2565 9 0 211676 0
[pid=27531/tid=27532] ppid=27530 vsize=868516 CPUtime=7.03
/proc/27531/task/27532/stat : 27532 (java) R 27530 27517 27261 0 -1 64 3987 0 1 0 672 31 0 0 25 0 9 0 636227382 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4126992983 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27533] ppid=27530 vsize=868516 CPUtime=2.53
/proc/27531/task/27533/stat : 27533 (java) S 27530 27517 27261 0 -1 64 33581 0 0 0 236 17 0 0 16 0 9 0 636227383 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27534] ppid=27530 vsize=868516 CPUtime=0
/proc/27531/task/27534/stat : 27534 (java) S 27530 27517 27261 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636227383 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27535] ppid=27530 vsize=868516 CPUtime=0
/proc/27531/task/27535/stat : 27535 (java) S 27530 27517 27261 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636227383 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27536] ppid=27530 vsize=868516 CPUtime=0
/proc/27531/task/27536/stat : 27536 (java) S 27530 27517 27261 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636227385 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27537] ppid=27530 vsize=868516 CPUtime=0.24
/proc/27531/task/27537/stat : 27537 (java) S 27530 27517 27261 0 -1 64 1496 0 0 0 24 0 0 0 16 0 9 0 636227385 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27538] ppid=27530 vsize=868516 CPUtime=0
/proc/27531/task/27538/stat : 27538 (java) S 27530 27517 27261 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636227385 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27539] ppid=27530 vsize=868516 CPUtime=0
/proc/27531/task/27539/stat : 27539 (java) S 27530 27517 27261 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636227385 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 887472

[startup+25.5013 s]
/proc/loadavg: 2.31 2.13 2.16 2/92 27539
/proc/meminfo: memFree=1227968/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=1.53
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 974 13700 0 1 3 0 142 8 16 0 1 0 636227220 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 797 370 3 0 500 0
[pid=27530] ppid=27517 vsize=5356 CPUtime=0
/proc/27530/stat : 27530 (sh) S 27517 27517 27261 0 -1 4194304 278 0 0 0 0 0 0 0 16 0 1 0 636227380 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27530/statm: 1339 233 193 169 0 50 0
[pid=27531] ppid=27530 vsize=868516 CPUtime=18.49
/proc/27531/stat : 27531 (java) S 27530 27517 27261 0 -1 0 40145 0 1 0 1738 111 0 0 18 0 9 0 636227381 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27531/statm: 217129 27049 2565 9 0 211676 0
[pid=27531/tid=27532] ppid=27530 vsize=868516 CPUtime=15.49
/proc/27531/task/27532/stat : 27532 (java) R 27530 27517 27261 0 -1 64 4371 0 1 0 1459 90 0 0 24 0 9 0 636227382 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 102064662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27533] ppid=27530 vsize=868516 CPUtime=2.71
/proc/27531/task/27533/stat : 27533 (java) S 27530 27517 27261 0 -1 64 33581 0 0 0 253 18 0 0 16 0 9 0 636227383 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27534] ppid=27530 vsize=868516 CPUtime=0
/proc/27531/task/27534/stat : 27534 (java) S 27530 27517 27261 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636227383 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27531/tid=27535] ppid=27530 vsize=868516 CPUtime=0
/proc/27531/task/27535/stat : 27535 (java) S 27530 27517 27261 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636227383 889360384 27049 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=884240/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=496536 CPUtime=1264.64
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 117181 0 0 0 120978 5486 0 0 25 0 1 0 636230552 508452864 117085 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 124134 117085 48 102 0 124029 0
Current children cumulated CPU time (s) 1291.93
Current children cumulated vsize (KiB) 515492

[startup+1362.3 s]
/proc/loadavg: 1.99 2.02 2.16 3/84 27619
/proc/meminfo: memFree=882320/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=498516 CPUtime=1324.34
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 117702 0 0 0 126947 5487 0 0 25 0 1 0 636230552 510480384 117606 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 124629 117606 48 102 0 124524 0
Current children cumulated CPU time (s) 1351.63
Current children cumulated vsize (KiB) 517472

[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 2.16 3/84 27619
/proc/meminfo: memFree=879824/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=501024 CPUtime=1384.04
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 118303 0 0 0 132916 5488 0 0 25 0 1 0 636230552 513048576 118207 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 125256 118207 48 102 0 125151 0
Current children cumulated CPU time (s) 1411.33
Current children cumulated vsize (KiB) 519980

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.14 3/84 27619
/proc/meminfo: memFree=877776/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=503004 CPUtime=1443.73
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 118812 0 0 0 138884 5489 0 0 25 0 1 0 636230552 515076096 118716 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 125751 118716 48 102 0 125646 0
Current children cumulated CPU time (s) 1471.02
Current children cumulated vsize (KiB) 521960

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/84 27619
/proc/meminfo: memFree=875728/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=504984 CPUtime=1503.42
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 119321 0 0 0 144853 5489 0 0 25 0 1 0 636230552 517103616 119225 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 126246 119225 48 102 0 126141 0
Current children cumulated CPU time (s) 1530.71
Current children cumulated vsize (KiB) 523940

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/84 27619
/proc/meminfo: memFree=873872/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=506964 CPUtime=1563.13
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 119794 0 0 0 150823 5490 0 0 25 0 1 0 636230552 519131136 119698 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 126741 119698 48 102 0 126636 0
Current children cumulated CPU time (s) 1590.42
Current children cumulated vsize (KiB) 525920

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/84 27619
/proc/meminfo: memFree=871760/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=508944 CPUtime=1622.82
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 120297 0 0 0 156791 5491 0 0 25 0 1 0 636230552 521158656 120201 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 127236 120201 48 102 0 127131 0
Current children cumulated CPU time (s) 1650.11
Current children cumulated vsize (KiB) 527900

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/84 27619
/proc/meminfo: memFree=869840/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=510792 CPUtime=1682.53
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 120769 0 0 0 162760 5493 0 0 25 0 1 0 636230552 523051008 120673 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 127698 120673 48 102 0 127593 0
Current children cumulated CPU time (s) 1709.82
Current children cumulated vsize (KiB) 529748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 27619
/proc/meminfo: memFree=868048/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=512376 CPUtime=1742.22
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 121187 0 0 0 168729 5493 0 0 25 0 1 0 636230552 524673024 121091 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 128094 121091 48 102 0 127989 0
Current children cumulated CPU time (s) 1769.51
Current children cumulated vsize (KiB) 531332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 2.00 2.00 2.09 3/84 27619
/proc/meminfo: memFree=867088/2055920 swapFree=4166000/4192956
[pid=27517] ppid=27515 vsize=13600 CPUtime=27.29
/proc/27517/stat : 27517 (sugar) S 27515 27517 27261 0 -1 4194304 1022 54468 0 2 3 0 2555 171 16 0 1 0 636227220 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27517/statm: 3400 799 370 3 0 500 0
[pid=27540] ppid=27517 vsize=5356 CPUtime=0
/proc/27540/stat : 27540 (sh) S 27517 27517 27261 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 636230551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27540/statm: 1339 232 193 169 0 50 0
[pid=27541] ppid=27540 vsize=513432 CPUtime=1772.77
/proc/27541/stat : 27541 (picosat) R 27540 27517 27261 0 -1 4194304 121432 0 0 0 171783 5494 0 0 25 0 1 0 636230552 525754368 121336 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/27541/statm: 128358 121336 48 102 0 128253 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 532388

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27517 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=588110
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=729737
# CPU time returned by wait4() is 27.3178
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1813.08
CPU time (s): 1800.06
CPU user time (s): 1743.41
CPU system time (s): 56.65
CPU usage (%): 99.2817
Max. virtual memory (cumulated for all children) (KiB): 908856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.5881
system time used= 1.72974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55846
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10168
involuntary context switches= 10505

runsolver used 1.9887 second user time and 4.82027 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 05:54:54
IDJOB=1084128
IDBENCH=57527
IDSOLVER=345
FILE ID=node77/1084128-1215230094
PBS_JOBID= 7881874
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1084128-1215230094/watcher-1084128-1215230094 -o /tmp/evaluation-result-1084128-1215230094/solver-1084128-1215230094 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1084128-1215230094.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 86f27dad5b32c8754684e5fda2e6b575
RANDOM SEED=1408727316

node77.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.274
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.274
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:       1498736 kB
Buffers:         70832 kB
Cached:         213404 kB
SwapCached:      20880 kB
Active:         396960 kB
Inactive:        94148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1498736 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            3936 kB
Writeback:           0 kB
Mapped:         223176 kB
Slab:            51040 kB
Committed_AS:  1938052 kB
PageTables:       2144 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= 66532 MiB
End job on node77 at 2008-07-05 06:25:09