Trace number 2082070

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.14.6+picosat? (TO) 1800.01 1817.29

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.66975
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:56:27 2009
0.00/0.08	c 0	PID 23346
0.00/0.08	c 0	HOST node42.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2082070-1247374587.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2082070-1247374587.xml' 'HOME/temp.csp'
1.44/1.54	c 2	1 domains, 240 variables, 2 predicates, 0 relations, 21540 constraints
1.44/1.56	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.44/1.56	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.51/1.64	c 2	Parsing HOME/temp.csp
1.51/1.80	c 2	parsed 10000 expressions
1.51/1.93	c 2	parsed 20000 expressions
1.51/1.94	c 2	parsed 21783 expressions
1.51/1.94	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.51/1.94	c 2	Converting to clausal form CSP
2.32/2.49	c 3	converted 2179 (10%) expressions
2.72/2.81	c 3	converted 4357 (20%) expressions
2.92/3.04	c 3	converted 6535 (30%) expressions
3.31/3.43	c 4	converted 8714 (40%) expressions
3.51/3.67	c 4	converted 10892 (50%) expressions
3.80/3.92	c 4	converted 13070 (60%) expressions
4.21/4.39	c 5	converted 15249 (70%) expressions
4.50/4.64	c 5	converted 17427 (80%) expressions
4.70/4.87	c 5	converted 19605 (90%) expressions
4.99/5.11	c 5	converted 21783 (100%) expressions
4.99/5.11	c 5	CSP : 240 integers, 21420 booleans, 85800 clauses, largest domain size 120
4.99/5.11	c 5	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.99/5.11	c 5	Propagation in CSP
5.09/5.29	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.09/5.29	c 5	CSP : 240 integers, 21420 booleans, 85800 clauses, largest domain size 120
5.09/5.29	c 5	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.19/5.31	c 5	Simplifing CSP by introducing new Boolean variables
5.98/6.17	c 6	CSP : 240 integers, 107334 booleans, 171714 clauses, largest domain size 120
5.98/6.17	c 6	Heap : 80 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.67/6.84	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.67/6.88	c 7	24 (10%) CSP integer variables are encoded (2832 clauses, 34685 bytes)
6.67/6.88	c 7	48 (20%) CSP integer variables are encoded (5664 clauses, 71501 bytes)
6.67/6.89	c 7	72 (30%) CSP integer variables are encoded (8496 clauses, 108317 bytes)
6.67/6.89	c 7	96 (40%) CSP integer variables are encoded (11328 clauses, 147960 bytes)
6.67/6.89	c 7	120 (50%) CSP integer variables are encoded (14160 clauses, 190440 bytes)
6.78/6.90	c 7	144 (60%) CSP integer variables are encoded (16992 clauses, 232920 bytes)
6.78/6.90	c 7	168 (70%) CSP integer variables are encoded (19824 clauses, 275400 bytes)
6.78/6.91	c 7	192 (80%) CSP integer variables are encoded (22656 clauses, 317880 bytes)
6.78/6.91	c 7	216 (90%) CSP integer variables are encoded (25488 clauses, 360360 bytes)
6.78/6.91	c 7	240 (100%) CSP integer variables are encoded (28320 clauses, 402840 bytes)
8.76/8.93	c 9	17172 (10%) CSP clauses are encoded (1083198 clauses, 21120714 bytes)
10.63/10.89	c 11	34343 (20%) CSP clauses are encoded (2149901 clauses, 43013810 bytes)
12.69/12.96	c 13	51515 (30%) CSP clauses are encoded (3255427 clauses, 65755026 bytes)
14.76/15.06	c 15	68686 (40%) CSP clauses are encoded (4383242 clauses, 89046182 bytes)
16.94/17.20	c 17	85857 (50%) CSP clauses are encoded (5548569 clauses, 113214462 bytes)
19.15/19.63	c 20	103029 (60%) CSP clauses are encoded (6750037 clauses, 138690160 bytes)
21.53/22.04	c 22	120200 (70%) CSP clauses are encoded (7993959 clauses, 166810051 bytes)
23.97/24.59	c 25	137372 (80%) CSP clauses are encoded (9283335 clauses, 195952723 bytes)
26.62/27.21	c 27	154543 (90%) CSP clauses are encoded (10630299 clauses, 226391332 bytes)
29.34/30.06	c 30	171714 (100%) CSP clauses are encoded (12066714 clauses, 258843994 bytes)
29.34/30.06	c 30	171714 CSP clauses encoded
29.34/30.06	c 30	Writing map file : HOME/temp.map
29.34/30.08	c 30	Heap : 63 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.34/30.08	c 30	SAT : 135894 SAT variables, 12066714 SAT clauses, 258843994 bytes
29.34/30.08	c 30	Heap : 63 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
29.42/30.12	c 30	SOLVING HOME/temp.cnf
29.42/30.12	c 30	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1817.23	c ERROR INTERRUPTED
1800.01/1817.29	s UNKNOWN
1800.01/1817.29	c 1817	CPU 29.46 (0.05 0.02 27.33 2.06)
1800.01/1817.29	c 1817	END Sun Jul 12 07:26:44 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082070-1247374587/watcher-2082070-1247374587 -o /tmp/evaluation-result-2082070-1247374587/solver-2082070-1247374587 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2082070-1247374587.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 23346
/proc/meminfo: memFree=1763160/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=4708 CPUtime=0
/proc/23346/stat : 23346 (sugar) R 23344 23346 19160 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 24522634 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 259412522377 0 0 4096 0 0 0 0 17 1 0 0
/proc/23346/statm: 1177 43 33 3 0 8 0

[startup+0.11135 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 23346
/proc/meminfo: memFree=1763160/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=0.06
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 24522634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.20095 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 23346
/proc/meminfo: memFree=1763160/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=0.06
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 24522634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30197 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 23346
/proc/meminfo: memFree=1763160/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=0.06
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 24522634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701044 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 23346
/proc/meminfo: memFree=1763160/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=0.06
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 24522634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5022 s]
/proc/loadavg: 1.98 1.98 1.99 4/85 23358
/proc/meminfo: memFree=1727296/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=0.06
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 24522634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1111 409 3 0 796 0
[pid=23349] ppid=23346 vsize=5356 CPUtime=0
/proc/23349/stat : 23349 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24522642 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23349/statm: 1339 233 193 169 0 50 0
[pid=23350] ppid=23349 vsize=864780 CPUtime=1.38
/proc/23350/stat : 23350 (java) S 23349 23346 19160 0 -1 0 13350 0 1 0 130 8 0 0 18 0 9 0 24522642 885534720 11378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23350/statm: 216195 11378 2557 9 0 210707 0
[pid=23350/tid=23351] ppid=23349 vsize=864780 CPUtime=0.77
/proc/23350/task/23351/stat : 23351 (java) R 23349 23346 19160 0 -1 64 3048 0 1 0 74 3 0 0 23 0 9 0 24522643 885534720 11378 996147200 134512640 134550932 4294955984 18446744073709551615 4126767992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23350/tid=23352] ppid=23349 vsize=864780 CPUtime=0.45
/proc/23350/task/23352/stat : 23352 (java) S 23349 23346 19160 0 -1 64 9063 0 0 0 41 4 0 0 16 0 9 0 24522645 885534720 11378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23350/tid=23353] ppid=23349 vsize=864780 CPUtime=0
/proc/23350/task/23353/stat : 23353 (java) S 23349 23346 19160 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24522645 885534720 11378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23350/tid=23354] ppid=23349 vsize=864780 CPUtime=0
/proc/23350/task/23354/stat : 23354 (java) S 23349 23346 19160 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24522645 885534720 11378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23350/tid=23355] ppid=23349 vsize=864780 CPUtime=0
/proc/23350/task/23355/stat : 23355 (java) S 23349 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24522647 885534720 11378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23350/tid=23356] ppid=23349 vsize=864780 CPUtime=0.14
/proc/23350/task/23356/stat : 23356 (java) S 23349 23346 19160 0 -1 64 535 0 0 0 14 0 0 0 16 0 9 0 24522647 885534720 11378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23350/tid=23357] ppid=23349 vsize=864780 CPUtime=0
/proc/23350/task/23357/stat : 23357 (java) S 23349 23346 19160 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24522647 885534720 11378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23350/tid=23358] ppid=23349 vsize=864780 CPUtime=0
/proc/23350/task/23358/stat : 23358 (java) R 23349 23346 19160 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24522647 885534720 11378 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887004

[startup+3.1025 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 23368
/proc/meminfo: memFree=1741184/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=1.51
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1309 13776 0 1 5 2 135 9 16 0 1 0 24522634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1111 409 3 0 796 0
[pid=23359] ppid=23346 vsize=5356 CPUtime=0
/proc/23359/stat : 23359 (sh) S 23346 23346 19160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24522790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23359/statm: 1339 233 193 169 0 50 0
[pid=23360] ppid=23359 vsize=868836 CPUtime=1.5
/proc/23360/stat : 23360 (java) S 23359 23346 19160 0 -1 0 11743 0 1 0 143 7 0 0 18 0 9 0 24522790 889688064 10729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23360/statm: 217209 10729 2566 9 0 211714 0
[pid=23360/tid=23361] ppid=23359 vsize=868836 CPUtime=0.9
/proc/23360/task/23361/stat : 23361 (java) R 23359 23346 19160 0 -1 64 2750 0 1 0 89 1 0 0 25 0 9 0 24522791 889688064 10729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23362] ppid=23359 vsize=868836 CPUtime=0.41
/proc/23360/task/23362/stat : 23362 (java) R 23359 23346 19160 0 -1 64 6812 0 0 0 37 4 0 0 16 0 9 0 24522792 889688064 10729 996147200 134512640 134550932 4294955936 18446744073709551615 102758179 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23363] ppid=23359 vsize=868836 CPUtime=0
/proc/23360/task/23363/stat : 23363 (java) S 23359 23346 19160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24522793 889688064 10729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23364] ppid=23359 vsize=868836 CPUtime=0
/proc/23360/task/23364/stat : 23364 (java) S 23359 23346 19160 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24522793 889688064 10729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23365] ppid=23359 vsize=868836 CPUtime=0
/proc/23360/task/23365/stat : 23365 (java) S 23359 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24522795 889688064 10729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23366] ppid=23359 vsize=868836 CPUtime=0.16
/proc/23360/task/23366/stat : 23366 (java) S 23359 23346 19160 0 -1 64 1477 0 0 0 16 0 0 0 16 0 9 0 24522795 889688064 10729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23367] ppid=23359 vsize=868836 CPUtime=0
/proc/23360/task/23367/stat : 23367 (java) S 23359 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24522795 889688064 10729 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23368] ppid=23359 vsize=868836 CPUtime=0
/proc/23360/task/23368/stat : 23368 (java) S 23359 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24522795 889688064 10729 996147200 134512640 134550932 4294955936 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) 891060

[startup+6.30211 s]
/proc/loadavg: 1.98 1.98 1.99 4/85 23368
/proc/meminfo: memFree=1684800/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=1.51
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1310 13776 0 1 5 2 135 9 16 0 1 0 24522634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1111 409 3 0 796 0
[pid=23359] ppid=23346 vsize=5356 CPUtime=0
/proc/23359/stat : 23359 (sh) S 23346 23346 19160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24522790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23359/statm: 1339 233 193 169 0 50 0
[pid=23360] ppid=23359 vsize=874716 CPUtime=4.67
/proc/23360/stat : 23360 (java) S 23359 23346 19160 0 -1 0 31590 0 1 0 451 16 0 0 18 0 9 0 24522790 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23360/statm: 218679 28342 2567 9 0 213184 0
[pid=23360/tid=23361] ppid=23359 vsize=874716 CPUtime=2.45
/proc/23360/task/23361/stat : 23361 (java) R 23359 23346 19160 0 -1 64 3659 0 1 0 243 2 0 0 25 0 9 0 24522791 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23362] ppid=23359 vsize=874716 CPUtime=2
/proc/23360/task/23362/stat : 23362 (java) R 23359 23346 19160 0 -1 64 25739 0 0 0 189 11 0 0 16 0 9 0 24522792 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 103732284 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23363] ppid=23359 vsize=874716 CPUtime=0
/proc/23360/task/23363/stat : 23363 (java) S 23359 23346 19160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24522793 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23364] ppid=23359 vsize=874716 CPUtime=0
/proc/23360/task/23364/stat : 23364 (java) S 23359 23346 19160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24522793 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23365] ppid=23359 vsize=874716 CPUtime=0
/proc/23360/task/23365/stat : 23365 (java) S 23359 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24522795 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23366] ppid=23359 vsize=874716 CPUtime=0.18
/proc/23360/task/23366/stat : 23366 (java) S 23359 23346 19160 0 -1 64 1488 0 0 0 18 0 0 0 15 0 9 0 24522795 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23367] ppid=23359 vsize=874716 CPUtime=0
/proc/23360/task/23367/stat : 23367 (java) S 23359 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24522795 895709184 28342 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23368] ppid=23359 vsize=874716 CPUtime=0
/proc/23360/task/23368/stat : 23368 (java) S 23359 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24522795 895709184 28342 996147200 134512640 134550932 4294955936 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) 896940

[startup+12.7023 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 23368
/proc/meminfo: memFree=1604608/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=1.51
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1310 13776 0 1 5 2 135 9 16 0 1 0 24522634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1111 409 3 0 796 0
[pid=23359] ppid=23346 vsize=5356 CPUtime=0
/proc/23359/stat : 23359 (sh) S 23346 23346 19160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24522790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23359/statm: 1339 233 193 169 0 50 0
[pid=23360] ppid=23359 vsize=868696 CPUtime=10.98
/proc/23360/stat : 23360 (java) S 23359 23346 19160 0 -1 0 39596 0 1 0 1041 57 0 0 18 0 9 0 24522790 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23360/statm: 217174 26890 2591 9 0 211651 0
[pid=23360/tid=23361] ppid=23359 vsize=868696 CPUtime=8.07
/proc/23360/task/23361/stat : 23361 (java) R 23359 23346 19160 0 -1 64 3939 0 1 0 768 39 0 0 25 0 9 0 24522791 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4126432448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23362] ppid=23359 vsize=868696 CPUtime=2.64
/proc/23360/task/23362/stat : 23362 (java) S 23359 23346 19160 0 -1 64 33428 0 0 0 248 16 0 0 16 0 9 0 24522792 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23363] ppid=23359 vsize=868696 CPUtime=0
/proc/23360/task/23363/stat : 23363 (java) S 23359 23346 19160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24522793 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23364] ppid=23359 vsize=868696 CPUtime=0
/proc/23360/task/23364/stat : 23364 (java) S 23359 23346 19160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24522793 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23365] ppid=23359 vsize=868696 CPUtime=0
/proc/23360/task/23365/stat : 23365 (java) S 23359 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24522795 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23366] ppid=23359 vsize=868696 CPUtime=0.23
/proc/23360/task/23366/stat : 23366 (java) S 23359 23346 19160 0 -1 64 1525 0 0 0 23 0 0 0 16 0 9 0 24522795 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23367] ppid=23359 vsize=868696 CPUtime=0
/proc/23360/task/23367/stat : 23367 (java) S 23359 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24522795 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23368] ppid=23359 vsize=868696 CPUtime=0
/proc/23360/task/23368/stat : 23368 (java) S 23359 23346 19160 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24522795 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890920

[startup+25.503 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 23368
/proc/meminfo: memFree=1457088/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=1.51
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1310 13776 0 1 5 2 135 9 16 0 1 0 24522634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1111 409 3 0 796 0
[pid=23359] ppid=23346 vsize=5356 CPUtime=0
/proc/23359/stat : 23359 (sh) S 23346 23346 19160 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24522790 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23359/statm: 1339 233 193 169 0 50 0
[pid=23360] ppid=23359 vsize=868696 CPUtime=23.44
/proc/23360/stat : 23360 (java) S 23359 23346 19160 0 -1 0 40093 0 1 0 2192 152 0 0 18 0 9 0 24522790 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23360/statm: 217174 26890 2591 9 0 211651 0
[pid=23360/tid=23361] ppid=23359 vsize=868696 CPUtime=20.23
/proc/23360/task/23361/stat : 23361 (java) R 23359 23346 19160 0 -1 64 4436 0 1 0 1893 130 0 0 25 0 9 0 24522791 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23362] ppid=23359 vsize=868696 CPUtime=2.95
/proc/23360/task/23362/stat : 23362 (java) S 23359 23346 19160 0 -1 64 33428 0 0 0 275 20 0 0 15 0 9 0 24522792 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23363] ppid=23359 vsize=868696 CPUtime=0
/proc/23360/task/23363/stat : 23363 (java) S 23359 23346 19160 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24522793 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23364] ppid=23359 vsize=868696 CPUtime=0
/proc/23360/task/23364/stat : 23364 (java) S 23359 23346 19160 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24522793 889544704 26890 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23360/tid=23365] ppid=23359 vsize=868696 CPUtime=0

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

/proc/meminfo: memFree=1013056/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=493896 CPUtime=1319.39
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 116525 0 0 0 126043 5896 0 0 25 0 1 0 24525646 505749504 116429 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/23370/statm: 123474 116429 48 102 0 123369 0
Current children cumulated CPU time (s) 1348.84
Current children cumulated vsize (KiB) 516120

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=1005376/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=495744 CPUtime=1378.82
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 116996 0 0 0 131986 5896 0 0 25 0 1 0 24525646 507641856 116900 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23370/statm: 123936 116900 48 102 0 123831 0
Current children cumulated CPU time (s) 1408.27
Current children cumulated vsize (KiB) 517968

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=1002944/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=497724 CPUtime=1438.25
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 117501 0 0 0 137928 5897 0 0 25 0 1 0 24525646 509669376 117405 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23370/statm: 124431 117405 48 102 0 124326 0
Current children cumulated CPU time (s) 1467.7
Current children cumulated vsize (KiB) 519948

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=1000832/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=499836 CPUtime=1497.68
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 118025 0 0 0 143870 5898 0 0 25 0 1 0 24525646 511832064 117929 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23370/statm: 124959 117929 48 102 0 124854 0
Current children cumulated CPU time (s) 1527.13
Current children cumulated vsize (KiB) 522060

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=998464/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=501816 CPUtime=1557.11
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 118516 0 0 0 149812 5899 0 0 25 0 1 0 24525646 513859584 118420 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23370/statm: 125454 118420 48 102 0 125349 0
Current children cumulated CPU time (s) 1586.56
Current children cumulated vsize (KiB) 524040

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=996544/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=503532 CPUtime=1616.54
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 118961 0 0 0 155755 5899 0 0 25 0 1 0 24525646 515616768 118865 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/23370/statm: 125883 118865 48 102 0 125778 0
Current children cumulated CPU time (s) 1645.99
Current children cumulated vsize (KiB) 525756

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 23376
/proc/meminfo: memFree=994560/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=505380 CPUtime=1675.98
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 119410 0 0 0 161698 5900 0 0 25 0 1 0 24525646 517509120 119314 996147200 134512640 134931368 4294956256 18446744073709551615 134530153 0 0 4096 0 0 0 0 17 1 0 0
/proc/23370/statm: 126345 119314 48 102 0 126240 0
Current children cumulated CPU time (s) 1705.43
Current children cumulated vsize (KiB) 527604

[startup+1782.3 s]
/proc/loadavg: 2.13 2.01 2.01 3/85 23426
/proc/meminfo: memFree=950136/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=507228 CPUtime=1735.65
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 119875 0 0 0 167665 5900 0 0 25 0 1 0 24525646 519401472 119779 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/23370/statm: 126807 119779 48 102 0 126702 0
Current children cumulated CPU time (s) 1765.1
Current children cumulated vsize (KiB) 529452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.13 2.03 2.01 4/85 23426
/proc/meminfo: memFree=847736/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=508416 CPUtime=1770.56
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 120170 0 0 0 171155 5901 0 0 25 0 1 0 24525646 520617984 120074 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23370/statm: 127104 120074 48 102 0 126999 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 530640

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

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

[startup+1817.21 s]
/proc/loadavg: 2.13 2.03 2.01 4/85 23426
/proc/meminfo: memFree=847736/2055920 swapFree=4192812/4192956
[pid=23346] ppid=23344 vsize=16868 CPUtime=29.45
/proc/23346/stat : 23346 (sugar) S 23344 23346 19160 0 -1 4194304 1365 54353 0 2 5 2 2733 205 16 0 1 0 24522634 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23346/statm: 4217 1113 409 3 0 796 0
[pid=23369] ppid=23346 vsize=5356 CPUtime=0
/proc/23369/stat : 23369 (sh) S 23346 23346 19160 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24525646 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23369/statm: 1339 232 193 169 0 50 0
[pid=23370] ppid=23369 vsize=508416 CPUtime=1770.56
/proc/23370/stat : 23370 (picosat) R 23369 23346 19160 0 -1 4194304 120170 0 0 0 171155 5901 0 0 25 0 1 0 24525646 520617984 120074 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23370/statm: 127104 120074 48 102 0 126999 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 530640

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23346 and gives
#  childrusage.ru_utime.tv_sec=27
#  childrusage.ru_utime.tv_usec=395835
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=82683
# CPU time returned by wait4() is 29.4785
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.29
CPU time (s): 1800.01
CPU user time (s): 1738.93
CPU system time (s): 61.08
CPU usage (%): 99.0489
Max. virtual memory (cumulated for all children) (KiB): 912300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.3958
system time used= 2.08268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56112
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= 11829
involuntary context switches= 12317

runsolver used 2.10368 second user time and 6.19906 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 06:56:27
IDJOB=2082070
IDBENCH=57527
IDSOLVER=738
FILE ID=node42/2082070-1247374587
PBS_JOBID= 9507073
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082070-1247374587/watcher-2082070-1247374587 -o /tmp/evaluation-result-2082070-1247374587/solver-2082070-1247374587 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2082070-1247374587.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 86f27dad5b32c8754684e5fda2e6b575
RANDOM SEED=1827547022

node42.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.283
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.283
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:       1763640 kB
Buffers:         42612 kB
Cached:         161456 kB
SwapCached:          0 kB
Active:         164184 kB
Inactive:        75168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3928 kB
Writeback:           0 kB
Mapped:          46540 kB
Slab:            38276 kB
Committed_AS:   191668 kB
PageTables:       1848 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= 66300 MiB
End job on node42 at 2009-07-12 07:26:46