Trace number 2071301

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.09 1809.13

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-08.xml
MD5SUMf6e60b75344303f64528904ec5e0f410
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.20782
Satisfiable
(Un)Satisfiability was proved
Number of variables295
Number of constraints3243
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension130
Number of constraints which are defined in intension3113
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 01:01:26 2009
0.00/0.07	c 0	PID 17392
0.00/0.07	c 0	HOST node81.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2071301-1247353286.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071301-1247353286.xml' 'HOME/temp.csp'
0.06/0.74	c 1	1 domains, 295 variables, 9 predicates, 8 relations, 3243 constraints
0.06/0.75	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.75	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.71/0.83	c 1	Parsing HOME/temp.csp
1.04/1.12	c 2	parsed 3556 expressions
1.04/1.13	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.13	c 2	Converting to clausal form CSP
1.43/1.53	c 2	converted 356 (10%) expressions
2.71/2.85	c 3	converted 712 (20%) expressions
2.81/2.94	c 3	converted 1067 (30%) expressions
2.91/3.02	c 3	converted 1423 (40%) expressions
2.91/3.06	c 3	converted 1778 (50%) expressions
3.02/3.17	c 4	converted 2134 (60%) expressions
3.11/3.21	c 4	converted 2490 (70%) expressions
3.11/3.24	c 4	converted 2845 (80%) expressions
3.51/3.66	c 4	converted 3201 (90%) expressions
3.70/3.88	c 4	converted 3556 (100%) expressions
3.70/3.88	c 4	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
3.70/3.88	c 4	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.70/3.88	c 4	Propagation in CSP
3.70/3.89	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.70/3.89	c 4	CSP : 295 integers, 0 booleans, 3243 clauses, largest domain size 26
3.70/3.89	c 4	Heap : 68 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.79/3.90	c 4	Simplifing CSP by introducing new Boolean variables
3.79/3.99	c 4	CSP : 295 integers, 24948 booleans, 28191 clauses, largest domain size 26
3.79/4.00	c 4	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.31/4.42	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.31/4.45	c 5	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
4.31/4.45	c 5	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
4.31/4.45	c 5	89 (30%) CSP integer variables are encoded (2136 clauses, 25705 bytes)
4.31/4.46	c 5	118 (40%) CSP integer variables are encoded (2832 clauses, 34753 bytes)
4.31/4.46	c 5	148 (50%) CSP integer variables are encoded (3552 clauses, 44113 bytes)
4.31/4.46	c 5	177 (60%) CSP integer variables are encoded (4248 clauses, 53161 bytes)
4.31/4.46	c 5	207 (70%) CSP integer variables are encoded (4968 clauses, 62521 bytes)
4.31/4.46	c 5	236 (80%) CSP integer variables are encoded (5664 clauses, 71569 bytes)
4.31/4.46	c 5	266 (90%) CSP integer variables are encoded (6384 clauses, 80929 bytes)
4.31/4.46	c 5	295 (100%) CSP integer variables are encoded (7080 clauses, 89977 bytes)
33.59/34.06	c 34	2820 (10%) CSP clauses are encoded (736762 clauses, 28389981 bytes)
38.74/39.26	c 40	5639 (20%) CSP clauses are encoded (839580 clauses, 31695902 bytes)
43.90/44.45	c 45	8458 (30%) CSP clauses are encoded (942398 clauses, 35094263 bytes)
43.99/44.57	c 45	11277 (40%) CSP clauses are encoded (1007842 clauses, 36329995 bytes)
44.09/44.69	c 45	14096 (50%) CSP clauses are encoded (1073311 clauses, 37589736 bytes)
54.30/54.98	c 55	16915 (60%) CSP clauses are encoded (1213478 clauses, 43485502 bytes)
54.49/55.10	c 55	19734 (70%) CSP clauses are encoded (1278947 clauses, 44776706 bytes)
54.59/55.22	c 56	22553 (80%) CSP clauses are encoded (1344416 clauses, 46067910 bytes)
75.59/76.49	c 77	25372 (90%) CSP clauses are encoded (1559281 clauses, 56568238 bytes)
84.99/85.97	c 86	28191 (100%) CSP clauses are encoded (1712017 clauses, 64275767 bytes)
84.99/85.97	c 86	28191 CSP clauses encoded
84.99/85.97	c 86	Writing map file : HOME/temp.map
84.99/85.99	c 86	Heap : 99 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.99/85.99	c 86	SAT : 32323 SAT variables, 1712017 SAT clauses, 64275767 bytes
84.99/85.99	c 86	Heap : 99 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
85.08/86.02	c 86	SOLVING HOME/temp.cnf
85.08/86.02	c 86	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1809.11	c ERROR INTERRUPTED
1800.09/1809.12	s UNKNOWN
1800.09/1809.12	c 1810	CPU 85.12 (0.06 0.01 84.32 0.73)
1800.09/1809.12	c 1810	END Sun Jul 12 01:31:36 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-2071301-1247353286/watcher-2071301-1247353286 -o /tmp/evaluation-result-2071301-1247353286/solver-2071301-1247353286 -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-2071301-1247353286.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: 2.93 2.67 2.45 4/83 17392
/proc/meminfo: memFree=1042952/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=12272 CPUtime=0
/proc/17392/stat : 17392 (sugar) R 17390 17392 16241 0 -1 4194304 355 0 0 0 0 0 0 0 20 0 1 0 22393711 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 269827458483 0 0 4224 0 0 0 0 17 0 0 0
/proc/17392/statm: 3068 323 243 3 0 168 0

[startup+0.0884589 s]
/proc/loadavg: 2.93 2.67 2.45 4/83 17392
/proc/meminfo: memFree=1042952/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=0.06
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22393711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101464 s]
/proc/loadavg: 2.93 2.67 2.45 4/83 17392
/proc/meminfo: memFree=1042952/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=0.06
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22393711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301477 s]
/proc/loadavg: 2.93 2.67 2.45 4/83 17392
/proc/meminfo: memFree=1042952/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=0.06
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22393711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701525 s]
/proc/loadavg: 2.93 2.67 2.45 4/83 17392
/proc/meminfo: memFree=1042952/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=0.06
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 22393711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 2.94 2.67 2.45 3/94 17414
/proc/meminfo: memFree=1031472/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=0.71
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1309 7899 0 1 5 1 60 5 15 0 1 0 22393711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1111 409 3 0 796 0
[pid=17405] ppid=17392 vsize=5356 CPUtime=0
/proc/17405/stat : 17405 (sh) S 17392 17392 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22393787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17405/statm: 1339 233 193 169 0 50 0
[pid=17406] ppid=17405 vsize=864212 CPUtime=0.72
/proc/17406/stat : 17406 (java) S 17405 17392 16241 0 -1 0 8416 0 1 0 68 4 0 0 19 0 9 0 22393787 884953088 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17406/statm: 216053 7679 2566 9 0 210558 0
[pid=17406/tid=17407] ppid=17405 vsize=864212 CPUtime=0.36
/proc/17406/task/17407/stat : 17407 (java) R 17405 17392 16241 0 -1 64 2695 0 1 0 35 1 0 0 19 0 9 0 22393788 884953088 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4126524632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17408] ppid=17405 vsize=864212 CPUtime=0.28
/proc/17406/task/17408/stat : 17408 (java) S 17405 17392 16241 0 -1 64 4706 0 0 0 27 1 0 0 17 0 9 0 22393789 884953088 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17409] ppid=17405 vsize=864212 CPUtime=0
/proc/17406/task/17409/stat : 17409 (java) S 17405 17392 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22393789 884953088 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17410] ppid=17405 vsize=864212 CPUtime=0
/proc/17406/task/17410/stat : 17410 (java) S 17405 17392 16241 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22393789 884953088 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17411] ppid=17405 vsize=864212 CPUtime=0
/proc/17406/task/17411/stat : 17411 (java) S 17405 17392 16241 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22393791 884953088 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17412] ppid=17405 vsize=864212 CPUtime=0.04
/proc/17406/task/17412/stat : 17412 (java) S 17405 17392 16241 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 22393791 884953088 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17413] ppid=17405 vsize=864212 CPUtime=0
/proc/17406/task/17413/stat : 17413 (java) S 17405 17392 16241 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22393791 884953088 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17414] ppid=17405 vsize=864212 CPUtime=0
/proc/17406/task/17414/stat : 17414 (java) S 17405 17392 16241 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22393792 884953088 7679 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886436

[startup+3.1028 s]
/proc/loadavg: 2.94 2.67 2.45 4/94 17414
/proc/meminfo: memFree=1000112/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=0.71
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1309 7899 0 1 5 1 60 5 16 0 1 0 22393711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1111 409 3 0 796 0
[pid=17405] ppid=17392 vsize=5356 CPUtime=0
/proc/17405/stat : 17405 (sh) S 17392 17392 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22393787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17405/statm: 1339 233 193 169 0 50 0
[pid=17406] ppid=17405 vsize=868524 CPUtime=2.31
/proc/17406/stat : 17406 (java) S 17405 17392 16241 0 -1 0 20043 0 1 0 221 10 0 0 19 0 9 0 22393787 889368576 19246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17406/statm: 217131 19246 2567 9 0 211636 0
[pid=17406/tid=17407] ppid=17405 vsize=868524 CPUtime=1.05
/proc/17406/task/17407/stat : 17407 (java) R 17405 17392 16241 0 -1 64 3181 0 1 0 103 2 0 0 25 0 9 0 22393788 889368576 19246 996147200 134512640 134550932 4294955936 18446744073709551615 4126524632 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17408] ppid=17405 vsize=868524 CPUtime=1.08
/proc/17406/task/17408/stat : 17408 (java) S 17405 17392 16241 0 -1 64 14690 0 0 0 102 6 0 0 16 0 9 0 22393789 889368576 19246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17409] ppid=17405 vsize=868524 CPUtime=0
/proc/17406/task/17409/stat : 17409 (java) S 17405 17392 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22393789 889368576 19246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17410] ppid=17405 vsize=868524 CPUtime=0
/proc/17406/task/17410/stat : 17410 (java) S 17405 17392 16241 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22393789 889368576 19246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17411] ppid=17405 vsize=868524 CPUtime=0
/proc/17406/task/17411/stat : 17411 (java) S 17405 17392 16241 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22393791 889368576 19246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17412] ppid=17405 vsize=868524 CPUtime=0.15
/proc/17406/task/17412/stat : 17412 (java) S 17405 17392 16241 0 -1 64 1470 0 0 0 15 0 0 0 16 0 9 0 22393791 889368576 19246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17413] ppid=17405 vsize=868524 CPUtime=0
/proc/17406/task/17413/stat : 17413 (java) S 17405 17392 16241 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22393791 889368576 19246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17414] ppid=17405 vsize=868524 CPUtime=0
/proc/17406/task/17414/stat : 17414 (java) S 17405 17392 16241 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22393792 889368576 19246 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890748

[startup+6.30212 s]
/proc/loadavg: 2.94 2.67 2.45 3/94 17414
/proc/meminfo: memFree=946288/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=0.72
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1310 7899 0 1 6 1 60 5 15 0 1 0 22393711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1111 409 3 0 796 0
[pid=17405] ppid=17392 vsize=5356 CPUtime=0
/proc/17405/stat : 17405 (sh) S 17392 17392 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22393787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17405/statm: 1339 233 193 169 0 50 0
[pid=17406] ppid=17405 vsize=868688 CPUtime=5.46
/proc/17406/stat : 17406 (java) S 17405 17392 16241 0 -1 0 26174 0 1 0 532 14 0 0 19 0 9 0 22393787 889536512 25217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17406/statm: 217172 25217 2592 9 0 211649 0
[pid=17406/tid=17407] ppid=17405 vsize=868688 CPUtime=3.09
/proc/17406/task/17407/stat : 17407 (java) R 17405 17392 16241 0 -1 64 3733 0 1 0 305 4 0 0 25 0 9 0 22393788 889536512 25217 996147200 134512640 134550932 4294955936 18446744073709551615 4126962628 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17408] ppid=17405 vsize=868688 CPUtime=2.14
/proc/17406/task/17408/stat : 17408 (java) S 17405 17392 16241 0 -1 64 20220 0 0 0 206 8 0 0 16 0 9 0 22393789 889536512 25217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17409] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17409/stat : 17409 (java) S 17405 17392 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22393789 889536512 25217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17410] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17410/stat : 17410 (java) S 17405 17392 16241 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22393789 889536512 25217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17411] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17411/stat : 17411 (java) S 17405 17392 16241 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22393791 889536512 25217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17412] ppid=17405 vsize=868688 CPUtime=0.2
/proc/17406/task/17412/stat : 17412 (java) S 17405 17392 16241 0 -1 64 1519 0 0 0 20 0 0 0 15 0 9 0 22393791 889536512 25217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17413] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17413/stat : 17413 (java) S 17405 17392 16241 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22393791 889536512 25217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17414] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17414/stat : 17414 (java) S 17405 17392 16241 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22393792 889536512 25217 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) 890912

[startup+12.7018 s]
/proc/loadavg: 2.79 2.65 2.45 3/94 17414
/proc/meminfo: memFree=935416/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=0.72
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1310 7899 0 1 6 1 60 5 15 0 1 0 22393711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1111 409 3 0 796 0
[pid=17405] ppid=17392 vsize=5356 CPUtime=0
/proc/17405/stat : 17405 (sh) S 17392 17392 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22393787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17405/statm: 1339 233 193 169 0 50 0
[pid=17406] ppid=17405 vsize=868688 CPUtime=11.79
/proc/17406/stat : 17406 (java) S 17405 17392 16241 0 -1 0 26366 0 1 0 1158 21 0 0 19 0 9 0 22393787 889536512 25325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17406/statm: 217172 25325 2592 9 0 211649 0
[pid=17406/tid=17407] ppid=17405 vsize=868688 CPUtime=9.21
/proc/17406/task/17407/stat : 17407 (java) R 17405 17392 16241 0 -1 64 3819 0 1 0 911 10 0 0 25 0 9 0 22393788 889536512 25325 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17408] ppid=17405 vsize=868688 CPUtime=2.33
/proc/17406/task/17408/stat : 17408 (java) S 17405 17392 16241 0 -1 64 20321 0 0 0 224 9 0 0 16 0 9 0 22393789 889536512 25325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17409] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17409/stat : 17409 (java) S 17405 17392 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22393789 889536512 25325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17410] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17410/stat : 17410 (java) S 17405 17392 16241 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22393789 889536512 25325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17411] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17411/stat : 17411 (java) S 17405 17392 16241 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22393791 889536512 25325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17412] ppid=17405 vsize=868688 CPUtime=0.21
/proc/17406/task/17412/stat : 17412 (java) S 17405 17392 16241 0 -1 64 1524 0 0 0 21 0 0 0 16 0 9 0 22393791 889536512 25325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17413] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17413/stat : 17413 (java) S 17405 17392 16241 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22393791 889536512 25325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17414] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17414/stat : 17414 (java) S 17405 17392 16241 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22393792 889536512 25325 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890912

[startup+25.5022 s]
/proc/loadavg: 2.75 2.65 2.45 4/94 17414
/proc/meminfo: memFree=909368/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=0.72
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1310 7899 0 1 6 1 60 5 15 0 1 0 22393711 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1111 409 3 0 796 0
[pid=17405] ppid=17392 vsize=5356 CPUtime=0
/proc/17405/stat : 17405 (sh) S 17392 17392 16241 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22393787 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17405/statm: 1339 233 193 169 0 50 0
[pid=17406] ppid=17405 vsize=868688 CPUtime=24.46
/proc/17406/stat : 17406 (java) S 17405 17392 16241 0 -1 0 30349 0 1 0 2415 31 0 0 19 0 9 0 22393787 889536512 29201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17406/statm: 217172 29201 2592 9 0 211649 0
[pid=17406/tid=17407] ppid=17405 vsize=868688 CPUtime=21.47
/proc/17406/task/17407/stat : 17407 (java) R 17405 17392 16241 0 -1 64 3926 0 1 0 2130 17 0 0 25 0 9 0 22393788 889536512 29201 996147200 134512640 134550932 4294955936 18446744073709551615 4126551695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17408] ppid=17405 vsize=868688 CPUtime=2.73
/proc/17406/task/17408/stat : 17408 (java) S 17405 17392 16241 0 -1 64 24189 0 0 0 261 12 0 0 15 0 9 0 22393789 889536512 29201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17409] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17409/stat : 17409 (java) S 17405 17392 16241 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22393789 889536512 29201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17410] ppid=17405 vsize=868688 CPUtime=0
/proc/17406/task/17410/stat : 17410 (java) S 17405 17392 16241 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22393789 889536512 29201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17406/tid=17411] ppid=17405 vsize=868688 CPUtime=0

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

/proc/meminfo: memFree=1239248/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=106832 CPUtime=1268.33
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 29603 0 0 0 125355 1478 0 0 25 0 1 0 22402314 109395968 26405 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 26708 26405 48 102 0 26603 0
Current children cumulated CPU time (s) 1353.45
Current children cumulated vsize (KiB) 129056

[startup+1422.31 s]
/proc/loadavg: 2.06 2.04 2.09 3/84 17452
/proc/meminfo: memFree=1237904/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=108416 CPUtime=1328.31
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 29988 0 0 0 131353 1478 0 0 25 0 1 0 22402314 111017984 26790 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 27104 26790 48 102 0 26999 0
Current children cumulated CPU time (s) 1413.43
Current children cumulated vsize (KiB) 130640

[startup+1482.3 s]
/proc/loadavg: 2.10 2.06 2.09 3/84 17452
/proc/meminfo: memFree=1236432/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=110628 CPUtime=1388.29
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 30556 0 0 0 137350 1479 0 0 25 0 1 0 22402314 113283072 27100 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 27657 27100 48 102 0 27552 0
Current children cumulated CPU time (s) 1473.41
Current children cumulated vsize (KiB) 132852

[startup+1542.3 s]
/proc/loadavg: 2.07 2.06 2.09 3/84 17452
/proc/meminfo: memFree=1236368/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=110628 CPUtime=1448.27
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 30556 0 0 0 143348 1479 0 0 25 0 1 0 22402314 113283072 27100 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 27657 27100 48 102 0 27552 0
Current children cumulated CPU time (s) 1533.39
Current children cumulated vsize (KiB) 132852

[startup+1602.3 s]
/proc/loadavg: 2.14 2.07 2.09 3/84 17452
/proc/meminfo: memFree=1236240/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=110628 CPUtime=1508.25
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 30872 0 0 0 149345 1480 0 0 25 0 1 0 22402314 113283072 27139 996147200 134512640 134931368 4294956256 18446744073709551615 134544748 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 27657 27139 48 102 0 27552 0
Current children cumulated CPU time (s) 1593.37
Current children cumulated vsize (KiB) 132852

[startup+1662.3 s]
/proc/loadavg: 2.12 2.07 2.09 3/84 17452
/proc/meminfo: memFree=1236176/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=110628 CPUtime=1568.23
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 30872 0 0 0 155343 1480 0 0 25 0 1 0 22402314 113283072 27139 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 27657 27139 48 102 0 27552 0
Current children cumulated CPU time (s) 1653.35
Current children cumulated vsize (KiB) 132852

[startup+1722.3 s]
/proc/loadavg: 2.19 2.10 2.10 3/84 17452
/proc/meminfo: memFree=1236112/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=110892 CPUtime=1628.2
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 30960 0 0 0 161340 1480 0 0 25 0 1 0 22402314 113553408 27227 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 27723 27227 48 102 0 27618 0
Current children cumulated CPU time (s) 1713.32
Current children cumulated vsize (KiB) 133116

[startup+1782.3 s]
/proc/loadavg: 2.45 2.19 2.12 3/84 17452
/proc/meminfo: memFree=1235088/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=111684 CPUtime=1688.17
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 31444 0 0 0 167337 1480 0 0 25 0 1 0 22402314 114364416 27424 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 27921 27424 48 102 0 27816 0
Current children cumulated CPU time (s) 1773.29
Current children cumulated vsize (KiB) 133908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.1 s]
/proc/loadavg: 2.36 2.19 2.12 3/84 17452
/proc/meminfo: memFree=1235024/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=111684 CPUtime=1714.97
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 31444 0 0 0 170017 1480 0 0 25 0 1 0 22402314 114364416 27424 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 27921 27424 48 102 0 27816 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 133908

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

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

[startup+1809.1 s]
/proc/loadavg: 2.36 2.19 2.12 3/84 17452
/proc/meminfo: memFree=1235024/2055920 swapFree=4192948/4192956
[pid=17392] ppid=17390 vsize=16868 CPUtime=85.12
/proc/17392/stat : 17392 (sugar) S 17390 17392 16241 0 -1 4194304 1365 54751 0 2 6 1 8432 73 16 0 1 0 22393711 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17392/statm: 4217 1113 409 3 0 796 0
[pid=17415] ppid=17392 vsize=5356 CPUtime=0
/proc/17415/stat : 17415 (sh) S 17392 17392 16241 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22402314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17415/statm: 1339 232 193 169 0 50 0
[pid=17416] ppid=17415 vsize=111684 CPUtime=1714.97
/proc/17416/stat : 17416 (picosat) R 17415 17392 16241 0 -1 4194304 31444 0 0 0 170017 1480 0 0 25 0 1 0 22402314 114364416 27424 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17416/statm: 27921 27424 48 102 0 27816 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 133908

Child status: 0

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

Real time (s): 1809.13
CPU time (s): 1800.09
CPU user time (s): 1784.55
CPU system time (s): 15.54
CPU usage (%): 99.5005
Max. virtual memory (cumulated for all children) (KiB): 911404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.3862
system time used= 0.754885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56510
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= 9583
involuntary context switches= 11465

runsolver used 2.24666 second user time and 5.33119 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 01:01:26
IDJOB=2071301
IDBENCH=55470
IDSOLVER=738
FILE ID=node81/2071301-1247353286
PBS_JOBID= 9506888
Free space on /tmp= 126620 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-08.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-2071301-1247353286/watcher-2071301-1247353286 -o /tmp/evaluation-result-2071301-1247353286/solver-2071301-1247353286 -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-2071301-1247353286.xml

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

MD5SUM BENCH= f6e60b75344303f64528904ec5e0f410
RANDOM SEED=1902845734

node81.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1043440 kB
Buffers:         64784 kB
Cached:         432968 kB
SwapCached:          8 kB
Active:         506404 kB
Inactive:       451504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1043440 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            2176 kB
Writeback:           0 kB
Mapped:         480588 kB
Slab:            38664 kB
Committed_AS:   627356 kB
PageTables:       2784 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126616 MiB
End job on node81 at 2009-07-12 01:31:38