Trace number 1042239

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.3 1810.15

General information on the benchmark

Namecsp/allsquares/
normalized-squares-37-37.xml
MD5SUM910e7d5320a57af4b8daccf7478c49bc
Bench CategoryGLOBAL (global constraints)
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 variables2738
Number of constraints3333
Maximum constraint arity37
Maximum domain size133
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2665
Global constraints used (with number of constraints)cumulative(2),weightedsum(666)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Wed Jul  2 14:47:48 2008
0.00/0.05	c 0	PID 19210
0.00/0.05	c 0	HOST node61.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1042239-1215002868.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-1042239-1215002868.xml' 'HOME/temp.csp'
0.96/1.02	c 1	38 domains, 2738 variables, 2 predicates, 0 relations, 3333 constraints
0.96/1.04	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.04	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.99/1.13	c 1	Parsing HOME/temp.csp
0.99/1.42	c 2	parsed 6111 expressions
0.99/1.43	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.43	c 2	Converting to clausal form CSP
0.99/1.46	c 2	converted 612 (10%) expressions
0.99/1.46	c 2	converted 1223 (20%) expressions
0.99/1.48	c 2	converted 1834 (30%) expressions
0.99/1.48	c 2	converted 2445 (40%) expressions
0.99/1.65	c 2	converted 3056 (50%) expressions
0.99/1.72	c 2	converted 3667 (60%) expressions
0.99/1.82	c 2	converted 4278 (70%) expressions
0.99/1.86	c 2	converted 4889 (80%) expressions
0.99/1.92	c 2	converted 5500 (90%) expressions
4.11/4.22	c 5	converted 6111 (100%) expressions
4.11/4.22	c 5	CSP : 21890 integers, 6934 booleans, 58337 clauses, largest domain size 362
4.11/4.22	c 5	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.11/4.22	c 5	Propagation in CSP
4.40/4.56	c 5	132088 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.40/4.56	c 5	CSP : 21890 integers, 6934 booleans, 58337 clauses, largest domain size 134
4.40/4.56	c 5	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.40/4.59	c 5	Simplifing CSP by introducing new Boolean variables
4.50/4.62	c 5	CSP : 21890 integers, 6934 booleans, 58337 clauses, largest domain size 134
4.50/4.62	c 5	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.71/4.87	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.80/4.92	c 5	2189 (10%) CSP integer variables are encoded (8266 clauses, 105325 bytes)
4.80/4.97	c 5	4378 (20%) CSP integer variables are encoded (46260 clauses, 675235 bytes)
4.91/5.03	c 5	6567 (30%) CSP integer variables are encoded (95308 clauses, 1414520 bytes)
4.91/5.09	c 5	8756 (40%) CSP integer variables are encoded (144209 clauses, 2245837 bytes)
5.01/5.16	c 5	10945 (50%) CSP integer variables are encoded (190966 clauses, 3040706 bytes)
5.10/5.22	c 6	13134 (60%) CSP integer variables are encoded (237582 clauses, 3833178 bytes)
5.10/5.28	c 6	15323 (70%) CSP integer variables are encoded (287502 clauses, 4681818 bytes)
5.21/5.35	c 6	17512 (80%) CSP integer variables are encoded (336524 clauses, 5515192 bytes)
5.30/5.43	c 6	19701 (90%) CSP integer variables are encoded (383526 clauses, 6314226 bytes)
5.30/5.49	c 6	21890 (100%) CSP integer variables are encoded (430138 clauses, 7106630 bytes)
6.29/6.41	c 7	5834 (10%) CSP clauses are encoded (933611 clauses, 16417434 bytes)
10.45/10.69	c 11	11668 (20%) CSP clauses are encoded (3305217 clauses, 66816608 bytes)
14.11/14.36	c 15	17502 (30%) CSP clauses are encoded (5243873 clauses, 109498944 bytes)
17.86/18.18	c 18	23335 (40%) CSP clauses are encoded (7175715 clauses, 156256097 bytes)
21.52/22.00	c 22	29169 (50%) CSP clauses are encoded (9059966 clauses, 201847525 bytes)
26.22/26.75	c 27	35003 (60%) CSP clauses are encoded (11461237 clauses, 259886041 bytes)
30.25/30.83	c 31	40836 (70%) CSP clauses are encoded (13539282 clauses, 310186637 bytes)
33.99/34.77	c 35	46670 (80%) CSP clauses are encoded (15477938 clauses, 357110279 bytes)
37.60/38.42	c 39	52504 (90%) CSP clauses are encoded (17314399 clauses, 401551594 bytes)
41.71/42.67	c 43	58337 (100%) CSP clauses are encoded (19466386 clauses, 453555150 bytes)
41.71/42.67	c 43	58337 CSP clauses encoded
41.71/42.67	c 43	Writing map file : HOME/temp.map
41.81/42.72	c 43	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.81/42.72	c 43	SAT : 458866 SAT variables, 19466386 SAT clauses, 453555150 bytes
41.81/42.72	c 43	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
41.81/42.78	c 43	SOLVING HOME/temp.cnf
41.81/42.78	c 43	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1809.81	c ERROR INTERRUPTED
1800.05/1809.91	s UNKNOWN
1800.05/1809.91	c 1810	CPU 38.6 (0.04 0.01 38.56 3.26)
1800.05/1809.91	c 1810	END Wed Jul  2 15:17:58 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-1042239-1215002868/watcher-1042239-1215002868 -o /tmp/evaluation-result-1042239-1215002868/solver-1042239-1215002868 -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-1042239-1215002868.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.94 4/72 19210
/proc/meminfo: memFree=1885920/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=18572 CPUtime=0
/proc/19210/stat : 19210 (runsolver) R 19208 19210 18505 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1979258153 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19210/statm: 4643 292 257 25 0 2626 0

[startup+0.054921 s]
/proc/loadavg: 1.92 1.98 1.94 4/72 19210
/proc/meminfo: memFree=1885920/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=0.03
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979258153 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102808 s]
/proc/loadavg: 1.92 1.98 1.94 4/72 19210
/proc/meminfo: memFree=1885920/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=0.03
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979258153 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301285 s]
/proc/loadavg: 1.92 1.98 1.94 4/72 19210
/proc/meminfo: memFree=1885920/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=0.03
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979258153 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70137 s]
/proc/loadavg: 1.92 1.98 1.94 4/72 19210
/proc/meminfo: memFree=1885920/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=0.03
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1979258153 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5025 s]
/proc/loadavg: 1.92 1.98 1.94 3/83 19222
/proc/meminfo: memFree=1869448/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=0.99
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 974 7247 0 1 3 0 90 6 15 0 1 0 1979258153 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13600

[startup+3.10179 s]
/proc/loadavg: 2.01 2.00 1.95 3/83 19232
/proc/meminfo: memFree=1864456/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=0.99
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 974 7247 0 1 3 0 90 6 15 0 1 0 1979258153 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 797 370 3 0 500 0
[pid=19223] ppid=19210 vsize=5356 CPUtime=0
/proc/19223/stat : 19223 (sh) S 19210 19210 18505 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979258258 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19223/statm: 1339 233 193 169 0 50 0
[pid=19224] ppid=19223 vsize=868640 CPUtime=2.03
/proc/19224/stat : 19224 (java) S 19223 19210 18505 0 -1 0 11542 0 1 0 195 8 0 0 18 0 9 0 1979258258 889487360 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19224/statm: 217160 10650 2541 9 0 211735 0
[pid=19224/tid=19225] ppid=19223 vsize=868640 CPUtime=1.2
/proc/19224/task/19225/stat : 19225 (java) R 19223 19210 18505 0 -1 64 2879 0 1 0 118 2 0 0 25 0 9 0 1979258259 889487360 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19226] ppid=19223 vsize=868640 CPUtime=0.57
/proc/19224/task/19226/stat : 19226 (java) R 19223 19210 18505 0 -1 64 6479 0 0 0 53 4 0 0 16 0 9 0 1979258260 889487360 10650 996147200 134512640 134550740 4294955952 18446744073709551615 102478692 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19227] ppid=19223 vsize=868640 CPUtime=0
/proc/19224/task/19227/stat : 19227 (java) S 19223 19210 18505 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979258260 889487360 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19228] ppid=19223 vsize=868640 CPUtime=0
/proc/19224/task/19228/stat : 19228 (java) S 19223 19210 18505 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979258260 889487360 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19229] ppid=19223 vsize=868640 CPUtime=0
/proc/19224/task/19229/stat : 19229 (java) S 19223 19210 18505 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979258262 889487360 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19230] ppid=19223 vsize=868640 CPUtime=0.24
/proc/19224/task/19230/stat : 19230 (java) S 19223 19210 18505 0 -1 64 1490 0 0 0 23 1 0 0 16 0 9 0 1979258262 889487360 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19231] ppid=19223 vsize=868640 CPUtime=0
/proc/19224/task/19231/stat : 19231 (java) S 19223 19210 18505 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979258262 889487360 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19232] ppid=19223 vsize=868640 CPUtime=0
/proc/19224/task/19232/stat : 19232 (java) S 19223 19210 18505 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979258262 889487360 10650 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) 887596

[startup+6.30235 s]
/proc/loadavg: 2.01 2.00 1.95 3/83 19232
/proc/meminfo: memFree=1823368/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=0.99
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 974 7247 0 1 3 0 90 6 15 0 1 0 1979258153 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 797 370 3 0 500 0
[pid=19223] ppid=19210 vsize=5356 CPUtime=0
/proc/19223/stat : 19223 (sh) S 19210 19210 18505 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979258258 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19223/statm: 1339 233 193 169 0 50 0
[pid=19224] ppid=19223 vsize=868500 CPUtime=5.2
/proc/19224/stat : 19224 (java) S 19223 19210 18505 0 -1 0 17741 0 1 0 497 23 0 0 18 0 9 0 1979258258 889344000 15959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19224/statm: 217125 15959 2565 9 0 211672 0
[pid=19224/tid=19225] ppid=19223 vsize=868500 CPUtime=3.52
/proc/19224/task/19225/stat : 19225 (java) R 19223 19210 18505 0 -1 64 3456 0 1 0 339 13 0 0 25 0 9 0 1979258259 889344000 15959 996147200 134512640 134550740 4294955952 18446744073709551615 4126892962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19226] ppid=19223 vsize=868500 CPUtime=1.34
/proc/19224/task/19226/stat : 19226 (java) S 19223 19210 18505 0 -1 64 12045 0 0 0 127 7 0 0 16 0 9 0 1979258260 889344000 15959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19227] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19227/stat : 19227 (java) S 19223 19210 18505 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979258260 889344000 15959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19228] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19228/stat : 19228 (java) S 19223 19210 18505 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979258260 889344000 15959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19229] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19229/stat : 19229 (java) S 19223 19210 18505 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979258262 889344000 15959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19230] ppid=19223 vsize=868500 CPUtime=0.31
/proc/19224/task/19230/stat : 19230 (java) S 19223 19210 18505 0 -1 64 1546 0 0 0 30 1 0 0 16 0 9 0 1979258262 889344000 15959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19231] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19231/stat : 19231 (java) S 19223 19210 18505 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979258262 889344000 15959 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19232] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19232/stat : 19232 (java) R 19223 19210 18505 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979258262 889344000 15959 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) 887456

[startup+12.7015 s]
/proc/loadavg: 2.16 2.03 1.96 3/83 19232
/proc/meminfo: memFree=1747208/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=0.99
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 974 7247 0 1 3 0 90 6 16 0 1 0 1979258153 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 797 370 3 0 500 0
[pid=19223] ppid=19210 vsize=5356 CPUtime=0
/proc/19223/stat : 19223 (sh) S 19210 19210 18505 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979258258 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19223/statm: 1339 233 193 169 0 50 0
[pid=19224] ppid=19223 vsize=868500 CPUtime=11.53
/proc/19224/stat : 19224 (java) S 19223 19210 18505 0 -1 0 18184 0 1 0 1080 73 0 0 18 0 9 0 1979258258 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19224/statm: 217125 15960 2565 9 0 211672 0
[pid=19224/tid=19225] ppid=19223 vsize=868500 CPUtime=9.62
/proc/19224/task/19225/stat : 19225 (java) R 19223 19210 18505 0 -1 64 3898 0 1 0 902 60 0 0 25 0 9 0 1979258259 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4127146277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19226] ppid=19223 vsize=868500 CPUtime=1.55
/proc/19224/task/19226/stat : 19226 (java) S 19223 19210 18505 0 -1 64 12045 0 0 0 146 9 0 0 16 0 9 0 1979258260 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19227] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19227/stat : 19227 (java) S 19223 19210 18505 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979258260 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19228] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19228/stat : 19228 (java) S 19223 19210 18505 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979258260 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19229] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19229/stat : 19229 (java) S 19223 19210 18505 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979258262 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19230] ppid=19223 vsize=868500 CPUtime=0.31
/proc/19224/task/19230/stat : 19230 (java) S 19223 19210 18505 0 -1 64 1547 0 0 0 30 1 0 0 17 0 9 0 1979258262 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19231] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19231/stat : 19231 (java) S 19223 19210 18505 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979258262 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19232] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19232/stat : 19232 (java) S 19223 19210 18505 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979258262 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887456

[startup+25.5027 s]
/proc/loadavg: 2.29 2.06 1.97 3/83 19232
/proc/meminfo: memFree=1587848/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=0.99
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 974 7247 0 1 3 0 90 6 16 0 1 0 1979258153 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 797 370 3 0 500 0
[pid=19223] ppid=19210 vsize=5356 CPUtime=0
/proc/19223/stat : 19223 (sh) S 19210 19210 18505 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979258258 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19223/statm: 1339 233 193 169 0 50 0
[pid=19224] ppid=19223 vsize=868500 CPUtime=24.07
/proc/19224/stat : 19224 (java) S 19223 19210 18505 0 -1 0 19054 0 1 0 2232 175 0 0 18 0 9 0 1979258258 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19224/statm: 217125 15960 2565 9 0 211672 0
[pid=19224/tid=19225] ppid=19223 vsize=868500 CPUtime=21.73
/proc/19224/task/19225/stat : 19225 (java) R 19223 19210 18505 0 -1 64 4768 0 1 0 2016 157 0 0 25 0 9 0 1979258259 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4126899169 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19226] ppid=19223 vsize=868500 CPUtime=2
/proc/19224/task/19226/stat : 19226 (java) S 19223 19210 18505 0 -1 64 12045 0 0 0 184 16 0 0 16 0 9 0 1979258260 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19227] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19227/stat : 19227 (java) S 19223 19210 18505 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1979258260 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19228] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19228/stat : 19228 (java) S 19223 19210 18505 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979258260 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19229] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19229/stat : 19229 (java) S 19223 19210 18505 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979258262 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19230] ppid=19223 vsize=868500 CPUtime=0.31
/proc/19224/task/19230/stat : 19230 (java) S 19223 19210 18505 0 -1 64 1547 0 0 0 30 1 0 0 17 0 9 0 1979258262 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19231] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19231/stat : 19231 (java) S 19223 19210 18505 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979258262 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19224/tid=19232] ppid=19223 vsize=868500 CPUtime=0
/proc/19224/task/19232/stat : 19232 (java) S 19223 19210 18505 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979258262 889344000 15960 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 887456

[startup+51.1012 s]
/proc/loadavg: 2.53 2.14 2.00 3/75 19234
/proc/meminfo: memFree=1371912/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 1022 27782 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 799 370 3 0 500 0
[pid=19233] ppid=19210 vsize=5356 CPUtime=0
/proc/19233/stat : 19233 (sh) S 19210 19210 18505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19233/statm: 1339 232 193 169 0 50 0
[pid=19234] ppid=19233 vsize=67924 CPUtime=8.25
/proc/19234/stat : 19234 (picosat) R 19233 19210 18505 0 -1 4194304 15358 0 0 0 370 455 0 0 25 0 1 0 1979262432 69554176 15344 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0

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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 19240
/proc/meminfo: memFree=728840/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 1022 27782 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 799 370 3 0 500 0
[pid=19233] ppid=19210 vsize=5356 CPUtime=0
/proc/19233/stat : 19233 (sh) S 19210 19210 18505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19233/statm: 1339 232 193 169 0 50 0
[pid=19234] ppid=19233 vsize=770708 CPUtime=1432.27
/proc/19234/stat : 19234 (picosat) R 19233 19210 18505 0 -1 4194304 175057 0 0 0 133745 9482 0 0 25 0 1 0 1979262432 789204992 175041 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19234/statm: 192677 175041 48 102 0 192572 0
Current children cumulated CPU time (s) 1474.14
Current children cumulated vsize (KiB) 789664

[startup+1542.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/75 19240
/proc/meminfo: memFree=728520/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 1022 27782 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 799 370 3 0 500 0
[pid=19233] ppid=19210 vsize=5356 CPUtime=0
/proc/19233/stat : 19233 (sh) S 19210 19210 18505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19233/statm: 1339 232 193 169 0 50 0
[pid=19234] ppid=19233 vsize=770972 CPUtime=1491.97
/proc/19234/stat : 19234 (picosat) R 19233 19210 18505 0 -1 4194304 175126 0 0 0 139715 9482 0 0 25 0 1 0 1979262432 789475328 175110 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19234/statm: 192743 175110 48 102 0 192638 0
Current children cumulated CPU time (s) 1533.84
Current children cumulated vsize (KiB) 789928

[startup+1602.3 s]
/proc/loadavg: 2.11 2.04 2.00 3/75 19240
/proc/meminfo: memFree=728264/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 1022 27782 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 799 370 3 0 500 0
[pid=19233] ppid=19210 vsize=5356 CPUtime=0
/proc/19233/stat : 19233 (sh) S 19210 19210 18505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19233/statm: 1339 232 193 169 0 50 0
[pid=19234] ppid=19233 vsize=771236 CPUtime=1551.68
/proc/19234/stat : 19234 (picosat) R 19233 19210 18505 0 -1 4194304 175188 0 0 0 145686 9482 0 0 25 0 1 0 1979262432 789745664 175172 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19234/statm: 192809 175172 48 102 0 192704 0
Current children cumulated CPU time (s) 1593.55
Current children cumulated vsize (KiB) 790192

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/75 19240
/proc/meminfo: memFree=728200/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 1022 27782 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 799 370 3 0 500 0
[pid=19233] ppid=19210 vsize=5356 CPUtime=0
/proc/19233/stat : 19233 (sh) S 19210 19210 18505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19233/statm: 1339 232 193 169 0 50 0
[pid=19234] ppid=19233 vsize=771500 CPUtime=1611.38
/proc/19234/stat : 19234 (picosat) R 19233 19210 18505 0 -1 4194304 175239 0 0 0 151656 9482 0 0 25 0 1 0 1979262432 790016000 175223 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/19234/statm: 192875 175223 48 102 0 192770 0
Current children cumulated CPU time (s) 1653.25
Current children cumulated vsize (KiB) 790456

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 19240
/proc/meminfo: memFree=727816/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 1022 27782 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 799 370 3 0 500 0
[pid=19233] ppid=19210 vsize=5356 CPUtime=0
/proc/19233/stat : 19233 (sh) S 19210 19210 18505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19233/statm: 1339 232 193 169 0 50 0
[pid=19234] ppid=19233 vsize=771764 CPUtime=1671.1
/proc/19234/stat : 19234 (picosat) R 19233 19210 18505 0 -1 4194304 175308 0 0 0 157627 9483 0 0 25 0 1 0 1979262432 790286336 175292 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/19234/statm: 192941 175292 48 102 0 192836 0
Current children cumulated CPU time (s) 1712.97
Current children cumulated vsize (KiB) 790720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 19240
/proc/meminfo: memFree=727432/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 1022 27782 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 799 370 3 0 500 0
[pid=19233] ppid=19210 vsize=5356 CPUtime=0
/proc/19233/stat : 19233 (sh) S 19210 19210 18505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19233/statm: 1339 232 193 169 0 50 0
[pid=19234] ppid=19233 vsize=772028 CPUtime=1730.8
/proc/19234/stat : 19234 (picosat) R 19233 19210 18505 0 -1 4194304 175376 0 0 0 163597 9483 0 0 25 0 1 0 1979262432 790556672 175360 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/19234/statm: 193007 175360 48 102 0 192902 0
Current children cumulated CPU time (s) 1772.67
Current children cumulated vsize (KiB) 790984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.8 s]
/proc/loadavg: 1.92 2.00 1.99 2/70 19258
/proc/meminfo: memFree=752048/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 1022 27782 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 799 370 3 0 500 0
[pid=19233] ppid=19210 vsize=5356 CPUtime=0
/proc/19233/stat : 19233 (sh) S 19210 19210 18505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19233/statm: 1339 232 193 169 0 50 0
[pid=19234] ppid=19233 vsize=772160 CPUtime=1758.18
/proc/19234/stat : 19234 (picosat) R 19233 19210 18505 0 -1 4194304 175405 0 0 0 166334 9484 0 0 25 0 1 0 1979262432 790691840 175389 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19234/statm: 193040 175389 48 102 0 192935 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 791116

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

[startup+1809.8 s]
/proc/loadavg: 1.92 2.00 1.99 2/70 19258
/proc/meminfo: memFree=752048/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) S 19208 19210 18505 0 -1 4194304 1022 27782 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19210/statm: 3400 799 370 3 0 500 0
[pid=19233] ppid=19210 vsize=5356 CPUtime=0
/proc/19233/stat : 19233 (sh) S 19210 19210 18505 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979262431 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19233/statm: 1339 232 193 169 0 50 0
[pid=19234] ppid=19233 vsize=772160 CPUtime=1758.18
/proc/19234/stat : 19234 (picosat) R 19233 19210 18505 0 -1 4194304 175405 0 0 0 166334 9484 0 0 25 0 1 0 1979262432 790691840 175389 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19234/statm: 193040 175389 48 102 0 192935 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 791116

# WARNING:
# current cumulated CPU time (41.87 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1758.18 s) to the 'lost time'.

[startup+1809.92 s]
/proc/loadavg: 1.92 2.00 1.99 2/70 19258
/proc/meminfo: memFree=752048/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.87
/proc/19210/stat : 19210 (sugar) R 19208 19210 18505 0 -1 4194304 1069 28059 0 2 4 1 3856 326 16 0 1 0 1979258153 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19210/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 41.87
Current children cumulated vsize (KiB) 13600

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

[startup+1810 s]
/proc/loadavg: 1.92 2.00 1.99 2/70 19258
/proc/meminfo: memFree=752048/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=41.95
/proc/19210/stat : 19210 (sugar) R 19208 19210 18505 0 -1 4194304 1069 28059 0 2 4 9 3856 326 16 0 1 0 1979258153 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19210/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 41.95
Current children cumulated vsize (KiB) 13600

[startup+1810.1 s]
/proc/loadavg: 1.92 2.00 1.99 2/70 19258
/proc/meminfo: memFree=752048/2055920 swapFree=4155960/4192956
[pid=19210] ppid=19208 vsize=13600 CPUtime=42.05
/proc/19210/stat : 19210 (sugar) R 19208 19210 18505 0 -1 4194304 1069 28059 0 2 4 19 3856 326 16 0 1 0 1979258153 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19210/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 42.05
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1758.18
#  lost CPU user time (s): 1663.34
#  lost CPU system time (s): 94.84

Real time (s): 1810.15
CPU time (s): 1800.3
CPU user time (s): 1701.95
CPU system time (s): 98.3475
CPU usage (%): 99.4559
Max. virtual memory (cumulated for all children) (KiB): 888348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.6091
system time used= 3.50747
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29159
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= 22376
involuntary context switches= 22743

runsolver used 2.44263 second user time and 5.81012 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-02 14:47:48
IDJOB=1042239
IDBENCH=53886
IDSOLVER=345
FILE ID=node61/1042239-1215002868
PBS_JOBID= 7870800
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-37-37.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-1042239-1215002868/watcher-1042239-1215002868 -o /tmp/evaluation-result-1042239-1215002868/solver-1042239-1215002868 -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-1042239-1215002868.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 910e7d5320a57af4b8daccf7478c49bc
RANDOM SEED=1580256939

node61.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.269
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.269
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:       1886400 kB
Buffers:          6536 kB
Cached:          44888 kB
SwapCached:      30720 kB
Active:          96780 kB
Inactive:        11176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886400 kB
SwapTotal:     4192956 kB
SwapFree:      4155960 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:          39612 kB
Slab:            47164 kB
Committed_AS:  3770348 kB
PageTables:       1728 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node61 at 2008-07-02 15:18:00