Trace number 2060082

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (MO) 107.58 114.025

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-12_glb.xml
MD5SUMcd5b883393acd0fa1b14ec778755c15e
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.97755
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

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sat Jul 11 17:16:21 2009
0.01/0.07	c 0	PID 12621
0.01/0.07	c 0	HOST node88.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2060082-1247325381.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060082-1247325381.xml' 'HOME/temp.csp'
0.06/0.29	c 1	1 domains, 144 variables, 0 predicates, 0 relations, 27 constraints
0.06/0.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/0.41	c 1	Parsing HOME/temp.csp
0.26/0.44	c 1	parsed 172 expressions
0.26/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.47	c 1	Converting to clausal form CSP
0.26/0.49	c 1	converted 18 (10%) expressions
0.26/0.49	c 1	converted 35 (20%) expressions
0.26/0.49	c 1	converted 52 (30%) expressions
0.26/0.49	c 1	converted 69 (40%) expressions
0.26/0.49	c 1	converted 86 (50%) expressions
0.26/0.49	c 1	converted 104 (60%) expressions
0.26/0.49	c 1	converted 121 (70%) expressions
0.26/0.49	c 1	converted 138 (80%) expressions
0.26/0.66	c 1	converted 155 (90%) expressions
1.09/1.22	c 2	converted 172 (100%) expressions
1.09/1.22	c 2	CSP : 612 integers, 0 booleans, 11286 clauses, largest domain size 573
1.09/1.22	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.22	c 2	Propagation in CSP
1.09/1.28	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.09/1.28	c 2	CSP : 612 integers, 0 booleans, 11286 clauses, largest domain size 573
1.09/1.28	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.28	c 2	Simplifing CSP by introducing new Boolean variables
1.29/1.46	c 2	CSP : 612 integers, 20592 booleans, 31878 clauses, largest domain size 573
1.29/1.46	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.56	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.49/1.61	c 2	62 (10%) CSP integer variables are encoded (8804 clauses, 112317 bytes)
1.49/1.62	c 2	123 (20%) CSP integer variables are encoded (17466 clauses, 239996 bytes)
1.49/1.64	c 2	184 (30%) CSP integer variables are encoded (35566 clauses, 511496 bytes)
1.49/1.67	c 2	245 (40%) CSP integer variables are encoded (58671 clauses, 858071 bytes)
1.49/1.70	c 2	306 (50%) CSP integer variables are encoded (82062 clauses, 1208936 bytes)
1.58/1.72	c 2	368 (60%) CSP integer variables are encoded (105452 clauses, 1571397 bytes)
1.58/1.76	c 2	429 (70%) CSP integer variables are encoded (128843 clauses, 1969044 bytes)
1.58/1.79	c 2	490 (80%) CSP integer variables are encoded (151948 clauses, 2361829 bytes)
1.69/1.82	c 2	551 (90%) CSP integer variables are encoded (175053 clauses, 2754614 bytes)
1.69/1.85	c 2	612 (100%) CSP integer variables are encoded (198444 clauses, 3152261 bytes)
91.86/97.24	c 98	3188 (10%) CSP clauses are encoded (51852673 clauses, 1148897628 bytes)
92.45/97.83	c 98	6376 (20%) CSP clauses are encoded (52159736 clauses, 1155416798 bytes)
93.04/98.40	c 99	9564 (30%) CSP clauses are encoded (52466942 clauses, 1162014086 bytes)
93.54/98.98	c 99	12752 (40%) CSP clauses are encoded (52774005 clauses, 1168627110 bytes)
94.13/99.56	c 100	15939 (50%) CSP clauses are encoded (53081067 clauses, 1175255012 bytes)
94.73/100.14	c 100	19127 (60%) CSP clauses are encoded (53388130 clauses, 1181906404 bytes)
95.30/100.73	c 101	22315 (70%) CSP clauses are encoded (53695193 clauses, 1188590708 bytes)
95.89/101.33	c 102	25503 (80%) CSP clauses are encoded (54002399 clauses, 1195479826 bytes)
96.49/101.93	c 102	28691 (90%) CSP clauses are encoded (54309462 clauses, 1202507209 bytes)
97.07/102.53	c 103	31878 (100%) CSP clauses are encoded (54616238 clauses, 1209529700 bytes)
97.07/102.53	c 103	31878 CSP clauses encoded
97.07/102.53	c 103	Writing map file : HOME/temp.map
97.07/102.54	c 103	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
97.07/102.54	c 103	SAT : 219648 SAT variables, 54616238 SAT clauses, 1209529700 bytes
97.07/102.54	c 103	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
97.07/102.56	c 103	SOLVING HOME/temp.cnf
97.07/102.56	c 103	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
97.07/102.56	c 103	This is MiniSat 2.0 beta
97.07/102.56	c 103	WARNING: for repeatability, setting FPU to use double precision
97.07/102.56	c 103	============================[ Problem Statistics ]=============================
97.07/102.56	c 103	|                                                                             |
97.07/102.57	c 103	|  Number of variables:  219648                                               |
97.07/102.57	c 103	|  Number of clauses:    54616238                                             |
107.45/113.81	c ERROR INTERRUPTED
107.58/114.02	s UNKNOWN
107.58/114.02	c 114	CPU 97.13 (0.06 0.01 88.45 8.61)
107.58/114.02	c 114	END Sat Jul 11 17:18:15 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060082-1247325381/watcher-2060082-1247325381 -o /tmp/evaluation-result-2060082-1247325381/solver-2060082-1247325381 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2060082-1247325381.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.91 4/85 12621
/proc/meminfo: memFree=1242536/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=12272 CPUtime=0
/proc/12621/stat : 12621 (sugar) R 12619 12621 11559 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19603321 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 1 0 0
/proc/12621/statm: 3068 327 246 3 0 168 0

[startup+0.0217281 s]
/proc/loadavg: 2.00 1.99 1.91 4/85 12621
/proc/meminfo: memFree=1242536/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=12808 CPUtime=0.01
/proc/12621/stat : 12621 (sugar) R 12619 12621 11559 0 -1 4194304 563 0 0 0 1 0 0 0 18 0 1 0 19603321 13115392 531 996147200 4194304 4206940 548682068608 18446744073709551615 270187008737 0 0 4224 0 0 0 0 17 1 0 0
/proc/12621/statm: 3202 532 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.101732 s]
/proc/loadavg: 2.00 1.99 1.91 4/85 12621
/proc/meminfo: memFree=1242536/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.06
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301753 s]
/proc/loadavg: 2.00 1.99 1.91 4/85 12621
/proc/meminfo: memFree=1242536/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.06
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701805 s]
/proc/loadavg: 2.00 1.99 1.91 4/85 12621
/proc/meminfo: memFree=1242536/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.26
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1309 4339 0 1 5 1 17 3 16 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16868

[startup+1.5029 s]
/proc/loadavg: 2.00 1.99 1.91 4/96 12643
/proc/meminfo: memFree=1223744/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.26
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1310 4339 0 1 5 1 17 3 16 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
[pid=12634] ppid=12621 vsize=5356 CPUtime=0
/proc/12634/stat : 12634 (sh) S 12621 12621 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19603355 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12634/statm: 1339 233 193 169 0 50 0
[pid=12635] ppid=12634 vsize=868820 CPUtime=1.14
/proc/12635/stat : 12635 (java) S 12634 12621 11559 0 -1 0 9799 0 1 0 109 5 0 0 20 0 9 0 19603356 889671680 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 217205 8936 2566 9 0 211710 0
[pid=12635/tid=12636] ppid=12634 vsize=868820 CPUtime=0.61
/proc/12635/task/12636/stat : 12636 (java) R 12634 12621 11559 0 -1 64 2789 0 1 0 60 1 0 0 25 0 9 0 19603356 889671680 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12637] ppid=12634 vsize=868820 CPUtime=0.35
/proc/12635/task/12637/stat : 12637 (java) R 12634 12621 11559 0 -1 64 4828 0 0 0 33 2 0 0 17 0 9 0 19603358 889671680 8936 996147200 134512640 134550932 4294955936 18446744073709551615 104188755 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12634 vsize=868820 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12634 12621 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19603358 889671680 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12634 vsize=868820 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12634 12621 11559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19603358 889671680 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12634 vsize=868820 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12634 12621 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19603360 889671680 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12634 vsize=868820 CPUtime=0.15
/proc/12635/task/12641/stat : 12641 (java) S 12634 12621 11559 0 -1 64 1483 0 0 0 15 0 0 0 16 0 9 0 19603360 889671680 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12634 vsize=868820 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19603360 889671680 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12634 vsize=868820 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19603360 889671680 8936 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 891044

[startup+3.10207 s]
/proc/loadavg: 2.00 1.99 1.91 3/96 12643
/proc/meminfo: memFree=1207488/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.26
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1310 4339 0 1 5 1 17 3 15 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
[pid=12634] ppid=12621 vsize=5356 CPUtime=0
/proc/12634/stat : 12634 (sh) S 12621 12621 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19603355 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12634/statm: 1339 233 193 169 0 50 0
[pid=12635] ppid=12634 vsize=868680 CPUtime=2.71
/proc/12635/stat : 12635 (java) S 12634 12621 11559 0 -1 0 10223 0 1 0 254 17 0 0 20 0 9 0 19603356 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 217170 8942 2590 9 0 211647 0
[pid=12635/tid=12636] ppid=12634 vsize=868680 CPUtime=1.99
/proc/12635/task/12636/stat : 12636 (java) R 12634 12621 11559 0 -1 64 3181 0 1 0 188 11 0 0 25 0 9 0 19603356 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4126936382 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12637] ppid=12634 vsize=868680 CPUtime=0.5
/proc/12635/task/12637/stat : 12637 (java) S 12634 12621 11559 0 -1 64 4828 0 0 0 46 4 0 0 16 0 9 0 19603358 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12634 12621 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19603358 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12634 12621 11559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19603358 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12634 12621 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12634 vsize=868680 CPUtime=0.19
/proc/12635/task/12641/stat : 12641 (java) S 12634 12621 11559 0 -1 64 1515 0 0 0 19 0 0 0 16 0 9 0 19603360 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19603360 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890904

[startup+6.30244 s]
/proc/loadavg: 2.00 1.99 1.91 3/96 12643
/proc/meminfo: memFree=1167680/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.26
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1310 4339 0 1 5 1 17 3 15 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
[pid=12634] ppid=12621 vsize=5356 CPUtime=0
/proc/12634/stat : 12634 (sh) S 12621 12621 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19603355 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12634/statm: 1339 233 193 169 0 50 0
[pid=12635] ppid=12634 vsize=868680 CPUtime=5.88
/proc/12635/stat : 12635 (java) S 12634 12621 11559 0 -1 0 10973 0 1 0 544 44 0 0 20 0 9 0 19603356 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 217170 8942 2590 9 0 211647 0
[pid=12635/tid=12636] ppid=12634 vsize=868680 CPUtime=4.93
/proc/12635/task/12636/stat : 12636 (java) R 12634 12621 11559 0 -1 64 3931 0 1 0 459 34 0 0 25 0 9 0 19603356 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4126931709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12637] ppid=12634 vsize=868680 CPUtime=0.74
/proc/12635/task/12637/stat : 12637 (java) S 12634 12621 11559 0 -1 64 4828 0 0 0 66 8 0 0 16 0 9 0 19603358 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12634 12621 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19603358 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12634 12621 11559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19603358 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12634 12621 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12634 vsize=868680 CPUtime=0.19
/proc/12635/task/12641/stat : 12641 (java) S 12634 12621 11559 0 -1 64 1515 0 0 0 19 0 0 0 16 0 9 0 19603360 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19603360 889528320 8942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890904

[startup+12.7012 s]
/proc/loadavg: 2.08 2.00 1.92 3/96 12643
/proc/meminfo: memFree=1085512/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.26
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1310 4339 0 1 5 1 17 3 15 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
[pid=12634] ppid=12621 vsize=5356 CPUtime=0
/proc/12634/stat : 12634 (sh) S 12621 12621 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19603355 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12634/statm: 1339 233 193 169 0 50 0
[pid=12635] ppid=12634 vsize=868680 CPUtime=12.19
/proc/12635/stat : 12635 (java) S 12634 12621 11559 0 -1 0 12454 0 1 0 1122 97 0 0 20 0 9 0 19603356 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 217170 8943 2590 9 0 211647 0
[pid=12635/tid=12636] ppid=12634 vsize=868680 CPUtime=10.81
/proc/12635/task/12636/stat : 12636 (java) R 12634 12621 11559 0 -1 64 5411 0 1 0 1002 79 0 0 25 0 9 0 19603356 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4126936200 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12637] ppid=12634 vsize=868680 CPUtime=1.16
/proc/12635/task/12637/stat : 12637 (java) S 12634 12621 11559 0 -1 64 4828 0 0 0 99 17 0 0 16 0 9 0 19603358 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12634 12621 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19603358 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12634 12621 11559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19603358 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12634 12621 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12634 vsize=868680 CPUtime=0.19
/proc/12635/task/12641/stat : 12641 (java) S 12634 12621 11559 0 -1 64 1516 0 0 0 19 0 0 0 16 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890904

[startup+25.5026 s]
/proc/loadavg: 2.38 2.07 1.94 3/96 12643
/proc/meminfo: memFree=919496/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.26
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1310 4339 0 1 5 1 17 3 15 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
[pid=12634] ppid=12621 vsize=5356 CPUtime=0
/proc/12634/stat : 12634 (sh) S 12621 12621 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19603355 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12634/statm: 1339 233 193 169 0 50 0
[pid=12635] ppid=12634 vsize=868680 CPUtime=24.79
/proc/12635/stat : 12635 (java) S 12634 12621 11559 0 -1 0 15405 0 1 0 2274 205 0 0 20 0 9 0 19603356 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 217170 8943 2590 9 0 211647 0
[pid=12635/tid=12636] ppid=12634 vsize=868680 CPUtime=22.51
/proc/12635/task/12636/stat : 12636 (java) R 12634 12621 11559 0 -1 64 8362 0 1 0 2081 170 0 0 25 0 9 0 19603356 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 102094027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12637] ppid=12634 vsize=868680 CPUtime=2.06
/proc/12635/task/12637/stat : 12637 (java) S 12634 12621 11559 0 -1 64 4828 0 0 0 173 33 0 0 16 0 9 0 19603358 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12634 12621 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19603358 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12634 12621 11559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19603358 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12634 12621 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12634 vsize=868680 CPUtime=0.19
/proc/12635/task/12641/stat : 12641 (java) S 12634 12621 11559 0 -1 64 1516 0 0 0 19 0 0 0 16 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 890904

[startup+51.1026 s]
/proc/loadavg: 3.19 2.29 2.02 3/96 12645
/proc/meminfo: memFree=622792/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.26
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1310 4339 0 1 5 1 17 3 15 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
[pid=12634] ppid=12621 vsize=5356 CPUtime=0
/proc/12634/stat : 12634 (sh) S 12621 12621 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19603355 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12634/statm: 1339 233 193 169 0 50 0
[pid=12635] ppid=12634 vsize=868680 CPUtime=48.79
/proc/12635/stat : 12635 (java) S 12634 12621 11559 0 -1 0 20969 0 1 0 4463 416 0 0 20 0 9 0 19603356 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 217170 8943 2590 9 0 211647 0
[pid=12635/tid=12636] ppid=12634 vsize=868680 CPUtime=44.78
/proc/12635/task/12636/stat : 12636 (java) R 12634 12621 11559 0 -1 64 13926 0 1 0 4128 350 0 0 25 0 9 0 19603356 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4126931553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12637] ppid=12634 vsize=868680 CPUtime=3.78
/proc/12635/task/12637/stat : 12637 (java) S 12634 12621 11559 0 -1 64 4828 0 0 0 314 64 0 0 16 0 9 0 19603358 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12634 12621 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19603358 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12634 12621 11559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19603358 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12634 12621 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12634 vsize=868680 CPUtime=0.19
/proc/12635/task/12641/stat : 12641 (java) S 12634 12621 11559 0 -1 64 1516 0 0 0 19 0 0 0 16 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19603360 889528320 8943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.05
Current children cumulated vsize (KiB) 890904

[startup+102.308 s]
/proc/loadavg: 7.27 3.50 2.44 3/104 12656
/proc/meminfo: memFree=15880/2055920 swapFree=4192948/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=0.27
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1310 4339 0 1 6 1 17 3 15 0 1 0 19603321 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1111 409 3 0 796 0
[pid=12634] ppid=12621 vsize=5356 CPUtime=0
/proc/12634/stat : 12634 (sh) S 12621 12621 11559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19603355 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12634/statm: 1339 233 193 169 0 50 0
[pid=12635] ppid=12634 vsize=868680 CPUtime=96.61
/proc/12635/stat : 12635 (java) S 12634 12621 11559 0 -1 0 32116 0 1 0 8805 856 0 0 20 0 9 0 19603356 889528320 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12635/statm: 217170 8947 2590 9 0 211647 0
[pid=12635/tid=12636] ppid=12634 vsize=868680 CPUtime=89.22
/proc/12635/task/12636/stat : 12636 (java) R 12634 12621 11559 0 -1 64 25069 0 1 0 8197 725 0 0 25 0 9 0 19603356 889528320 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4126772113 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12637] ppid=12634 vsize=868680 CPUtime=7.16
/proc/12635/task/12637/stat : 12637 (java) S 12634 12621 11559 0 -1 64 4828 0 0 0 587 129 0 0 16 0 9 0 19603358 889528320 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12638] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12638/stat : 12638 (java) S 12634 12621 11559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19603358 889528320 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12639] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12639/stat : 12639 (java) S 12634 12621 11559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19603358 889528320 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12640] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12640/stat : 12640 (java) S 12634 12621 11559 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12641] ppid=12634 vsize=868680 CPUtime=0.19
/proc/12635/task/12641/stat : 12641 (java) S 12634 12621 11559 0 -1 64 1520 0 0 0 19 0 0 0 16 0 9 0 19603360 889528320 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12642] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12642/stat : 12642 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19603360 889528320 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12635/tid=12643] ppid=12634 vsize=868680 CPUtime=0
/proc/12635/task/12643/stat : 12643 (java) S 12634 12621 11559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19603360 889528320 8947 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.88
Current children cumulated vsize (KiB) 890904



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+113.801 s]
/proc/loadavg: 7.59 3.69 2.51 2/95 12658
/proc/meminfo: memFree=13584/2055920 swapFree=4192812/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=97.13
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1376 36813 0 2 6 1 8845 861 16 0 1 0 19603321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12621/statm: 4217 1113 409 3 0 796 0
[pid=12657] ppid=12621 vsize=5356 CPUtime=0
/proc/12657/stat : 12657 (sh) S 12621 12621 11559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19613577 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12657/statm: 1339 232 193 169 0 50 0
[pid=12658] ppid=12657 vsize=901300 CPUtime=10.32
/proc/12658/stat : 12658 (minisat) D 12657 12621 11559 0 -1 4196352 221924 0 0 0 865 167 0 0 25 0 1 0 19613578 922931200 221910 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 18446744071564464661 0 0 17 1 0 0
/proc/12658/statm: 225325 221910 62 150 0 225172 0
Current children cumulated CPU time (s) 107.45
Current children cumulated vsize (KiB) 923524

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

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

[startup+114.002 s]
/proc/loadavg: 7.59 3.69 2.51 2/95 12658
/proc/meminfo: memFree=13584/2055920 swapFree=4192812/4192956
[pid=12621] ppid=12619 vsize=16868 CPUtime=97.13
/proc/12621/stat : 12621 (sugar) S 12619 12621 11559 0 -1 4194304 1398 36813 0 2 6 1 8845 861 16 0 1 0 19603321 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/12621/statm: 4217 1113 409 3 0 796 0
[pid=12657] ppid=12621 vsize=0 CPUtime=0
/proc/12657/stat : 12657 (sh) Z 12621 12621 11559 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 19613577 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/12657/statm: 0 0 0 0 0 0 0
[pid=12658] ppid=1 vsize=0 CPUtime=10.45
/proc/12658/stat : 12658 (minisat) R 1 12621 11559 0 -1 4195332 221925 0 0 0 865 180 0 0 25 0 1 0 19613578 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/12658/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 107.58
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12621 and gives
#  childrusage.ru_utime.tv_sec=88
#  childrusage.ru_utime.tv_usec=521542
#  childrusage.ru_stime.tv_sec=8
#  childrusage.ru_stime.tv_usec=638686
# CPU time returned by wait4() is 97.1602
# while last known CPU time is 107.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 114.025
CPU time (s): 107.58
CPU user time (s): 97.16
CPU system time (s): 10.42
CPU usage (%): 94.3477
Max. virtual memory (cumulated for all children) (KiB): 923524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.5215
system time used= 8.63869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38572
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= 203968
involuntary context switches= 207476

runsolver used 0.149977 second user time and 0.425935 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-11 17:16:21
IDJOB=2060082
IDBENCH=53645
IDSOLVER=739
FILE ID=node88/2060082-1247325381
PBS_JOBID= 9506459
Free space on /tmp= 66084 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-12_glb.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060082-1247325381/watcher-2060082-1247325381 -o /tmp/evaluation-result-2060082-1247325381/solver-2060082-1247325381 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2060082-1247325381.xml

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

MD5SUM BENCH= cd5b883393acd0fa1b14ec778755c15e
RANDOM SEED=287986748

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1243016 kB
Buffers:         38168 kB
Cached:         536628 kB
SwapCached:          8 kB
Active:         217408 kB
Inactive:       523540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1243016 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:         181820 kB
Slab:            56876 kB
Committed_AS:   853500 kB
PageTables:       2140 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= 64928 MiB
End job on node88 at 2009-07-11 17:18:17