Trace number 1066227

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.07 1815.83

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg9-12_ext.xml
MD5SUM3ca03550766515c697c9103aafe1dd7f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.54246
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints21
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 06:55:24 2008
0.00/0.04	c 0	PID 16114
0.00/0.05	c 0	HOST node50.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1066227-1215147324.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1066227-1215147324.xml' 'HOME/temp.csp'
0.03/0.52	c 0	1 domains, 108 variables, 0 predicates, 2 relations, 21 constraints
0.03/0.52	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.49/0.60	c 0	Parsing HOME/temp.csp
0.49/0.77	c 0	parsed 132 expressions
0.49/0.78	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.49/0.78	c 1	Converting to clausal form CSP
0.49/0.80	c 1	converted 14 (10%) expressions
0.49/0.80	c 1	converted 27 (20%) expressions
0.49/0.80	c 1	converted 40 (30%) expressions
0.49/0.80	c 1	converted 53 (40%) expressions
0.49/0.80	c 1	converted 66 (50%) expressions
0.49/0.80	c 1	converted 80 (60%) expressions
0.49/0.80	c 1	converted 93 (70%) expressions
0.49/0.80	c 1	converted 106 (80%) expressions
1.54/1.66	c 1	converted 119 (90%) expressions
2.33/2.45	c 2	converted 132 (100%) expressions
2.33/2.45	c 2	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
2.33/2.45	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.33/2.45	c 2	Propagation in CSP
2.33/2.45	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.33/2.45	c 2	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
2.33/2.45	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.33/2.45	c 2	Simplifing CSP by introducing new Boolean variables
2.33/2.45	c 2	CSP : 108 integers, 0 booleans, 21 clauses, largest domain size 26
2.33/2.45	c 2	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.53/2.68	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.53/2.69	c 2	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
2.63/2.70	c 2	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
2.63/2.70	c 2	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
2.63/2.70	c 2	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
2.63/2.71	c 2	54 (50%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.63/2.71	c 2	65 (60%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
2.63/2.71	c 2	76 (70%) CSP integer variables are encoded (1824 clauses, 21649 bytes)
2.63/2.71	c 2	87 (80%) CSP integer variables are encoded (2088 clauses, 25081 bytes)
2.63/2.71	c 2	98 (90%) CSP integer variables are encoded (2352 clauses, 28513 bytes)
2.63/2.71	c 2	108 (100%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
52.44/53.07	c 53	3 (10%) CSP clauses are encoded (203499 clauses, 12072191 bytes)
86.13/87.05	c 87	5 (20%) CSP clauses are encoded (337437 clauses, 20393527 bytes)
119.31/120.53	c 120	7 (30%) CSP clauses are encoded (471375 clauses, 28966025 bytes)
152.88/154.43	c 154	9 (40%) CSP clauses are encoded (605313 clauses, 37538523 bytes)
185.76/187.67	c 187	11 (50%) CSP clauses are encoded (739251 clauses, 46111021 bytes)
207.25/209.38	c 209	13 (60%) CSP clauses are encoded (840349 clauses, 52498490 bytes)
217.55/219.71	c 219	15 (70%) CSP clauses are encoded (908607 clauses, 57282726 bytes)
227.47/229.74	c 229	17 (80%) CSP clauses are encoded (976865 clauses, 62836298 bytes)
237.47/239.87	c 240	19 (90%) CSP clauses are encoded (1045123 clauses, 68647864 bytes)
247.36/249.90	c 250	21 (100%) CSP clauses are encoded (1113381 clauses, 74459430 bytes)
247.36/249.90	c 250	21 CSP clauses encoded
247.36/249.90	c 250	Writing map file : HOME/temp.map
247.46/249.90	c 250	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
247.46/249.90	c 250	SAT : 2700 SAT variables, 1113381 SAT clauses, 74459430 bytes
247.46/249.90	c 250	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
247.46/249.96	c 250	SOLVING HOME/temp.cnf
247.46/249.96	c 250	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1815.82	c ERROR INTERRUPTED
1800.07/1815.82	s UNKNOWN
1800.07/1815.82	c 1816	CPU 246.67 (0.04 0 246.63 0.83)
1800.07/1815.82	c 1816	END Fri Jul  4 07:25:40 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 16114
/proc/meminfo: memFree=1777952/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=12268 CPUtime=0
/proc/16114/stat : 16114 (sugar) R 16112 16114 13511 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1993704342 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240597353781 0 0 4224 0 0 0 0 17 1 0 0
/proc/16114/statm: 3067 316 241 3 0 167 0

[startup+0.051581 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 16114
/proc/meminfo: memFree=1777952/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=0.03
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 884 127 0 0 3 0 0 0 19 0 1 0 1993704342 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101863 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 16114
/proc/meminfo: memFree=1777952/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=0.03
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993704342 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301896 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 16114
/proc/meminfo: memFree=1777952/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=0.03
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993704342 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701965 s]
/proc/loadavg: 2.07 2.03 2.01 4/81 16114
/proc/meminfo: memFree=1777952/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=0.49
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 973 6494 0 1 3 0 43 3 16 0 1 0 1993704342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 13600

[startup+1.5021 s]
/proc/loadavg: 2.07 2.03 2.01 4/92 16136
/proc/meminfo: memFree=1761160/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=0.49
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 973 6494 0 1 3 0 43 3 15 0 1 0 1993704342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 797 370 3 0 500 0
[pid=16127] ppid=16114 vsize=5356 CPUtime=0
/proc/16127/stat : 16127 (sh) S 16114 16114 13511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993704395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16127/statm: 1339 233 193 169 0 50 0
[pid=16128] ppid=16127 vsize=864328 CPUtime=0.96
/proc/16128/stat : 16128 (java) S 16127 16114 13511 0 -1 0 10719 0 1 0 90 6 0 0 18 0 9 0 1993704395 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16128/statm: 216082 9992 2540 9 0 210657 0
[pid=16128/tid=16129] ppid=16127 vsize=864328 CPUtime=0.41
/proc/16128/task/16129/stat : 16129 (java) R 16127 16114 13511 0 -1 64 2764 0 1 0 40 1 0 0 22 0 9 0 1993704396 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16130] ppid=16127 vsize=864328 CPUtime=0.45
/proc/16128/task/16130/stat : 16130 (java) R 16127 16114 13511 0 -1 64 6931 0 0 0 42 3 0 0 17 0 9 0 1993704397 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 104186708 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16131] ppid=16127 vsize=864328 CPUtime=0
/proc/16128/task/16131/stat : 16131 (java) S 16127 16114 13511 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993704397 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16132] ppid=16127 vsize=864328 CPUtime=0
/proc/16128/task/16132/stat : 16132 (java) S 16127 16114 13511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993704397 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16133] ppid=16127 vsize=864328 CPUtime=0
/proc/16128/task/16133/stat : 16133 (java) S 16127 16114 13511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993704399 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16134] ppid=16127 vsize=864328 CPUtime=0.06
/proc/16128/task/16134/stat : 16134 (java) S 16127 16114 13511 0 -1 64 330 0 0 0 6 0 0 0 16 0 9 0 1993704399 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16135] ppid=16127 vsize=864328 CPUtime=0
/proc/16128/task/16135/stat : 16135 (java) S 16127 16114 13511 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993704399 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16136] ppid=16127 vsize=864328 CPUtime=0
/proc/16128/task/16136/stat : 16136 (java) S 16127 16114 13511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993704399 885071872 9992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883284

[startup+3.10237 s]
/proc/loadavg: 2.07 2.03 2.01 4/92 16136
/proc/meminfo: memFree=1729288/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=0.49
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 974 6494 0 1 3 0 43 3 15 0 1 0 1993704342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 797 370 3 0 500 0
[pid=16127] ppid=16114 vsize=5356 CPUtime=0
/proc/16127/stat : 16127 (sh) S 16114 16114 13511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993704395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16127/statm: 1339 233 193 169 0 50 0
[pid=16128] ppid=16127 vsize=864440 CPUtime=2.53
/proc/16128/stat : 16128 (java) S 16127 16114 13511 0 -1 0 19287 0 1 0 243 10 0 0 18 0 9 0 1993704395 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16128/statm: 216110 18517 2564 9 0 210657 0
[pid=16128/tid=16129] ppid=16127 vsize=864440 CPUtime=1.08
/proc/16128/task/16129/stat : 16129 (java) R 16127 16114 13511 0 -1 64 3431 0 1 0 106 2 0 0 20 0 9 0 1993704396 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16130] ppid=16127 vsize=864440 CPUtime=1.34
/proc/16128/task/16130/stat : 16130 (java) S 16127 16114 13511 0 -1 64 14811 0 0 0 127 7 0 0 16 0 9 0 1993704397 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16131] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16131/stat : 16131 (java) S 16127 16114 13511 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993704397 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16132] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16132/stat : 16132 (java) S 16127 16114 13511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993704397 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16133] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16133/stat : 16133 (java) S 16127 16114 13511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993704399 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16134] ppid=16127 vsize=864440 CPUtime=0.09
/proc/16128/task/16134/stat : 16134 (java) S 16127 16114 13511 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1993704399 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16135] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16135/stat : 16135 (java) S 16127 16114 13511 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993704399 885186560 18517 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16136] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16136/stat : 16136 (java) S 16127 16114 13511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993704399 885186560 18517 996147200 134512640 134550740 4294955952 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) 883396

[startup+6.3029 s]
/proc/loadavg: 2.06 2.03 2.01 3/92 16136
/proc/meminfo: memFree=1710024/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=0.49
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 974 6494 0 1 3 0 43 3 15 0 1 0 1993704342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 797 370 3 0 500 0
[pid=16127] ppid=16114 vsize=5356 CPUtime=0
/proc/16127/stat : 16127 (sh) S 16114 16114 13511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993704395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16127/statm: 1339 233 193 169 0 50 0
[pid=16128] ppid=16127 vsize=864440 CPUtime=5.7
/proc/16128/stat : 16128 (java) S 16127 16114 13511 0 -1 0 19550 0 1 0 560 10 0 0 18 0 9 0 1993704395 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16128/statm: 216110 18774 2564 9 0 210657 0
[pid=16128/tid=16129] ppid=16127 vsize=864440 CPUtime=4.24
/proc/16128/task/16129/stat : 16129 (java) R 16127 16114 13511 0 -1 64 3437 0 1 0 422 2 0 0 25 0 9 0 1993704396 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16130] ppid=16127 vsize=864440 CPUtime=1.35
/proc/16128/task/16130/stat : 16130 (java) S 16127 16114 13511 0 -1 64 15068 0 0 0 128 7 0 0 16 0 9 0 1993704397 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16131] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16131/stat : 16131 (java) S 16127 16114 13511 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993704397 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16132] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16132/stat : 16132 (java) S 16127 16114 13511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993704397 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16133] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16133/stat : 16133 (java) S 16127 16114 13511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993704399 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16134] ppid=16127 vsize=864440 CPUtime=0.09
/proc/16128/task/16134/stat : 16134 (java) S 16127 16114 13511 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1993704399 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16135] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16135/stat : 16135 (java) S 16127 16114 13511 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993704399 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16136] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16136/stat : 16136 (java) S 16127 16114 13511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993704399 885186560 18774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883396

[startup+12.703 s]
/proc/loadavg: 2.06 2.03 2.01 3/92 16136
/proc/meminfo: memFree=1706568/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=0.49
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 974 6494 0 1 3 0 43 3 15 0 1 0 1993704342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 797 370 3 0 500 0
[pid=16127] ppid=16114 vsize=5356 CPUtime=0
/proc/16127/stat : 16127 (sh) S 16114 16114 13511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993704395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16127/statm: 1339 233 193 169 0 50 0
[pid=16128] ppid=16127 vsize=864440 CPUtime=12.04
/proc/16128/stat : 16128 (java) S 16127 16114 13511 0 -1 0 20715 0 1 0 1193 11 0 0 18 0 9 0 1993704395 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16128/statm: 216110 19919 2564 9 0 210657 0
[pid=16128/tid=16129] ppid=16127 vsize=864440 CPUtime=10.5
/proc/16128/task/16129/stat : 16129 (java) R 16127 16114 13511 0 -1 64 3457 0 1 0 1048 2 0 0 25 0 9 0 1993704396 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4126603124 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16130] ppid=16127 vsize=864440 CPUtime=1.42
/proc/16128/task/16130/stat : 16130 (java) S 16127 16114 13511 0 -1 64 16213 0 0 0 135 7 0 0 16 0 9 0 1993704397 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16131] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16131/stat : 16131 (java) S 16127 16114 13511 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993704397 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16132] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16132/stat : 16132 (java) S 16127 16114 13511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993704397 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16133] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16133/stat : 16133 (java) S 16127 16114 13511 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993704399 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16134] ppid=16127 vsize=864440 CPUtime=0.09
/proc/16128/task/16134/stat : 16134 (java) S 16127 16114 13511 0 -1 64 351 0 0 0 9 0 0 0 16 0 9 0 1993704399 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16135] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16135/stat : 16135 (java) S 16127 16114 13511 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993704399 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16136] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16136/stat : 16136 (java) S 16127 16114 13511 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993704399 885186560 19919 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883396

[startup+25.5011 s]
/proc/loadavg: 2.04 2.03 2.01 3/92 16136
/proc/meminfo: memFree=1695176/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=0.49
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 974 6494 0 1 3 0 43 3 15 0 1 0 1993704342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 797 370 3 0 500 0
[pid=16127] ppid=16114 vsize=5356 CPUtime=0
/proc/16127/stat : 16127 (sh) S 16114 16114 13511 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993704395 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16127/statm: 1339 233 193 169 0 50 0
[pid=16128] ppid=16127 vsize=864440 CPUtime=24.72
/proc/16128/stat : 16128 (java) S 16127 16114 13511 0 -1 0 22306 0 1 0 2457 15 0 0 18 0 9 0 1993704395 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16128/statm: 216110 21457 2564 9 0 210657 0
[pid=16128/tid=16129] ppid=16127 vsize=864440 CPUtime=23.05
/proc/16128/task/16129/stat : 16129 (java) R 16127 16114 13511 0 -1 64 3510 0 1 0 2301 4 0 0 25 0 9 0 1993704396 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4126603219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16130] ppid=16127 vsize=864440 CPUtime=1.53
/proc/16128/task/16130/stat : 16130 (java) S 16127 16114 13511 0 -1 64 17747 0 0 0 144 9 0 0 16 0 9 0 1993704397 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16131] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16131/stat : 16131 (java) S 16127 16114 13511 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1993704397 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16128/tid=16132] ppid=16127 vsize=864440 CPUtime=0
/proc/16128/task/16132/stat : 16132 (java) S 16127 16114 13511 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993704397 885186560 21457 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1617824/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=100844 CPUtime=1042.4
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 25438 0 0 0 102312 1928 0 0 25 0 1 0 1993729340 103264256 24239 996147200 134512640 134931368 4294956256 18446744073709551615 134520047 0 0 4096 0 0 0 0 17 0 0 0
/proc/16138/statm: 25211 24239 48 102 0 25106 0
Current children cumulated CPU time (s) 1289.9
Current children cumulated vsize (KiB) 119800

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/96 16201
/proc/meminfo: memFree=1531040/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=100844 CPUtime=1101.43
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 25438 0 0 0 108211 1932 0 0 25 0 1 0 1993729340 103264256 24239 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16138/statm: 25211 24239 48 102 0 25106 0
Current children cumulated CPU time (s) 1348.93
Current children cumulated vsize (KiB) 119800

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/96 16201
/proc/meminfo: memFree=1527968/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=101504 CPUtime=1160.27
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 25793 0 0 0 114094 1933 0 0 25 0 1 0 1993729340 103940096 24418 996147200 134512640 134931368 4294956256 18446744073709551615 134525528 0 0 4096 0 0 0 0 17 1 0 0
/proc/16138/statm: 25376 24418 48 102 0 25271 0
Current children cumulated CPU time (s) 1407.77
Current children cumulated vsize (KiB) 120460

[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 16204
/proc/meminfo: memFree=1561952/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=101504 CPUtime=1219.23
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 25793 0 0 0 119990 1933 0 0 25 0 1 0 1993729340 103940096 24418 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16138/statm: 25376 24418 48 102 0 25271 0
Current children cumulated CPU time (s) 1466.73
Current children cumulated vsize (KiB) 120460

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/87 16204
/proc/meminfo: memFree=1561960/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=101504 CPUtime=1279.2
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 25793 0 0 0 125987 1933 0 0 25 0 1 0 1993729340 103940096 24418 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/16138/statm: 25376 24418 48 102 0 25271 0
Current children cumulated CPU time (s) 1526.7
Current children cumulated vsize (KiB) 120460

[startup+1602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/87 16204
/proc/meminfo: memFree=1560936/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=102296 CPUtime=1339.17
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 26201 0 0 0 131984 1933 0 0 25 0 1 0 1993729340 104751104 24638 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16138/statm: 25574 24638 48 102 0 25469 0
Current children cumulated CPU time (s) 1586.67
Current children cumulated vsize (KiB) 121252

[startup+1662.3 s]
/proc/loadavg: 2.12 2.05 2.00 3/87 16204
/proc/meminfo: memFree=1560936/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=102296 CPUtime=1399.14
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 26201 0 0 0 137981 1933 0 0 25 0 1 0 1993729340 104751104 24638 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16138/statm: 25574 24638 48 102 0 25469 0
Current children cumulated CPU time (s) 1646.64
Current children cumulated vsize (KiB) 121252

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/87 16204
/proc/meminfo: memFree=1561000/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=102296 CPUtime=1459.11
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 26201 0 0 0 143978 1933 0 0 25 0 1 0 1993729340 104751104 24638 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16138/statm: 25574 24638 48 102 0 25469 0
Current children cumulated CPU time (s) 1706.61
Current children cumulated vsize (KiB) 121252

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 16204
/proc/meminfo: memFree=1560872/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=102296 CPUtime=1519.09
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 26393 0 0 0 149976 1933 0 0 25 0 1 0 1993729340 104751104 24641 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16138/statm: 25574 24641 48 102 0 25469 0
Current children cumulated CPU time (s) 1766.59
Current children cumulated vsize (KiB) 121252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 16204
/proc/meminfo: memFree=1560872/2055920 swapFree=4180240/4192956
[pid=16114] ppid=16112 vsize=13600 CPUtime=247.5
/proc/16114/stat : 16114 (sugar) S 16112 16114 13511 0 -1 4194304 1021 54126 0 2 4 0 24663 83 16 0 1 0 1993704342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16114/statm: 3400 798 370 3 0 500 0
[pid=16137] ppid=16114 vsize=5356 CPUtime=0
/proc/16137/stat : 16137 (sh) S 16114 16114 13511 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993729339 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16137/statm: 1339 232 193 169 0 50 0
[pid=16138] ppid=16137 vsize=102296 CPUtime=1552.57
/proc/16138/stat : 16138 (picosat) R 16137 16114 13511 0 -1 4194304 26393 0 0 0 153324 1933 0 0 25 0 1 0 1993729340 104751104 24641 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16138/statm: 25574 24641 48 102 0 25469 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 121252

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 16114 and gives
#  childrusage.ru_utime.tv_sec=246
#  childrusage.ru_utime.tv_usec=681498
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=843871
# CPU time returned by wait4() is 247.525
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.83
CPU time (s): 1800.07
CPU user time (s): 1779.91
CPU system time (s): 20.16
CPU usage (%): 99.1323
Max. virtual memory (cumulated for all children) (KiB): 894148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.681
system time used= 0.843871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55501
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= 13628
involuntary context switches= 18594

runsolver used 2.23966 second user time and 6.04108 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-04 06:55:24
IDJOB=1066227
IDBENCH=55104
IDSOLVER=345
FILE ID=node50/1066227-1215147324
PBS_JOBID= 7877279
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg9-12_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1066227-1215147324/watcher-1066227-1215147324 -o /tmp/evaluation-result-1066227-1215147324/solver-1066227-1215147324 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1066227-1215147324.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3ca03550766515c697c9103aafe1dd7f
RANDOM SEED=710573622

node50.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.261
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.261
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:       1778432 kB
Buffers:         44052 kB
Cached:         140780 kB
SwapCached:       6724 kB
Active:         135424 kB
Inactive:        73576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778432 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          40276 kB
Slab:            53548 kB
Committed_AS:  3885000 kB
PageTables:       1940 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= 66536 MiB
End job on node50 at 2008-07-04 07:25:42