Trace number 1066434

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.08 1805.52

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-11_ext.xml
MD5SUM9bcf81c8a076467ebf8c6a868379407a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.9867
Satisfiable
(Un)Satisfiability was proved
Number of variables88
Number of constraints19
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension19
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/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 07:03:11 2008
0.00/0.04	c 0	PID 12191
0.00/0.05	c 0	HOST node38.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066434-1215147791.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066434-1215147791.xml' 'HOME/temp.csp'
0.03/0.36	c 1	1 domains, 88 variables, 0 predicates, 2 relations, 19 constraints
0.03/0.37	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.32/0.45	c 1	Parsing HOME/temp.csp
0.32/0.63	c 1	parsed 110 expressions
0.32/0.63	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.63	c 1	Converting to clausal form CSP
0.32/0.65	c 1	converted 11 (10%) expressions
0.32/0.65	c 1	converted 22 (20%) expressions
0.32/0.65	c 1	converted 33 (30%) expressions
0.32/0.65	c 1	converted 44 (40%) expressions
0.32/0.65	c 1	converted 55 (50%) expressions
0.32/0.66	c 1	converted 66 (60%) expressions
0.32/0.66	c 1	converted 77 (70%) expressions
0.32/0.66	c 1	converted 88 (80%) expressions
1.42/1.52	c 2	converted 99 (90%) expressions
2.21/2.31	c 2	converted 110 (100%) expressions
2.21/2.31	c 2	CSP : 88 integers, 0 booleans, 19 clauses, largest domain size 26
2.21/2.31	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.31	c 2	Propagation in CSP
2.21/2.31	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.21/2.31	c 2	CSP : 88 integers, 0 booleans, 19 clauses, largest domain size 26
2.21/2.31	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.21/2.31	c 2	Simplifing CSP by introducing new Boolean variables
2.21/2.31	c 2	CSP : 88 integers, 0 booleans, 19 clauses, largest domain size 26
2.21/2.31	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.41/2.54	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.41/2.56	c 3	9 (10%) CSP integer variables are encoded (216 clauses, 2232 bytes)
2.41/2.56	c 3	18 (20%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.41/2.57	c 3	27 (30%) CSP integer variables are encoded (648 clauses, 6984 bytes)
2.41/2.57	c 3	36 (40%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.41/2.57	c 3	44 (50%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
2.41/2.57	c 3	53 (60%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
2.41/2.57	c 3	62 (70%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
2.41/2.57	c 3	71 (80%) CSP integer variables are encoded (1704 clauses, 20089 bytes)
2.41/2.57	c 3	80 (90%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
2.41/2.57	c 3	88 (100%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
32.22/32.60	c 33	2 (10%) CSP clauses are encoded (128806 clauses, 6846329 bytes)
62.03/62.74	c 63	4 (20%) CSP clauses are encoded (255500 clauses, 13725525 bytes)
91.13/92.12	c 92	6 (30%) CSP clauses are encoded (382194 clauses, 20847561 bytes)
120.04/121.35	c 122	8 (40%) CSP clauses are encoded (508888 clauses, 28085844 bytes)
149.65/151.25	c 151	10 (50%) CSP clauses are encoded (635582 clauses, 35439456 bytes)
173.51/175.37	c 176	12 (60%) CSP clauses are encoded (746418 clauses, 41861743 bytes)
191.73/193.80	c 194	14 (70%) CSP clauses are encoded (841396 clauses, 48167065 bytes)
210.14/212.34	c 213	16 (80%) CSP clauses are encoded (936374 clauses, 55254871 bytes)
228.48/230.81	c 231	18 (90%) CSP clauses are encoded (1031352 clauses, 62912009 bytes)
237.48/239.99	c 240	19 (100%) CSP clauses are encoded (1078841 clauses, 66740578 bytes)
237.48/239.99	c 240	19 CSP clauses encoded
237.48/239.99	c 240	Writing map file : HOME/temp.map
237.48/239.99	c 240	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
237.48/239.99	c 240	SAT : 2200 SAT variables, 1078841 SAT clauses, 66740578 bytes
237.48/239.99	c 240	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
237.57/240.04	c 240	SOLVING HOME/temp.cnf
237.57/240.04	c 240	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1805.51	c ERROR INTERRUPTED
1800.08/1805.52	s UNKNOWN
1800.08/1805.52	c 1806	CPU 236.86 (0.04 0 236.82 0.75)
1800.08/1805.52	c 1806	END Fri Jul  4 07:33:17 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-1066434-1215147791/watcher-1066434-1215147791 -o /tmp/evaluation-result-1066434-1215147791/solver-1066434-1215147791 -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-1066434-1215147791.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.00 2.00 4/81 12191
/proc/meminfo: memFree=1786440/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=4708 CPUtime=0
/proc/12191/stat : 12191 (sugar) R 12189 12191 11445 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1544449521 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 266887802065 0 0 4096 0 0 0 0 17 1 0 0
/proc/12191/statm: 1177 43 33 3 0 8 0

[startup+0.0792271 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 12191
/proc/meminfo: memFree=1786440/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=0.03
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544449521 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101227 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 12191
/proc/meminfo: memFree=1786440/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=0.03
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544449521 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301251 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 12191
/proc/meminfo: memFree=1786440/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=0.03
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1544449521 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701296 s]
/proc/loadavg: 1.97 2.00 2.00 4/81 12191
/proc/meminfo: memFree=1786440/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=0.32
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 973 6513 0 1 3 0 26 3 15 0 1 0 1544449521 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13600

[startup+1.50239 s]
/proc/loadavg: 1.97 2.00 2.00 4/92 12213
/proc/meminfo: memFree=1764144/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=0.32
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 973 6513 0 1 3 0 26 3 15 0 1 0 1544449521 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 797 370 3 0 500 0
[pid=12204] ppid=12191 vsize=5356 CPUtime=0
/proc/12204/stat : 12204 (sh) S 12191 12191 11445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544449559 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12204/statm: 1339 233 193 169 0 50 0
[pid=12205] ppid=12204 vsize=864324 CPUtime=1.1
/proc/12205/stat : 12205 (java) S 12204 12191 11445 0 -1 0 11353 0 1 0 105 5 0 0 18 0 9 0 1544449559 885067776 10622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 216081 10622 2540 9 0 210656 0
[pid=12205/tid=12206] ppid=12204 vsize=864324 CPUtime=0.46
/proc/12205/task/12206/stat : 12206 (java) R 12204 12191 11445 0 -1 64 2927 0 1 0 45 1 0 0 20 0 9 0 1544449560 885067776 10622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12204 vsize=864324 CPUtime=0.56
/proc/12205/task/12207/stat : 12207 (java) R 12204 12191 11445 0 -1 64 7408 0 0 0 53 3 0 0 17 0 9 0 1544449561 885067776 10622 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12208] ppid=12204 vsize=864324 CPUtime=0
/proc/12205/task/12208/stat : 12208 (java) S 12204 12191 11445 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544449561 885067776 10622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12209] ppid=12204 vsize=864324 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12204 12191 11445 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544449561 885067776 10622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12210] ppid=12204 vsize=864324 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544449563 885067776 10622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12211] ppid=12204 vsize=864324 CPUtime=0.05
/proc/12205/task/12211/stat : 12211 (java) S 12204 12191 11445 0 -1 64 325 0 0 0 5 0 0 0 16 0 9 0 1544449563 885067776 10622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12212] ppid=12204 vsize=864324 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544449563 885067776 10622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12204 vsize=864324 CPUtime=0
/proc/12205/task/12213/stat : 12213 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544449563 885067776 10622 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883280

[startup+3.10257 s]
/proc/loadavg: 1.97 2.00 2.00 4/92 12213
/proc/meminfo: memFree=1734000/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=0.33
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 974 6513 0 1 4 0 26 3 15 0 1 0 1544449521 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 797 370 3 0 500 0
[pid=12204] ppid=12191 vsize=5356 CPUtime=0
/proc/12204/stat : 12204 (sh) S 12191 12191 11445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544449559 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12204/statm: 1339 233 193 169 0 50 0
[pid=12205] ppid=12204 vsize=864436 CPUtime=2.68
/proc/12205/stat : 12205 (java) S 12204 12191 11445 0 -1 0 19345 0 1 0 259 9 0 0 18 0 9 0 1544449559 885182464 18571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 216109 18571 2564 9 0 210656 0
[pid=12205/tid=12206] ppid=12204 vsize=864436 CPUtime=1.23
/proc/12205/task/12206/stat : 12206 (java) R 12204 12191 11445 0 -1 64 3387 0 1 0 121 2 0 0 21 0 9 0 1544449560 885182464 18571 996147200 134512640 134550740 4294955952 18446744073709551615 4126568663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12204 vsize=864436 CPUtime=1.35
/proc/12205/task/12207/stat : 12207 (java) S 12204 12191 11445 0 -1 64 14920 0 0 0 129 6 0 0 16 0 9 0 1544449561 885182464 18571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12208] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12208/stat : 12208 (java) S 12204 12191 11445 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544449561 885182464 18571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12209] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12204 12191 11445 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544449561 885182464 18571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12210] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544449563 885182464 18571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12211] ppid=12204 vsize=864436 CPUtime=0.08
/proc/12205/task/12211/stat : 12211 (java) S 12204 12191 11445 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1544449563 885182464 18571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12212] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544449563 885182464 18571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12213/stat : 12213 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544449563 885182464 18571 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) 883392

[startup+6.30292 s]
/proc/loadavg: 1.97 2.00 2.00 3/92 12213
/proc/meminfo: memFree=1719088/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=0.33
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 974 6513 0 1 4 0 26 3 15 0 1 0 1544449521 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 797 370 3 0 500 0
[pid=12204] ppid=12191 vsize=5356 CPUtime=0
/proc/12204/stat : 12204 (sh) S 12191 12191 11445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544449559 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12204/statm: 1339 233 193 169 0 50 0
[pid=12205] ppid=12204 vsize=864436 CPUtime=5.85
/proc/12205/stat : 12205 (java) S 12204 12191 11445 0 -1 0 19764 0 1 0 576 9 0 0 18 0 9 0 1544449559 885182464 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 216109 18982 2564 9 0 210656 0
[pid=12205/tid=12206] ppid=12204 vsize=864436 CPUtime=4.37
/proc/12205/task/12206/stat : 12206 (java) R 12204 12191 11445 0 -1 64 3395 0 1 0 435 2 0 0 25 0 9 0 1544449560 885182464 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4126588228 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12204 vsize=864436 CPUtime=1.38
/proc/12205/task/12207/stat : 12207 (java) S 12204 12191 11445 0 -1 64 15331 0 0 0 132 6 0 0 16 0 9 0 1544449561 885182464 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12208] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12208/stat : 12208 (java) S 12204 12191 11445 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544449561 885182464 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12209] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12204 12191 11445 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544449561 885182464 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12210] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544449563 885182464 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12211] ppid=12204 vsize=864436 CPUtime=0.08
/proc/12205/task/12211/stat : 12211 (java) S 12204 12191 11445 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1544449563 885182464 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12212] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544449563 885182464 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12213/stat : 12213 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544449563 885182464 18982 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883392

[startup+12.7026 s]
/proc/loadavg: 1.97 2.00 2.00 3/92 12213
/proc/meminfo: memFree=1713392/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=0.33
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 974 6513 0 1 4 0 26 3 15 0 1 0 1544449521 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 797 370 3 0 500 0
[pid=12204] ppid=12191 vsize=5356 CPUtime=0
/proc/12204/stat : 12204 (sh) S 12191 12191 11445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544449559 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12204/statm: 1339 233 193 169 0 50 0
[pid=12205] ppid=12204 vsize=864436 CPUtime=12.19
/proc/12205/stat : 12205 (java) S 12204 12191 11445 0 -1 0 20804 0 1 0 1209 10 0 0 18 0 9 0 1544449559 885182464 20004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 216109 20004 2564 9 0 210656 0
[pid=12205/tid=12206] ppid=12204 vsize=864436 CPUtime=10.64
/proc/12205/task/12206/stat : 12206 (java) R 12204 12191 11445 0 -1 64 3413 0 1 0 1062 2 0 0 25 0 9 0 1544449560 885182464 20004 996147200 134512640 134550740 4294955952 18446744073709551615 4126568576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12204 vsize=864436 CPUtime=1.44
/proc/12205/task/12207/stat : 12207 (java) S 12204 12191 11445 0 -1 64 16353 0 0 0 137 7 0 0 16 0 9 0 1544449561 885182464 20004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12208] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12208/stat : 12208 (java) S 12204 12191 11445 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544449561 885182464 20004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12209] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12204 12191 11445 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544449561 885182464 20004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12210] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12210/stat : 12210 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544449563 885182464 20004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12211] ppid=12204 vsize=864436 CPUtime=0.08
/proc/12205/task/12211/stat : 12211 (java) S 12204 12191 11445 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1544449563 885182464 20004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12212] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12212/stat : 12212 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544449563 885182464 20004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12213] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12213/stat : 12213 (java) S 12204 12191 11445 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544449563 885182464 20004 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883392

[startup+25.5011 s]
/proc/loadavg: 1.98 2.00 2.00 3/92 12213
/proc/meminfo: memFree=1703728/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=0.33
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 974 6513 0 1 4 0 26 3 15 0 1 0 1544449521 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 797 370 3 0 500 0
[pid=12204] ppid=12191 vsize=5356 CPUtime=0
/proc/12204/stat : 12204 (sh) S 12191 12191 11445 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544449559 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12204/statm: 1339 233 193 169 0 50 0
[pid=12205] ppid=12204 vsize=864436 CPUtime=24.86
/proc/12205/stat : 12205 (java) S 12204 12191 11445 0 -1 0 22422 0 1 0 2473 13 0 0 18 0 9 0 1544449559 885182464 21573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12205/statm: 216109 21573 2564 9 0 210656 0
[pid=12205/tid=12206] ppid=12204 vsize=864436 CPUtime=23.2
/proc/12205/task/12206/stat : 12206 (java) R 12204 12191 11445 0 -1 64 3463 0 1 0 2316 4 0 0 25 0 9 0 1544449560 885182464 21573 996147200 134512640 134550740 4294955952 18446744073709551615 4126588304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12207] ppid=12204 vsize=864436 CPUtime=1.55
/proc/12205/task/12207/stat : 12207 (java) S 12204 12191 11445 0 -1 64 17918 0 0 0 147 8 0 0 16 0 9 0 1544449561 885182464 21573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12208] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12208/stat : 12208 (java) S 12204 12191 11445 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544449561 885182464 21573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12205/tid=12209] ppid=12204 vsize=864436 CPUtime=0
/proc/12205/task/12209/stat : 12209 (java) S 12204 12191 11445 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1544449561 885182464 21573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1479088/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=95528 CPUtime=1119.66
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24072 0 0 0 110224 1742 0 0 25 0 1 0 1544473526 97820672 22877 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 23882 22877 48 102 0 23777 0
Current children cumulated CPU time (s) 1357.27
Current children cumulated vsize (KiB) 114484

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1477552/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=95528 CPUtime=1179.61
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24261 0 0 0 116219 1742 0 0 25 0 1 0 1544473526 97820672 22890 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 23882 22890 48 102 0 23777 0
Current children cumulated CPU time (s) 1417.22
Current children cumulated vsize (KiB) 114484

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1476208/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=95528 CPUtime=1239.55
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24261 0 0 0 122213 1742 0 0 25 0 1 0 1544473526 97820672 22890 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 23882 22890 48 102 0 23777 0
Current children cumulated CPU time (s) 1477.16
Current children cumulated vsize (KiB) 114484

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1474608/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=95528 CPUtime=1299.49
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24261 0 0 0 128207 1742 0 0 25 0 1 0 1544473526 97820672 22890 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 23882 22890 48 102 0 23777 0
Current children cumulated CPU time (s) 1537.1
Current children cumulated vsize (KiB) 114484

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1472240/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=96320 CPUtime=1359.45
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24655 0 0 0 134202 1743 0 0 25 0 1 0 1544473526 98631680 23099 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 24080 23099 48 102 0 23975 0
Current children cumulated CPU time (s) 1597.06
Current children cumulated vsize (KiB) 115276

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1470640/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=96320 CPUtime=1419.4
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24655 0 0 0 140197 1743 0 0 25 0 1 0 1544473526 98631680 23099 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 24080 23099 48 102 0 23975 0
Current children cumulated CPU time (s) 1657.01
Current children cumulated vsize (KiB) 115276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1469040/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=96320 CPUtime=1479.34
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24655 0 0 0 146191 1743 0 0 25 0 1 0 1544473526 98631680 23099 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 24080 23099 48 102 0 23975 0
Current children cumulated CPU time (s) 1716.95
Current children cumulated vsize (KiB) 115276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1467440/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=96320 CPUtime=1539.29
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24655 0 0 0 152186 1743 0 0 25 0 1 0 1544473526 98631680 23099 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 24080 23099 48 102 0 23975 0
Current children cumulated CPU time (s) 1776.9
Current children cumulated vsize (KiB) 115276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1466608/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=96584 CPUtime=1562.47
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24742 0 0 0 154504 1743 0 0 25 0 1 0 1544473526 98902016 23186 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 24146 23186 48 102 0 24041 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 115540

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

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

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12268
/proc/meminfo: memFree=1466608/2055920 swapFree=4112284/4192956
[pid=12191] ppid=12189 vsize=13600 CPUtime=237.61
/proc/12191/stat : 12191 (sugar) S 12189 12191 11445 0 -1 4194304 1021 54728 0 2 4 0 23682 75 16 0 1 0 1544449521 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12191/statm: 3400 798 370 3 0 500 0
[pid=12214] ppid=12191 vsize=5356 CPUtime=0
/proc/12214/stat : 12214 (sh) S 12191 12191 11445 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544473525 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12214/statm: 1339 232 193 169 0 50 0
[pid=12215] ppid=12214 vsize=96584 CPUtime=1562.47
/proc/12215/stat : 12215 (picosat) R 12214 12191 11445 0 -1 4194304 24742 0 0 0 154504 1743 0 0 25 0 1 0 1544473526 98902016 23186 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12215/statm: 24146 23186 48 102 0 24041 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 115540

Child status: 0

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

Real time (s): 1805.52
CPU time (s): 1800.08
CPU user time (s): 1781.9
CPU system time (s): 18.18
CPU usage (%): 99.6985
Max. virtual memory (cumulated for all children) (KiB): 894144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 236.867
system time used= 0.768883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56103
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= 12973
involuntary context switches= 18044

runsolver used 2.19567 second user time and 6.08607 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 07:03:11
IDJOB=1066434
IDBENCH=55122
IDSOLVER=345
FILE ID=node38/1066434-1215147791
PBS_JOBID= 7877395
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-11_ext.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-1066434-1215147791/watcher-1066434-1215147791 -o /tmp/evaluation-result-1066434-1215147791/solver-1066434-1215147791 -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-1066434-1215147791.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9bcf81c8a076467ebf8c6a868379407a
RANDOM SEED=1087908323

node38.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.223
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.223
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:       1786920 kB
Buffers:         18096 kB
Cached:          82728 kB
SwapCached:      74888 kB
Active:         170924 kB
Inactive:        43316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786920 kB
SwapTotal:     4192956 kB
SwapFree:      4112284 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:         129352 kB
Slab:            39460 kB
Committed_AS:  2883188 kB
PageTables:       2272 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= 66504 MiB
End job on node38 at 2008-07-04 07:33:19