Trace number 2077659

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 1818.46

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-10.xml
MD5SUM9598646f87b2e8df8e0507cbaab97c39
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints2086
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension156
Number of constraints which are defined in intension1930
Global constraints used (with number of constraints)

Solver Data

0.01/0.09	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.09	c 0	BEGIN Sun Jul 12 04:23:52 2009
0.01/0.09	c 0	PID 28224
0.01/0.09	c 0	HOST node47.alineos.net
0.01/0.09	c 0	CONVERTING HOME/instance-2077659-1247365432.xml TO HOME/temp.csp
0.01/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077659-1247365432.xml' 'HOME/temp.csp'
0.07/0.85	c 1	1 domains, 462 variables, 9 predicates, 8 relations, 2086 constraints
0.07/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.90	c 1	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'
0.07/1.00	c 1	Parsing HOME/temp.csp
1.26/1.49	c 1	parsed 2566 expressions
1.36/1.50	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.36/1.50	c 1	Converting to clausal form CSP
1.36/1.52	c 1	converted 257 (10%) expressions
1.56/1.76	c 2	converted 514 (20%) expressions
3.84/4.01	c 4	converted 770 (30%) expressions
9.50/9.73	c 10	converted 1027 (40%) expressions
9.50/9.77	c 10	converted 1283 (50%) expressions
9.50/9.77	c 10	converted 1540 (60%) expressions
9.69/9.93	c 10	converted 1797 (70%) expressions
9.69/9.96	c 10	converted 2053 (80%) expressions
9.78/10.09	c 10	converted 2310 (90%) expressions
9.88/10.13	c 10	converted 2566 (100%) expressions
9.88/10.13	c 10	CSP : 462 integers, 0 booleans, 2086 clauses, largest domain size 26
9.88/10.13	c 10	Heap : 223 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.88/10.13	c 10	Propagation in CSP
9.88/10.15	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.88/10.15	c 10	CSP : 462 integers, 0 booleans, 2086 clauses, largest domain size 26
9.88/10.15	c 10	Heap : 223 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.88/10.16	c 10	Simplifing CSP by introducing new Boolean variables
9.98/10.21	c 10	CSP : 462 integers, 21432 booleans, 23518 clauses, largest domain size 26
9.98/10.21	c 10	Heap : 231 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.10/11.49	c 11	Encoding CSP to SAT : HOME/temp.cnf
11.20/11.52	c 11	47 (10%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
11.20/11.53	c 11	93 (20%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
11.20/11.53	c 11	139 (30%) CSP integer variables are encoded (3336 clauses, 41305 bytes)
11.20/11.53	c 11	185 (40%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
11.20/11.53	c 11	231 (50%) CSP integer variables are encoded (5544 clauses, 70009 bytes)
11.20/11.53	c 11	278 (60%) CSP integer variables are encoded (6672 clauses, 84673 bytes)
11.20/11.53	c 11	324 (70%) CSP integer variables are encoded (7776 clauses, 99025 bytes)
11.20/11.53	c 11	370 (80%) CSP integer variables are encoded (8880 clauses, 113377 bytes)
11.20/11.53	c 11	416 (90%) CSP integer variables are encoded (9984 clauses, 128498 bytes)
11.20/11.54	c 11	462 (100%) CSP integer variables are encoded (11088 clauses, 145058 bytes)
411.55/421.08	c 421	2352 (10%) CSP clauses are encoded (2743106 clauses, 139537340 bytes)
1022.61/1035.21	c 1035	4704 (20%) CSP clauses are encoded (4503031 clauses, 256206212 bytes)
1022.71/1035.32	c 1035	7056 (30%) CSP clauses are encoded (4558858 clauses, 257316189 bytes)
1022.80/1035.42	c 1035	9408 (40%) CSP clauses are encoded (4615035 clauses, 258411894 bytes)
1022.91/1035.51	c 1035	11759 (50%) CSP clauses are encoded (4671636 clauses, 259497868 bytes)
1023.00/1035.62	c 1035	14111 (60%) CSP clauses are encoded (4728263 clauses, 260626851 bytes)
1023.11/1035.72	c 1036	16463 (70%) CSP clauses are encoded (4784890 clauses, 261759484 bytes)
1034.54/1047.28	c 1047	18815 (80%) CSP clauses are encoded (4938031 clauses, 271857501 bytes)
1034.64/1047.38	c 1047	21167 (90%) CSP clauses are encoded (4995483 clauses, 272996701 bytes)
1034.74/1047.49	c 1047	23518 (100%) CSP clauses are encoded (5053534 clauses, 274156269 bytes)
1034.74/1047.49	c 1047	23518 CSP clauses encoded
1034.74/1047.49	c 1047	Writing map file : HOME/temp.map
1034.84/1047.51	c 1047	Heap : 290 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1034.84/1047.51	c 1047	SAT : 32982 SAT variables, 5053534 SAT clauses, 274156269 bytes
1034.84/1047.51	c 1047	Heap : 290 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1034.84/1047.60	c 1047	SOLVING HOME/temp.cnf
1034.84/1047.60	c 1047	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1818.42	c ERROR INTERRUPTED
1800.00/1818.45	s UNKNOWN
1800.00/1818.45	c 1818	CPU 1034.93 (0.06 0.01 1032.25 2.61)
1800.00/1818.45	c 1818	END Sun Jul 12 04:54:10 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-2077659-1247365432/watcher-2077659-1247365432 -o /tmp/evaluation-result-2077659-1247365432/solver-2077659-1247365432 -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-2077659-1247365432.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: 3.00 2.42 2.22 5/80 28224
/proc/meminfo: memFree=819704/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=18576 CPUtime=0
/proc/28224/stat : 28224 (runsolver) R 28221 28224 16112 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23606893 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 208717540647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28224/statm: 4644 284 249 26 0 2626 0

[startup+0.038204 s]
/proc/loadavg: 3.00 2.42 2.22 5/80 28224
/proc/meminfo: memFree=819704/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=12940 CPUtime=0.01
/proc/28224/stat : 28224 (sugar) R 28221 28224 16112 0 -1 4194304 600 0 0 0 1 0 0 0 18 0 1 0 23606893 13250560 568 996147200 4194304 4206940 548682068608 18446744073709551615 208717386465 0 0 4224 0 0 0 0 17 1 0 0
/proc/28224/statm: 3235 569 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.101228 s]
/proc/loadavg: 3.00 2.42 2.22 5/80 28224
/proc/meminfo: memFree=819704/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=0.07
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23606893 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301229 s]
/proc/loadavg: 3.00 2.42 2.22 5/80 28224
/proc/meminfo: memFree=819704/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=0.07
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23606893 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701275 s]
/proc/loadavg: 3.00 2.42 2.22 5/80 28224
/proc/meminfo: memFree=819704/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=0.07
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23606893 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28224/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50236 s]
/proc/loadavg: 3.00 2.42 2.22 5/91 28333
/proc/meminfo: memFree=811808/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=0.79
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1309 8444 0 1 6 1 66 6 16 0 1 0 23606893 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28224/statm: 4217 1111 409 3 0 796 0
[pid=28315] ppid=28224 vsize=5356 CPUtime=0
/proc/28315/stat : 28315 (sh) S 28224 28224 16112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23606983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28315/statm: 1339 233 193 169 0 50 0
[pid=28317] ppid=28315 vsize=864096 CPUtime=0.57
/proc/28317/stat : 28317 (java) S 28315 28224 16112 0 -1 0 6917 0 1 0 54 3 0 0 18 0 9 0 23606983 884834304 6204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28317/statm: 216024 6204 2559 9 0 210536 0
[pid=28317/tid=28318] ppid=28315 vsize=864096 CPUtime=0.35
/proc/28317/task/28318/stat : 28318 (java) R 28315 28224 16112 0 -1 64 2482 0 1 0 34 1 0 0 18 0 9 0 23606984 884834304 6204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28319] ppid=28315 vsize=864096 CPUtime=0.17
/proc/28317/task/28319/stat : 28319 (java) S 28315 28224 16112 0 -1 64 3428 0 0 0 16 1 0 0 16 0 9 0 23606986 884834304 6204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28320] ppid=28315 vsize=864096 CPUtime=0
/proc/28317/task/28320/stat : 28320 (java) S 28315 28224 16112 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23606986 884834304 6204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28321] ppid=28315 vsize=864096 CPUtime=0
/proc/28317/task/28321/stat : 28321 (java) S 28315 28224 16112 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23606986 884834304 6204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28322] ppid=28315 vsize=864096 CPUtime=0
/proc/28317/task/28322/stat : 28322 (java) S 28315 28224 16112 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23606988 884834304 6204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28323] ppid=28315 vsize=864096 CPUtime=0.03
/proc/28317/task/28323/stat : 28323 (java) S 28315 28224 16112 0 -1 64 304 0 0 0 3 0 0 0 18 0 9 0 23606988 884834304 6204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28327] ppid=28315 vsize=864096 CPUtime=0
/proc/28317/task/28327/stat : 28327 (java) S 28315 28224 16112 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23606989 884834304 6204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28328] ppid=28315 vsize=864096 CPUtime=0
/proc/28317/task/28328/stat : 28328 (java) S 28315 28224 16112 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23606989 884834304 6204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 886320

[startup+3.10254 s]
/proc/loadavg: 3.00 2.42 2.22 4/91 28341
/proc/meminfo: memFree=785632/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=0.79
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1309 8444 0 1 6 1 66 6 16 0 1 0 23606893 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28224/statm: 4217 1111 409 3 0 796 0
[pid=28315] ppid=28224 vsize=5356 CPUtime=0
/proc/28315/stat : 28315 (sh) S 28224 28224 16112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23606983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28315/statm: 1339 233 193 169 0 50 0
[pid=28317] ppid=28315 vsize=865652 CPUtime=2.16
/proc/28317/stat : 28317 (java) S 28315 28224 16112 0 -1 0 17853 0 1 0 208 8 0 0 18 0 9 0 23606983 886427648 17096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28317/statm: 216413 17096 2566 9 0 210918 0
[pid=28317/tid=28318] ppid=28315 vsize=865652 CPUtime=1.01
/proc/28317/task/28318/stat : 28318 (java) S 28315 28224 16112 0 -1 64 3203 0 1 0 99 2 0 0 16 0 9 0 23606984 886427648 17096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28319] ppid=28315 vsize=865652 CPUtime=1.04
/proc/28317/task/28319/stat : 28319 (java) R 28315 28224 16112 0 -1 64 13280 0 0 0 99 5 0 0 21 0 9 0 23606986 886427648 17096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28320] ppid=28315 vsize=865652 CPUtime=0
/proc/28317/task/28320/stat : 28320 (java) S 28315 28224 16112 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23606986 886427648 17096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28321] ppid=28315 vsize=865652 CPUtime=0
/proc/28317/task/28321/stat : 28321 (java) S 28315 28224 16112 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23606986 886427648 17096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28322] ppid=28315 vsize=865652 CPUtime=0
/proc/28317/task/28322/stat : 28322 (java) S 28315 28224 16112 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23606988 886427648 17096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28323] ppid=28315 vsize=865652 CPUtime=0.08
/proc/28317/task/28323/stat : 28323 (java) R 28315 28224 16112 0 -1 64 667 0 0 0 8 0 0 0 16 0 9 0 23606988 886427648 17096 996147200 134512640 134550932 4294955936 18446744073709551615 102076051 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28327] ppid=28315 vsize=865652 CPUtime=0
/proc/28317/task/28327/stat : 28327 (java) S 28315 28224 16112 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23606989 886427648 17096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28328] ppid=28315 vsize=865652 CPUtime=0
/proc/28317/task/28328/stat : 28328 (java) S 28315 28224 16112 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23606989 886427648 17096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 887876

[startup+6.30188 s]
/proc/loadavg: 3.08 2.44 2.23 4/90 28475
/proc/meminfo: memFree=694504/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=0.79
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1309 8444 0 1 6 1 66 6 16 0 1 0 23606893 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1111 409 3 0 796 0
[pid=28315] ppid=28224 vsize=5356 CPUtime=0
/proc/28315/stat : 28315 (sh) S 28224 28224 16112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23606983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28315/statm: 1339 233 193 169 0 50 0
[pid=28317] ppid=28315 vsize=868644 CPUtime=5.33
/proc/28317/stat : 28317 (java) S 28315 28224 16112 0 -1 0 40907 0 1 0 514 19 0 0 18 0 9 0 23606983 889491456 40086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28317/statm: 217161 40086 2566 9 0 211666 0
[pid=28317/tid=28318] ppid=28315 vsize=868644 CPUtime=2.13
/proc/28317/task/28318/stat : 28318 (java) S 28315 28224 16112 0 -1 64 4378 0 1 0 211 2 0 0 16 0 9 0 23606984 889491456 40086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28319] ppid=28315 vsize=868644 CPUtime=3.04
/proc/28317/task/28319/stat : 28319 (java) R 28315 28224 16112 0 -1 64 34356 0 0 0 289 15 0 0 25 0 9 0 23606986 889491456 40086 996147200 134512640 134550932 4294955936 18446744073709551615 102547244 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28320] ppid=28315 vsize=868644 CPUtime=0
/proc/28317/task/28320/stat : 28320 (java) S 28315 28224 16112 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23606986 889491456 40086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28321] ppid=28315 vsize=868644 CPUtime=0
/proc/28317/task/28321/stat : 28321 (java) S 28315 28224 16112 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23606986 889491456 40086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28322] ppid=28315 vsize=868644 CPUtime=0
/proc/28317/task/28322/stat : 28322 (java) S 28315 28224 16112 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23606988 889491456 40086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28323] ppid=28315 vsize=868644 CPUtime=0.13
/proc/28317/task/28323/stat : 28323 (java) S 28315 28224 16112 0 -1 64 1470 0 0 0 13 0 0 0 16 0 9 0 23606988 889491456 40086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28327] ppid=28315 vsize=868644 CPUtime=0
/proc/28317/task/28327/stat : 28327 (java) S 28315 28224 16112 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23606989 889491456 40086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28328] ppid=28315 vsize=868644 CPUtime=0
/proc/28317/task/28328/stat : 28328 (java) S 28315 28224 16112 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23606989 889491456 40086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890868

[startup+12.7026 s]
/proc/loadavg: 3.08 2.45 2.23 4/91 28991
/proc/meminfo: memFree=547616/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=0.79
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1310 8444 0 1 6 1 66 6 16 0 1 0 23606893 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1111 409 3 0 796 0
[pid=28315] ppid=28224 vsize=5356 CPUtime=0
/proc/28315/stat : 28315 (sh) S 28224 28224 16112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23606983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28315/statm: 1339 233 193 169 0 50 0
[pid=28317] ppid=28315 vsize=868756 CPUtime=11.55
/proc/28317/stat : 28317 (java) S 28315 28224 16112 0 -1 0 87018 0 1 0 1112 43 0 0 18 0 9 0 23606983 889606144 68869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28317/statm: 217189 68869 2593 9 0 211666 0
[pid=28317/tid=28318] ppid=28315 vsize=868756 CPUtime=4.5
/proc/28317/task/28318/stat : 28318 (java) R 28315 28224 16112 0 -1 64 6078 0 1 0 445 5 0 0 25 0 9 0 23606984 889606144 68869 996147200 134512640 134550932 4294955936 18446744073709551615 4126956301 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28319] ppid=28315 vsize=868756 CPUtime=6.82
/proc/28317/task/28319/stat : 28319 (java) S 28315 28224 16112 0 -1 64 78720 0 0 0 646 36 0 0 16 0 9 0 23606986 889606144 68869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28320] ppid=28315 vsize=868756 CPUtime=0
/proc/28317/task/28320/stat : 28320 (java) S 28315 28224 16112 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23606986 889606144 68869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28321] ppid=28315 vsize=868756 CPUtime=0
/proc/28317/task/28321/stat : 28321 (java) S 28315 28224 16112 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23606986 889606144 68869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28322] ppid=28315 vsize=868756 CPUtime=0
/proc/28317/task/28322/stat : 28322 (java) S 28315 28224 16112 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23606988 889606144 68869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28323] ppid=28315 vsize=868756 CPUtime=0.2
/proc/28317/task/28323/stat : 28323 (java) S 28315 28224 16112 0 -1 64 1517 0 0 0 20 0 0 0 16 0 9 0 23606988 889606144 68869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28327] ppid=28315 vsize=868756 CPUtime=0
/proc/28317/task/28327/stat : 28327 (java) S 28315 28224 16112 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23606989 889606144 68869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28317/tid=28328] ppid=28315 vsize=868756 CPUtime=0
/proc/28317/task/28328/stat : 28328 (java) S 28315 28224 16112 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23606989 889606144 68869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890980

[startup+25.503 s]
/proc/loadavg: 3.21 2.51 2.26 5/91 30161
/proc/meminfo: memFree=533472/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=0.79
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1310 8444 0 1 6 1 66 6 16 0 1 0 23606893 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1111 409 3 0 796 0
[pid=28315] ppid=28224 vsize=5356 CPUtime=0
/proc/28315/stat : 28315 (sh) S 28224 28224 16112 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23606983 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28315/statm: 1339 233 193 169 0 50 0
[pid=28317] ppid=28315 vsize=868756 CPUtime=23.96
/proc/28317/stat : 28317 (java) S 28315 28224 16112 0 -1 0 87538 0 1 0 2346 50 0 0 18 0 9 0 23606983 889606144 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28317/statm: 217189 69359 2593 9 0 211666 0
[pid=28317/tid=28318] ppid=28315 vsize=868756 CPUtime=16.67
/proc/28317/task/28318/stat : 28318 (java) R 28315 28224 16112 0 -1 64 6108 0 1 0 1656 11 0 0 25 0 9 0 23606984 889606144 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4126958868 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28319] ppid=28315 vsize=868756 CPUtime=7.05
/proc/28317/task/28319/stat : 28319 (java) S 28315 28224 16112 0 -1 64 79204 0 0 0 668 37 0 0 16 0 9 0 23606986 889606144 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28320] ppid=28315 vsize=868756 CPUtime=0
/proc/28317/task/28320/stat : 28320 (java) S 28315 28224 16112 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23606986 889606144 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28321] ppid=28315 vsize=868756 CPUtime=0
/proc/28317/task/28321/stat : 28321 (java) S 28315 28224 16112 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23606986 889606144 69359 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28317/tid=28322] ppid=28315 vsize=868756 CPUtime=0

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

/proc/meminfo: memFree=208328/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=320440 CPUtime=253.46
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 76397 0 0 0 18893 6453 0 0 25 0 1 0 23711653 328130560 76260 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20741/statm: 80110 76260 48 102 0 80005 0
Current children cumulated CPU time (s) 1288.39
Current children cumulated vsize (KiB) 342664

[startup+1362.3 s]
/proc/loadavg: 2.09 2.03 2.12 6/86 20835
/proc/meminfo: memFree=15504/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=320836 CPUtime=312.02
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 76495 0 0 0 24748 6454 0 0 25 0 1 0 23711653 328536064 76358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20741/statm: 80209 76358 48 102 0 80104 0
Current children cumulated CPU time (s) 1346.95
Current children cumulated vsize (KiB) 343060

[startup+1422.31 s]
/proc/loadavg: 2.34 2.11 2.14 3/86 20835
/proc/meminfo: memFree=16144/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=322288 CPUtime=371.73
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 77013 0 0 0 30718 6455 0 0 25 0 1 0 23711653 330022912 76769 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/20741/statm: 80572 76769 48 102 0 80467 0
Current children cumulated CPU time (s) 1406.66
Current children cumulated vsize (KiB) 344512

[startup+1482.3 s]
/proc/loadavg: 2.33 2.15 2.15 3/86 20835
/proc/meminfo: memFree=37904/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=322288 CPUtime=430.61
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 77013 0 0 0 36606 6455 0 0 25 0 1 0 23711653 330022912 76769 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20741/statm: 80572 76769 48 102 0 80467 0
Current children cumulated CPU time (s) 1465.54
Current children cumulated vsize (KiB) 344512

[startup+1542.3 s]
/proc/loadavg: 2.16 2.13 2.14 3/86 20835
/proc/meminfo: memFree=35984/2055920 swapFree=4192956/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=322552 CPUtime=490.31
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 77077 0 0 0 42576 6455 0 0 25 0 1 0 23711653 330293248 76833 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20741/statm: 80638 76833 48 102 0 80533 0
Current children cumulated CPU time (s) 1525.24
Current children cumulated vsize (KiB) 344776

[startup+1602.3 s]
/proc/loadavg: 2.06 2.11 2.13 3/86 20835
/proc/meminfo: memFree=47504/2055920 swapFree=4192828/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=322552 CPUtime=550.03
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 77214 0 0 0 48547 6456 0 0 25 0 1 0 23711653 330293248 76849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20741/statm: 80638 76849 48 102 0 80533 0
Current children cumulated CPU time (s) 1584.96
Current children cumulated vsize (KiB) 344776

[startup+1662.3 s]
/proc/loadavg: 2.02 2.08 2.12 3/86 20837
/proc/meminfo: memFree=111504/2055920 swapFree=4192828/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=322552 CPUtime=609.74
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 77214 0 0 0 54518 6456 0 0 25 0 1 0 23711653 330293248 76849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20741/statm: 80638 76849 48 102 0 80533 0
Current children cumulated CPU time (s) 1644.67
Current children cumulated vsize (KiB) 344776

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 2.11 3/86 20837
/proc/meminfo: memFree=89296/2055920 swapFree=4192828/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=323724 CPUtime=669.45
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 77505 0 0 0 60489 6456 0 0 25 0 1 0 23711653 331493376 77012 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/20741/statm: 80931 77012 48 102 0 80826 0
Current children cumulated CPU time (s) 1704.38
Current children cumulated vsize (KiB) 345948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 2.10 3/86 20837
/proc/meminfo: memFree=111568/2055920 swapFree=4192820/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=323724 CPUtime=729.15
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 77505 0 0 0 66459 6456 0 0 25 0 1 0 23711653 331493376 77012 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20741/statm: 80931 77012 48 102 0 80826 0
Current children cumulated CPU time (s) 1764.08
Current children cumulated vsize (KiB) 345948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.4 s]
/proc/loadavg: 2.00 2.05 2.09 3/86 20837
/proc/meminfo: memFree=111568/2055920 swapFree=4192820/4192956
[pid=28224] ppid=28221 vsize=16868 CPUtime=1034.93
/proc/28224/stat : 28224 (sugar) S 28221 28224 16112 0 -1 4194304 1365 158242 0 2 6 1 103225 261 17 0 1 0 23606893 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28224/statm: 4217 1113 409 3 0 796 0
[pid=20740] ppid=28224 vsize=5356 CPUtime=0
/proc/20740/stat : 20740 (sh) S 28224 28224 16112 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23711653 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20740/statm: 1339 232 193 169 0 50 0
[pid=20741] ppid=20740 vsize=323724 CPUtime=765.07
/proc/20741/stat : 20741 (picosat) R 20740 28224 16112 0 -1 4194304 77505 0 0 0 70051 6456 0 0 25 0 1 0 23711653 331493376 77012 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20741/statm: 80931 77012 48 102 0 80826 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 345948

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 28224 and gives
#  childrusage.ru_utime.tv_sec=1032
#  childrusage.ru_utime.tv_usec=326062
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=629600
# CPU time returned by wait4() is 1034.96
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1818.46
CPU time (s): 1800
CPU user time (s): 1732.82
CPU system time (s): 67.18
CPU usage (%): 98.9849
Max. virtual memory (cumulated for all children) (KiB): 911468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1032.33
system time used= 2.6296
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160001
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= 30481
involuntary context switches= 50631

runsolver used 2.14167 second user time and 5.9011 second system time

The end

Launcher Data

Begin job on node47 at 2009-07-12 04:23:52
IDJOB=2077659
IDBENCH=56645
IDSOLVER=738
FILE ID=node47/2077659-1247365432
PBS_JOBID= 9506965
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-23-10.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-2077659-1247365432/watcher-2077659-1247365432 -o /tmp/evaluation-result-2077659-1247365432/solver-2077659-1247365432 -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-2077659-1247365432.xml

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

MD5SUM BENCH= 9598646f87b2e8df8e0507cbaab97c39
RANDOM SEED=1422401527

node47.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.218
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.218
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:        820504 kB
Buffers:         72504 kB
Cached:         996660 kB
SwapCached:          0 kB
Active:         392952 kB
Inactive:       771504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        820504 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3076 kB
Writeback:           0 kB
Mapped:         106304 kB
Slab:            55628 kB
Committed_AS:   289820 kB
PageTables:       2324 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= 66468 MiB
End job on node47 at 2009-07-12 04:54:12