Trace number 1039830

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+minisat? (MO) 143.12 146.758

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-12_glb.xml
MD5SUMcd5b883393acd0fa1b14ec778755c15e
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.18721
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints27
Maximum constraint arity144
Maximum domain size144
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(26)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 13:12:12 2008
0.00/0.04	c 0	PID 23053
0.00/0.04	c 0	HOST node31.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1039830-1214997132.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039830-1214997132.xml' 'HOME/temp.csp'
0.03/0.24	c 0	1 domains, 144 variables, 0 predicates, 0 relations, 27 constraints
0.03/0.25	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.25	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.23/0.34	c 1	Parsing HOME/temp.csp
0.23/0.43	c 1	parsed 172 expressions
0.23/0.43	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.43	c 1	Converting to clausal form CSP
0.23/0.45	c 1	converted 18 (10%) expressions
0.23/0.45	c 1	converted 35 (20%) expressions
0.23/0.45	c 1	converted 52 (30%) expressions
0.23/0.45	c 1	converted 69 (40%) expressions
0.23/0.45	c 1	converted 86 (50%) expressions
0.23/0.45	c 1	converted 104 (60%) expressions
0.23/0.46	c 1	converted 121 (70%) expressions
0.23/0.46	c 1	converted 138 (80%) expressions
0.23/0.56	c 1	converted 155 (90%) expressions
0.23/0.96	c 1	converted 172 (100%) expressions
0.23/0.96	c 1	CSP : 664 integers, 0 booleans, 11390 clauses, largest domain size 859
0.23/0.96	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.96	c 1	Propagation in CSP
1.05/1.11	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.12	c 1	CSP : 664 integers, 0 booleans, 11390 clauses, largest domain size 859
1.05/1.12	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.12	c 1	Simplifing CSP by introducing new Boolean variables
1.16/1.29	c 1	CSP : 664 integers, 20592 booleans, 31982 clauses, largest domain size 859
1.16/1.29	c 1	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.25/1.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.35/1.42	c 2	67 (10%) CSP integer variables are encoded (9514 clauses, 121547 bytes)
1.35/1.44	c 2	133 (20%) CSP integer variables are encoded (18886 clauses, 261296 bytes)
1.35/1.47	c 2	200 (30%) CSP integer variables are encoded (45846 clauses, 665696 bytes)
1.46/1.51	c 2	266 (40%) CSP integer variables are encoded (75953 clauses, 1117301 bytes)
1.46/1.55	c 2	332 (50%) CSP integer variables are encoded (105917 clauses, 1579234 bytes)
1.46/1.59	c 2	399 (60%) CSP integer variables are encoded (136881 clauses, 2105622 bytes)
1.56/1.63	c 2	465 (70%) CSP integer variables are encoded (166845 clauses, 2615010 bytes)
1.56/1.67	c 2	532 (80%) CSP integer variables are encoded (197237 clauses, 3131674 bytes)
1.66/1.71	c 2	598 (90%) CSP integer variables are encoded (227344 clauses, 3643493 bytes)
1.66/1.75	c 2	664 (100%) CSP integer variables are encoded (257880 clauses, 4162605 bytes)
127.33/130.21	c 130	3199 (10%) CSP clauses are encoded (64782302 clauses, 1472443298 bytes)
127.80/130.79	c 131	6397 (20%) CSP clauses are encoded (65090376 clauses, 1478971599 bytes)
128.39/131.36	c 132	9595 (30%) CSP clauses are encoded (65398450 clauses, 1485585434 bytes)
128.98/131.92	c 132	12793 (40%) CSP clauses are encoded (65706524 clauses, 1492218761 bytes)
129.47/132.49	c 133	15991 (50%) CSP clauses are encoded (66014598 clauses, 1498869512 bytes)
130.07/133.06	c 133	19190 (60%) CSP clauses are encoded (66322816 clauses, 1505546343 bytes)
130.65/133.63	c 134	22388 (70%) CSP clauses are encoded (66630890 clauses, 1512251951 bytes)
131.24/134.20	c 134	25586 (80%) CSP clauses are encoded (66938964 clauses, 1519158067 bytes)
131.73/134.80	c 135	28784 (90%) CSP clauses are encoded (67247038 clauses, 1526208591 bytes)
132.32/135.38	c 136	31982 (100%) CSP clauses are encoded (67554826 clauses, 1533254239 bytes)
132.32/135.38	c 136	31982 CSP clauses encoded
132.32/135.38	c 136	Writing map file : HOME/temp.map
132.32/135.39	c 136	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
132.32/135.39	c 136	SAT : 279136 SAT variables, 67554826 SAT clauses, 1533254239 bytes
132.32/135.39	c 136	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
132.41/135.45	c 136	SOLVING HOME/temp.cnf
132.41/135.45	c 136	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
132.41/135.45	c 136	This is MiniSat 2.0 beta
132.41/135.45	c 136	WARNING: for repeatability, setting FPU to use double precision
132.41/135.45	c 136	============================[ Problem Statistics ]=============================
132.41/135.45	c 136	|                                                                             |
132.41/135.45	c 136	|  Number of variables:  279136                                               |
132.41/135.45	c 136	|  Number of clauses:    67554826                                             |
143.01/146.62	c ERROR INTERRUPTED
143.12/146.75	s UNKNOWN
143.12/146.75	c 147	CPU 121.55 (0.03 0.01 121.52 10.87)
143.12/146.75	c 147	END Wed Jul  2 13:14:39 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-1039830-1214997132/watcher-1039830-1214997132 -o /tmp/evaluation-result-1039830-1214997132/solver-1039830-1214997132 -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/minisat -tmp=HOME/temp HOME/instance-1039830-1214997132.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: 0.00 0.00 0.00 3/67 23053
/proc/meminfo: memFree=1830480/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=12268 CPUtime=0
/proc/23053/stat : 23053 (sugar) R 23051 23053 22987 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1978687245 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 225612364389 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/23053/statm: 3067 316 241 3 0 167 0

[startup+0.0856089 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23053
/proc/meminfo: memFree=1830480/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.03
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978687245 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23053/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104059 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23053
/proc/meminfo: memFree=1830480/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.03
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978687245 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23053/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301811 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23053
/proc/meminfo: memFree=1830480/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.23
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 956 4287 0 1 3 0 17 3 17 0 1 0 1978687245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23053/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+0.701844 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 23053
/proc/meminfo: memFree=1830480/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.23
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 973 4287 0 1 3 0 17 3 15 0 1 0 1978687245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 0.00 0.00 0.00 4/84 23086
/proc/meminfo: memFree=1804984/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.24
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 974 4287 0 1 3 1 17 3 15 0 1 0 1978687245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 3400 797 370 3 0 500 0
[pid=23077] ppid=23053 vsize=5356 CPUtime=0
/proc/23077/stat : 23077 (sh) S 23053 23053 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23077/statm: 1339 233 193 169 0 50 0
[pid=23078] ppid=23077 vsize=868472 CPUtime=1.22
/proc/23078/stat : 23078 (java) S 23077 23053 22987 0 -1 0 9877 0 1 0 117 5 0 0 18 0 9 0 1978687271 889315328 8953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23078/statm: 217118 8953 2564 9 0 211665 0
[pid=23078/tid=23079] ppid=23077 vsize=868472 CPUtime=0.58
/proc/23078/task/23079/stat : 23079 (java) R 23077 23053 22987 0 -1 64 2834 0 1 0 57 1 0 0 21 0 9 0 1978687272 889315328 8953 996147200 134512640 134550740 4294955952 18446744073709551615 4126934637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23080] ppid=23077 vsize=868472 CPUtime=0.39
/proc/23078/task/23080/stat : 23080 (java) S 23077 23053 22987 0 -1 64 4886 0 0 0 37 2 0 0 16 0 9 0 1978687274 889315328 8953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23081] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23081/stat : 23081 (java) S 23077 23053 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687274 889315328 8953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23082] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23082/stat : 23082 (java) S 23077 23053 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687274 889315328 8953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23083] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23083/stat : 23083 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687276 889315328 8953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23084] ppid=23077 vsize=868472 CPUtime=0.21
/proc/23078/task/23084/stat : 23084 (java) S 23077 23053 22987 0 -1 64 1465 0 0 0 21 0 0 0 16 0 9 0 1978687276 889315328 8953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23085] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23085/stat : 23085 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687276 889315328 8953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23086] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23086/stat : 23086 (java) S 23077 23053 22987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687276 889315328 8953 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887428

[startup+3.10105 s]
/proc/loadavg: 0.00 0.00 0.00 3/84 23086
/proc/meminfo: memFree=1789432/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.24
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 974 4287 0 1 3 1 17 3 15 0 1 0 1978687245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 3400 797 370 3 0 500 0
[pid=23077] ppid=23053 vsize=5356 CPUtime=0
/proc/23077/stat : 23077 (sh) S 23053 23053 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23077/statm: 1339 233 193 169 0 50 0
[pid=23078] ppid=23077 vsize=868472 CPUtime=2.81
/proc/23078/stat : 23078 (java) S 23077 23053 22987 0 -1 0 10207 0 1 0 264 17 0 0 18 0 9 0 1978687271 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23078/statm: 217118 8964 2564 9 0 211665 0
[pid=23078/tid=23079] ppid=23077 vsize=868472 CPUtime=2.08
/proc/23078/task/23079/stat : 23079 (java) R 23077 23053 22987 0 -1 64 3154 0 1 0 196 12 0 0 25 0 9 0 1978687272 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4126935904 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23080] ppid=23077 vsize=868472 CPUtime=0.47
/proc/23078/task/23080/stat : 23080 (java) S 23077 23053 22987 0 -1 64 4886 0 0 0 44 3 0 0 16 0 9 0 1978687274 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23081] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23081/stat : 23081 (java) S 23077 23053 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687274 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23082] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23082/stat : 23082 (java) S 23077 23053 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687274 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23083] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23083/stat : 23083 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23084] ppid=23077 vsize=868472 CPUtime=0.22
/proc/23078/task/23084/stat : 23084 (java) S 23077 23053 22987 0 -1 64 1475 0 0 0 22 0 0 0 16 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23085] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23085/stat : 23085 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23086] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23086/stat : 23086 (java) S 23077 23053 22987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 887428

[startup+6.30233 s]
/proc/loadavg: 0.16 0.03 0.01 3/84 23086
/proc/meminfo: memFree=1751992/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.24
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 974 4287 0 1 3 1 17 3 15 0 1 0 1978687245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 3400 797 370 3 0 500 0
[pid=23077] ppid=23053 vsize=5356 CPUtime=0
/proc/23077/stat : 23077 (sh) S 23053 23053 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23077/statm: 1339 233 193 169 0 50 0
[pid=23078] ppid=23077 vsize=868472 CPUtime=5.99
/proc/23078/stat : 23078 (java) S 23077 23053 22987 0 -1 0 10857 0 1 0 556 43 0 0 18 0 9 0 1978687271 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23078/statm: 217118 8964 2564 9 0 211665 0
[pid=23078/tid=23079] ppid=23077 vsize=868472 CPUtime=5.07
/proc/23078/task/23079/stat : 23079 (java) R 23077 23053 22987 0 -1 64 3804 0 1 0 472 35 0 0 25 0 9 0 1978687272 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4126935960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23080] ppid=23077 vsize=868472 CPUtime=0.66
/proc/23078/task/23080/stat : 23080 (java) S 23077 23053 22987 0 -1 64 4886 0 0 0 60 6 0 0 16 0 9 0 1978687274 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23081] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23081/stat : 23081 (java) S 23077 23053 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687274 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23082] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23082/stat : 23082 (java) S 23077 23053 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687274 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23083] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23083/stat : 23083 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23084] ppid=23077 vsize=868472 CPUtime=0.22
/proc/23078/task/23084/stat : 23084 (java) S 23077 23053 22987 0 -1 64 1475 0 0 0 22 0 0 0 16 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23085] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23085/stat : 23085 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23086] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23086/stat : 23086 (java) S 23077 23053 22987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 887428

[startup+12.7019 s]
/proc/loadavg: 0.31 0.07 0.02 3/84 23086
/proc/meminfo: memFree=1679864/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.24
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 974 4287 0 1 3 1 17 3 15 0 1 0 1978687245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 3400 797 370 3 0 500 0
[pid=23077] ppid=23053 vsize=5356 CPUtime=0
/proc/23077/stat : 23077 (sh) S 23053 23053 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23077/statm: 1339 233 193 169 0 50 0
[pid=23078] ppid=23077 vsize=868472 CPUtime=12.32
/proc/23078/stat : 23078 (java) S 23077 23053 22987 0 -1 0 12140 0 1 0 1140 92 0 0 18 0 9 0 1978687271 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23078/statm: 217118 8964 2564 9 0 211665 0
[pid=23078/tid=23079] ppid=23077 vsize=868472 CPUtime=11.02
/proc/23078/task/23079/stat : 23079 (java) R 23077 23053 22987 0 -1 64 5087 0 1 0 1024 78 0 0 25 0 9 0 1978687272 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4126962746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23080] ppid=23077 vsize=868472 CPUtime=1.03
/proc/23078/task/23080/stat : 23080 (java) S 23077 23053 22987 0 -1 64 4886 0 0 0 92 11 0 0 16 0 9 0 1978687274 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23081] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23081/stat : 23081 (java) S 23077 23053 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687274 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23082] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23082/stat : 23082 (java) S 23077 23053 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687274 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23083] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23083/stat : 23083 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23084] ppid=23077 vsize=868472 CPUtime=0.22
/proc/23078/task/23084/stat : 23084 (java) S 23077 23053 22987 0 -1 64 1475 0 0 0 22 0 0 0 16 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23085] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23085/stat : 23085 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23086] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23086/stat : 23086 (java) S 23077 23053 22987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687276 889315328 8964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887428

[startup+25.503 s]
/proc/loadavg: 0.68 0.16 0.05 3/84 23086
/proc/meminfo: memFree=1535872/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.24
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 974 4287 0 1 3 1 17 3 15 0 1 0 1978687245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 3400 797 370 3 0 500 0
[pid=23077] ppid=23053 vsize=5356 CPUtime=0
/proc/23077/stat : 23077 (sh) S 23053 23053 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23077/statm: 1339 233 193 169 0 50 0
[pid=23078] ppid=23077 vsize=868472 CPUtime=24.7
/proc/23078/stat : 23078 (java) S 23077 23053 22987 0 -1 0 14653 0 1 0 2280 190 0 0 18 0 9 0 1978687271 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23078/statm: 217118 8965 2564 9 0 211665 0
[pid=23078/tid=23079] ppid=23077 vsize=868472 CPUtime=22.68
/proc/23078/task/23079/stat : 23079 (java) R 23077 23053 22987 0 -1 64 7599 0 1 0 2105 163 0 0 25 0 9 0 1978687272 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4126493131 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23080] ppid=23077 vsize=868472 CPUtime=1.76
/proc/23078/task/23080/stat : 23080 (java) S 23077 23053 22987 0 -1 64 4886 0 0 0 151 25 0 0 16 0 9 0 1978687274 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23081] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23081/stat : 23081 (java) S 23077 23053 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687274 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23082] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23082/stat : 23082 (java) S 23077 23053 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687274 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23083] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23083/stat : 23083 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687276 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23084] ppid=23077 vsize=868472 CPUtime=0.22
/proc/23078/task/23084/stat : 23084 (java) S 23077 23053 22987 0 -1 64 1476 0 0 0 22 0 0 0 16 0 9 0 1978687276 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23085] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23085/stat : 23085 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687276 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23086] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23086/stat : 23086 (java) S 23077 23053 22987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687276 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.94
Current children cumulated vsize (KiB) 887428

[startup+51.1022 s]
/proc/loadavg: 1.19 0.32 0.11 3/84 23086
/proc/meminfo: memFree=1257600/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.24
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 974 4287 0 1 3 1 17 3 15 0 1 0 1978687245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 3400 797 370 3 0 500 0
[pid=23077] ppid=23053 vsize=5356 CPUtime=0
/proc/23077/stat : 23077 (sh) S 23053 23053 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23077/statm: 1339 233 193 169 0 50 0
[pid=23078] ppid=23077 vsize=868472 CPUtime=49.84
/proc/23078/stat : 23078 (java) S 23077 23053 22987 0 -1 0 19686 0 1 0 4598 386 0 0 18 0 9 0 1978687271 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23078/statm: 217118 8965 2564 9 0 211665 0
[pid=23078/tid=23079] ppid=23077 vsize=868472 CPUtime=46.33
/proc/23078/task/23079/stat : 23079 (java) R 23077 23053 22987 0 -1 64 12632 0 1 0 4301 332 0 0 25 0 9 0 1978687272 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4126934732 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23080] ppid=23077 vsize=868472 CPUtime=3.26
/proc/23078/task/23080/stat : 23080 (java) S 23077 23053 22987 0 -1 64 4886 0 0 0 273 53 0 0 16 0 9 0 1978687274 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23081] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23081/stat : 23081 (java) S 23077 23053 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687274 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23082] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23082/stat : 23082 (java) S 23077 23053 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687274 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23083] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23083/stat : 23083 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687276 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23084] ppid=23077 vsize=868472 CPUtime=0.22
/proc/23078/task/23084/stat : 23084 (java) S 23077 23053 22987 0 -1 64 1476 0 0 0 22 0 0 0 16 0 9 0 1978687276 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23085] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23085/stat : 23085 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687276 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23086] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23086/stat : 23086 (java) S 23077 23053 22987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687276 889315328 8965 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 887428

[startup+102.308 s]
/proc/loadavg: 1.95 0.64 0.23 3/84 23086
/proc/meminfo: memFree=666240/2055920 swapFree=4179660/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=0.24
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 974 4287 0 1 3 1 17 3 15 0 1 0 1978687245 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 3400 797 370 3 0 500 0
[pid=23077] ppid=23053 vsize=5356 CPUtime=0
/proc/23077/stat : 23077 (sh) S 23053 23053 22987 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23077/statm: 1339 233 193 169 0 50 0
[pid=23078] ppid=23077 vsize=868472 CPUtime=99.87
/proc/23078/stat : 23078 (java) S 23077 23053 22987 0 -1 0 29762 0 1 0 9181 806 0 0 18 0 9 0 1978687271 889315328 8966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23078/statm: 217118 8966 2564 9 0 211665 0
[pid=23078/tid=23079] ppid=23077 vsize=868472 CPUtime=93.36
/proc/23078/task/23079/stat : 23079 (java) R 23077 23053 22987 0 -1 64 22707 0 1 0 8640 696 0 0 25 0 9 0 1978687272 889315328 8966 996147200 134512640 134550740 4294955952 18446744073709551615 4126934750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23080] ppid=23077 vsize=868472 CPUtime=6.25
/proc/23078/task/23080/stat : 23080 (java) S 23077 23053 22987 0 -1 64 4886 0 0 0 517 108 0 0 16 0 9 0 1978687274 889315328 8966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23081] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23081/stat : 23081 (java) S 23077 23053 22987 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687274 889315328 8966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23082] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23082/stat : 23082 (java) S 23077 23053 22987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687274 889315328 8966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23083] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23083/stat : 23083 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687276 889315328 8966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23084] ppid=23077 vsize=868472 CPUtime=0.23
/proc/23078/task/23084/stat : 23084 (java) S 23077 23053 22987 0 -1 64 1477 0 0 0 23 0 0 0 16 0 9 0 1978687276 889315328 8966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23085] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23085/stat : 23085 (java) S 23077 23053 22987 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687276 889315328 8966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23078/tid=23086] ppid=23077 vsize=868472 CPUtime=0
/proc/23078/task/23086/stat : 23086 (java) S 23077 23053 22987 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687276 889315328 8966 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.11
Current children cumulated vsize (KiB) 887428



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+146.602 s]
/proc/loadavg: 2.14 0.88 0.32 4/76 23088
/proc/meminfo: memFree=15744/2055920 swapFree=4180076/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=132.43
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 1032 41316 0 2 3 1 12152 1087 16 0 1 0 1978687245 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23053/statm: 3400 798 370 3 0 500 0
[pid=23087] ppid=23053 vsize=5356 CPUtime=0
/proc/23087/stat : 23087 (sh) S 23053 23053 22987 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978700790 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23087/statm: 1339 232 193 169 0 50 0
[pid=23088] ppid=23087 vsize=906396 CPUtime=10.58
/proc/23088/stat : 23088 (minisat) R 23087 23053 22987 0 -1 4194304 222340 0 0 0 914 144 0 0 25 0 1 0 1978700791 928149504 222326 996147200 134512640 135127466 4294956272 18446744073709551615 134514059 0 0 4096 3 0 0 0 17 1 0 0
/proc/23088/statm: 226599 222326 62 150 0 226446 0
Current children cumulated CPU time (s) 143.01
Current children cumulated vsize (KiB) 925352

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

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

[startup+146.721 s]
/proc/loadavg: 2.14 0.88 0.32 4/76 23088
/proc/meminfo: memFree=15744/2055920 swapFree=4180076/4192956
[pid=23053] ppid=23051 vsize=13600 CPUtime=132.43
/proc/23053/stat : 23053 (sugar) S 23051 23053 22987 0 -1 4194304 1043 41316 0 2 3 1 12152 1087 16 0 1 0 1978687245 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/23053/statm: 3400 798 370 3 0 500 0
[pid=23087] ppid=23053 vsize=0 CPUtime=0
/proc/23087/stat : 23087 (sh) Z 23053 23053 22987 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1978700790 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/23087/statm: 0 0 0 0 0 0 0
[pid=23088] ppid=1 vsize=0 CPUtime=10.69
/proc/23088/stat : 23088 (minisat) R 1 23053 22987 0 -1 4195332 222340 0 0 0 914 155 0 0 25 0 1 0 1978700791 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/23088/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 143.12
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23053 and gives
#  childrusage.ru_utime.tv_sec=121
#  childrusage.ru_utime.tv_usec=556520
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=892344
# CPU time returned by wait4() is 132.449
# while last known CPU time is 143.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 146.758
CPU time (s): 143.12
CPU user time (s): 130.69
CPU system time (s): 12.43
CPU usage (%): 97.5212
Max. virtual memory (cumulated for all children) (KiB): 925352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.557
system time used= 10.8923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42692
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= 192318
involuntary context switches= 193387

runsolver used 0.181972 second user time and 0.514921 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-02 13:12:12
IDJOB=1039830
IDBENCH=53645
IDSOLVER=346
FILE ID=node31/1039830-1214997132
PBS_JOBID= 7870860
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-12_glb.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039830-1214997132/watcher-1039830-1214997132 -o /tmp/evaluation-result-1039830-1214997132/solver-1039830-1214997132 -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/minisat" -tmp="HOME/temp" HOME/instance-1039830-1214997132.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cd5b883393acd0fa1b14ec778755c15e
RANDOM SEED=1493275388

node31.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.232
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.232
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:       1831024 kB
Buffers:         35400 kB
Cached:         113964 kB
SwapCached:       6356 kB
Active:          91948 kB
Inactive:        67272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1831024 kB
SwapTotal:     4192956 kB
SwapFree:      4179660 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:          15112 kB
Slab:            51072 kB
Committed_AS:  2875812 kB
PageTables:       1792 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= 66548 MiB
End job on node31 at 2008-07-02 13:14:41