Trace number 2060180

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (MO) 265.93 267.352

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-11_glb.xml
MD5SUMc0c13fb85226e4e49c1e2f15160794cf
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.93994
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints25
Maximum constraint arity121
Maximum domain size121
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(24)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.07	c 0	BEGIN Sat Jul 11 17:22:55 2009
0.01/0.07	c 0	PID 12924
0.01/0.07	c 0	HOST node24.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2060180-1247325775.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-2060180-1247325775.xml' 'HOME/temp.csp'
0.05/0.24	c 0	1 domains, 121 variables, 0 predicates, 0 relations, 25 constraints
0.05/0.28	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.05/0.28	c 0	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.25/0.35	c 0	Parsing HOME/temp.csp
0.25/0.37	c 0	parsed 147 expressions
0.25/0.38	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.38	c 0	Converting to clausal form CSP
0.25/0.40	c 0	converted 15 (10%) expressions
0.25/0.40	c 0	converted 30 (20%) expressions
0.25/0.40	c 0	converted 45 (30%) expressions
0.25/0.40	c 0	converted 59 (40%) expressions
0.25/0.40	c 0	converted 74 (50%) expressions
0.25/0.40	c 0	converted 89 (60%) expressions
0.25/0.40	c 0	converted 103 (70%) expressions
0.25/0.40	c 0	converted 118 (80%) expressions
0.25/0.48	c 0	converted 133 (90%) expressions
0.25/0.80	c 1	converted 147 (100%) expressions
0.25/0.80	c 1	CSP : 505 integers, 0 booleans, 8078 clauses, largest domain size 481
0.25/0.80	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.80	c 1	Propagation in CSP
0.25/0.84	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.25/0.84	c 1	CSP : 505 integers, 0 booleans, 8078 clauses, largest domain size 481
0.25/0.84	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.25/0.85	c 1	Simplifing CSP by introducing new Boolean variables
0.25/0.96	c 1	CSP : 505 integers, 14520 booleans, 22598 clauses, largest domain size 481
0.25/0.96	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.06	c 1	51 (10%) CSP integer variables are encoded (6069 clauses, 76766 bytes)
1.11/1.07	c 1	101 (20%) CSP integer variables are encoded (12019 clauses, 158323 bytes)
1.11/1.08	c 1	152 (30%) CSP integer variables are encoded (24088 clauses, 339358 bytes)
1.11/1.10	c 1	202 (40%) CSP integer variables are encoded (39758 clauses, 574408 bytes)
1.24/1.12	c 1	253 (50%) CSP integer variables are encoded (55787 clauses, 814843 bytes)
1.24/1.14	c 1	303 (60%) CSP integer variables are encoded (71577 clauses, 1051693 bytes)
1.24/1.16	c 1	354 (70%) CSP integer variables are encoded (87486 clauses, 1290328 bytes)
1.24/1.18	c 1	404 (80%) CSP integer variables are encoded (103276 clauses, 1534517 bytes)
1.34/1.20	c 1	455 (90%) CSP integer variables are encoded (119305 clauses, 1807010 bytes)
1.34/1.22	c 1	505 (100%) CSP integer variables are encoded (134975 clauses, 2073400 bytes)
48.22/49.14	c 49	2260 (10%) CSP clauses are encoded (28000779 clauses, 595468766 bytes)
48.53/49.49	c 49	4520 (20%) CSP clauses are encoded (28183879 clauses, 599231808 bytes)
48.91/49.85	c 50	6780 (30%) CSP clauses are encoded (28366859 clauses, 603119986 bytes)
49.29/50.22	c 50	9040 (40%) CSP clauses are encoded (28549959 clauses, 607012598 bytes)
49.60/50.57	c 50	11299 (50%) CSP clauses are encoded (28732938 clauses, 610910324 bytes)
49.99/50.94	c 51	13559 (60%) CSP clauses are encoded (28916038 clauses, 614820180 bytes)
50.28/51.29	c 51	15819 (70%) CSP clauses are encoded (29099018 clauses, 618735004 bytes)
50.68/51.65	c 51	18079 (80%) CSP clauses are encoded (29282118 clauses, 622672388 bytes)
51.07/52.00	c 52	20339 (90%) CSP clauses are encoded (29465218 clauses, 626644098 bytes)
51.37/52.37	c 52	22598 (100%) CSP clauses are encoded (29647957 clauses, 630808893 bytes)
51.37/52.37	c 52	22598 CSP clauses encoded
51.37/52.37	c 52	Writing map file : HOME/temp.map
51.37/52.39	c 52	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.37/52.39	c 52	SAT : 150000 SAT variables, 29647957 SAT clauses, 630808893 bytes
51.37/52.39	c 52	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
51.46/52.44	c 52	SOLVING HOME/temp.cnf
51.46/52.44	c 52	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
265.82/267.22	c ERROR INTERRUPTED
265.93/267.35	s UNKNOWN
265.93/267.35	c 267	CPU 51.48 (0.05 0.02 46.82 4.59)
265.93/267.35	c 267	END Sat Jul 11 17:27:22 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-2060180-1247325775/watcher-2060180-1247325775 -o /tmp/evaluation-result-2060180-1247325775/solver-2060180-1247325775 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2060180-1247325775.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: 1.26 1.81 1.86 3/67 12924
/proc/meminfo: memFree=971016/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=12272 CPUtime=0
/proc/12924/stat : 12924 (sugar) R 12922 12924 11625 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19644307 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 237788428901 0 0 4224 0 0 0 0 17 0 0 0
/proc/12924/statm: 3068 327 246 3 0 168 0

[startup+0.029473 s]
/proc/loadavg: 1.26 1.81 1.86 3/67 12924
/proc/meminfo: memFree=971016/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=13204 CPUtime=0.01
/proc/12924/stat : 12924 (sugar) R 12922 12924 11625 0 -1 4194304 660 0 0 0 1 0 0 0 18 0 1 0 19644307 13520896 628 996147200 4194304 4206940 548682068608 18446744073709551615 237788107489 0 0 4224 0 0 0 0 17 0 0 0
/proc/12924/statm: 3301 628 316 3 0 401 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13204

[startup+0.102493 s]
/proc/loadavg: 1.26 1.81 1.86 3/67 12924
/proc/meminfo: memFree=971016/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=0.05
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1227 128 0 0 4 1 0 0 18 0 1 0 19644307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12924/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16868

[startup+0.300529 s]
/proc/loadavg: 1.26 1.81 1.86 3/67 12924
/proc/meminfo: memFree=971016/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=0.25
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1292 4337 0 1 4 1 17 3 17 0 1 0 19644307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12924/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+0.701601 s]
/proc/loadavg: 1.26 1.81 1.86 3/67 12924
/proc/meminfo: memFree=971016/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=0.25
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1309 4337 0 1 4 1 17 3 16 0 1 0 19644307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12924/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 16868

[startup+1.50174 s]
/proc/loadavg: 1.26 1.81 1.86 2/78 12946
/proc/meminfo: memFree=946864/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=0.26
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1310 4337 0 1 5 1 17 3 16 0 1 0 19644307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12924/statm: 4217 1111 409 3 0 796 0
[pid=12937] ppid=12924 vsize=5356 CPUtime=0
/proc/12937/stat : 12937 (sh) S 12924 12924 11625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19644335 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12937/statm: 1339 233 193 169 0 50 0
[pid=12938] ppid=12937 vsize=869176 CPUtime=1.38
/proc/12938/stat : 12938 (java) S 12937 12924 11625 0 -1 0 8766 0 1 0 131 7 0 0 18 0 9 0 19644336 890036224 7798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12938/statm: 217294 7798 2590 9 0 211771 0
[pid=12938/tid=12939] ppid=12937 vsize=869176 CPUtime=0.91
/proc/12938/task/12939/stat : 12939 (java) R 12937 12924 11625 0 -1 64 2870 0 1 0 87 4 0 0 16 0 9 0 19644336 890036224 7798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12940] ppid=12937 vsize=869176 CPUtime=0.28
/proc/12938/task/12940/stat : 12940 (java) S 12937 12924 11625 0 -1 64 3694 0 0 0 26 2 0 0 16 0 9 0 19644338 890036224 7798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12941/stat : 12941 (java) S 12937 12924 11625 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12942/stat : 12942 (java) S 12937 12924 11625 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12943/stat : 12943 (java) S 12937 12924 11625 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19644340 890036224 7798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12937 vsize=869176 CPUtime=0.17
/proc/12938/task/12944/stat : 12944 (java) S 12937 12924 11625 0 -1 64 1503 0 0 0 17 0 0 0 16 0 9 0 19644340 890036224 7798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12945] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19644340 890036224 7798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19644340 890036224 7798 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 891400

[startup+3.10204 s]
/proc/loadavg: 1.26 1.81 1.86 2/78 12946
/proc/meminfo: memFree=933616/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=0.26
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1310 4337 0 1 5 1 17 3 16 0 1 0 19644307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12924/statm: 4217 1111 409 3 0 796 0
[pid=12937] ppid=12924 vsize=5356 CPUtime=0
/proc/12937/stat : 12937 (sh) S 12924 12924 11625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19644335 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12937/statm: 1339 233 193 169 0 50 0
[pid=12938] ppid=12937 vsize=869176 CPUtime=3
/proc/12938/stat : 12938 (java) S 12937 12924 11625 0 -1 0 9269 0 1 0 278 22 0 0 18 0 9 0 19644336 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12938/statm: 217294 7804 2590 9 0 211771 0
[pid=12938/tid=12939] ppid=12937 vsize=869176 CPUtime=2.4
/proc/12938/task/12939/stat : 12939 (java) R 12937 12924 11625 0 -1 64 3365 0 1 0 224 16 0 0 16 0 9 0 19644336 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4126922197 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12940] ppid=12937 vsize=869176 CPUtime=0.39
/proc/12938/task/12940/stat : 12940 (java) S 12937 12924 11625 0 -1 64 3694 0 0 0 35 4 0 0 16 0 9 0 19644338 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12941] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12941/stat : 12941 (java) S 12937 12924 11625 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12942/stat : 12942 (java) S 12937 12924 11625 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12943/stat : 12943 (java) S 12937 12924 11625 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19644340 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12937 vsize=869176 CPUtime=0.18
/proc/12938/task/12944/stat : 12944 (java) S 12937 12924 11625 0 -1 64 1511 0 0 0 18 0 0 0 16 0 9 0 19644340 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12945] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19644340 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19644340 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 891400

[startup+6.30163 s]
/proc/loadavg: 1.24 1.80 1.85 2/78 12946
/proc/meminfo: memFree=890416/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=0.26
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1310 4337 0 1 5 1 17 3 16 0 1 0 19644307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12924/statm: 4217 1111 409 3 0 796 0
[pid=12937] ppid=12924 vsize=5356 CPUtime=0
/proc/12937/stat : 12937 (sh) S 12924 12924 11625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19644335 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12937/statm: 1339 233 193 169 0 50 0
[pid=12938] ppid=12937 vsize=869176 CPUtime=6.18
/proc/12938/stat : 12938 (java) S 12937 12924 11625 0 -1 0 10230 0 1 0 566 52 0 0 18 0 9 0 19644336 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12938/statm: 217294 7804 2590 9 0 211771 0
[pid=12938/tid=12939] ppid=12937 vsize=869176 CPUtime=5.37
/proc/12938/task/12939/stat : 12939 (java) R 12937 12924 11625 0 -1 64 4326 0 1 0 495 42 0 0 16 0 9 0 19644336 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4126948495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12940] ppid=12937 vsize=869176 CPUtime=0.62
/proc/12938/task/12940/stat : 12940 (java) S 12937 12924 11625 0 -1 64 3694 0 0 0 53 9 0 0 16 0 9 0 19644338 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12941] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12941/stat : 12941 (java) S 12937 12924 11625 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12942/stat : 12942 (java) S 12937 12924 11625 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12943/stat : 12943 (java) S 12937 12924 11625 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19644340 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12937 vsize=869176 CPUtime=0.18
/proc/12938/task/12944/stat : 12944 (java) S 12937 12924 11625 0 -1 64 1511 0 0 0 18 0 0 0 16 0 9 0 19644340 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12945] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19644340 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19644340 890036224 7804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 891400

[startup+12.7028 s]
/proc/loadavg: 1.22 1.78 1.85 2/78 12986
/proc/meminfo: memFree=805984/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=0.26
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1310 4337 0 1 5 1 17 3 16 0 1 0 19644307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12924/statm: 4217 1111 409 3 0 796 0
[pid=12937] ppid=12924 vsize=5356 CPUtime=0
/proc/12937/stat : 12937 (sh) S 12924 12924 11625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19644335 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12937/statm: 1339 233 193 169 0 50 0
[pid=12938] ppid=12937 vsize=869176 CPUtime=12.53
/proc/12938/stat : 12938 (java) S 12937 12924 11625 0 -1 0 12188 0 1 0 1142 111 0 0 18 0 9 0 19644336 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12938/statm: 217294 7805 2590 9 0 211771 0
[pid=12938/tid=12939] ppid=12937 vsize=869176 CPUtime=11.27
/proc/12938/task/12939/stat : 12939 (java) R 12937 12924 11625 0 -1 64 6283 0 1 0 1036 91 0 0 16 0 9 0 19644336 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4126923636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12940] ppid=12937 vsize=869176 CPUtime=1.06
/proc/12938/task/12940/stat : 12940 (java) S 12937 12924 11625 0 -1 64 3694 0 0 0 88 18 0 0 16 0 9 0 19644338 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12941] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12941/stat : 12941 (java) S 12937 12924 11625 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12942/stat : 12942 (java) S 12937 12924 11625 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12943/stat : 12943 (java) S 12937 12924 11625 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19644340 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12937 vsize=869176 CPUtime=0.18
/proc/12938/task/12944/stat : 12944 (java) S 12937 12924 11625 0 -1 64 1512 0 0 0 18 0 0 0 15 0 9 0 19644340 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19644340 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19644340 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 891400

[startup+25.503 s]
/proc/loadavg: 1.17 1.75 1.83 3/78 12986
/proc/meminfo: memFree=641008/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=0.26
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1310 4337 0 1 5 1 17 3 16 0 1 0 19644307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12924/statm: 4217 1111 409 3 0 796 0
[pid=12937] ppid=12924 vsize=5356 CPUtime=0
/proc/12937/stat : 12937 (sh) S 12924 12924 11625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19644335 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12937/statm: 1339 233 193 169 0 50 0
[pid=12938] ppid=12937 vsize=869176 CPUtime=25.14
/proc/12938/stat : 12938 (java) S 12937 12924 11625 0 -1 0 15989 0 1 0 2291 223 0 0 18 0 9 0 19644336 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12938/statm: 217294 7805 2590 9 0 211771 0
[pid=12938/tid=12939] ppid=12937 vsize=869176 CPUtime=23.01
/proc/12938/task/12939/stat : 12939 (java) D 12937 12924 11625 0 -1 64 10084 0 1 0 2114 187 0 0 17 0 9 0 19644336 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=12938/tid=12940] ppid=12937 vsize=869176 CPUtime=1.91
/proc/12938/task/12940/stat : 12940 (java) S 12937 12924 11625 0 -1 64 3694 0 0 0 157 34 0 0 16 0 9 0 19644338 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12941/stat : 12941 (java) S 12937 12924 11625 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12942/stat : 12942 (java) S 12937 12924 11625 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12943/stat : 12943 (java) S 12937 12924 11625 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19644340 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12937 vsize=869176 CPUtime=0.18
/proc/12938/task/12944/stat : 12944 (java) S 12937 12924 11625 0 -1 64 1512 0 0 0 18 0 0 0 16 0 9 0 19644340 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19644340 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19644340 890036224 7805 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 891400

[startup+51.1026 s]
/proc/loadavg: 1.54 1.78 1.84 3/84 12997
/proc/meminfo: memFree=325184/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=0.26
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1310 4337 0 1 5 1 17 3 15 0 1 0 19644307 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12924/statm: 4217 1111 409 3 0 796 0
[pid=12937] ppid=12924 vsize=5356 CPUtime=0
/proc/12937/stat : 12937 (sh) S 12924 12924 11625 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19644335 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12937/statm: 1339 233 193 169 0 50 0
[pid=12938] ppid=12937 vsize=869176 CPUtime=49.92
/proc/12938/stat : 12938 (java) S 12937 12924 11625 0 -1 0 23174 0 1 0 4548 444 0 0 18 0 9 0 19644336 890036224 7817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12938/statm: 217294 7817 2590 9 0 211771 0
[pid=12938/tid=12939] ppid=12937 vsize=869176 CPUtime=45.89
/proc/12938/task/12939/stat : 12939 (java) R 12937 12924 11625 0 -1 64 17258 0 1 0 4220 369 0 0 25 0 9 0 19644336 890036224 7817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12940] ppid=12937 vsize=869176 CPUtime=3.81
/proc/12938/task/12940/stat : 12940 (java) R 12937 12924 11625 0 -1 64 3694 0 0 0 307 74 0 0 15 0 9 0 19644338 890036224 7817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12941/stat : 12941 (java) S 12937 12924 11625 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12942/stat : 12942 (java) S 12937 12924 11625 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19644338 890036224 7817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12943/stat : 12943 (java) S 12937 12924 11625 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 19644340 890036224 7817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12937 vsize=869176 CPUtime=0.2
/proc/12938/task/12944/stat : 12944 (java) S 12937 12924 11625 0 -1 64 1524 0 0 0 20 0 0 0 16 0 9 0 19644340 890036224 7817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12938/tid=12945] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19644340 890036224 7817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12937 vsize=869176 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12937 12924 11625 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19644340 890036224 7817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 891400

[startup+102.307 s]
/proc/loadavg: 1.80 1.81 1.84 3/76 12999
/proc/meminfo: memFree=124352/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=51.48
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1365 28156 0 2 5 2 4682 459 16 0 1 0 19644307 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12924/statm: 4217 1113 409 3 0 796 0
[pid=12998] ppid=12924 vsize=5356 CPUtime=0
/proc/12998/stat : 12998 (sh) S 12924 12924 11625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12998/statm: 1339 232 193 169 0 50 0
[pid=12999] ppid=12998 vsize=224276 CPUtime=49.66
/proc/12999/stat : 12999 (picosat) R 12998 12924 11625 0 -1 4194304 51221 0 0 0 2244 2722 0 0 25 0 1 0 19649552 229658624 51207 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12999/statm: 56069 51207 40 102 0 55964 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 246500

[startup+162.302 s]
/proc/loadavg: 1.92 1.84 1.85 3/76 12999
/proc/meminfo: memFree=15360/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=51.48
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1365 28156 0 2 5 2 4682 459 16 0 1 0 19644307 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12924/statm: 4217 1113 409 3 0 796 0
[pid=12998] ppid=12924 vsize=5356 CPUtime=0
/proc/12998/stat : 12998 (sh) S 12924 12924 11625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12998/statm: 1339 232 193 169 0 50 0
[pid=12999] ppid=12998 vsize=467452 CPUtime=109.6
/proc/12999/stat : 12999 (picosat) R 12998 12924 11625 0 -1 4194304 110360 0 0 0 4958 6002 0 0 25 0 1 0 19649552 478670848 110346 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12999/statm: 116863 110346 40 102 0 116758 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 489676

[startup+222.302 s]
/proc/loadavg: 1.97 1.87 1.86 3/76 12999
/proc/meminfo: memFree=15168/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=51.48
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1365 28156 0 2 5 2 4682 459 16 0 1 0 19644307 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12924/statm: 4217 1113 409 3 0 796 0
[pid=12998] ppid=12924 vsize=5356 CPUtime=0
/proc/12998/stat : 12998 (sh) S 12924 12924 11625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12998/statm: 1339 232 193 169 0 50 0
[pid=12999] ppid=12998 vsize=743132 CPUtime=169.5
/proc/12999/stat : 12999 (picosat) R 12998 12924 11625 0 -1 4194304 169424 0 0 0 7660 9290 0 0 25 0 1 0 19649552 760967168 169410 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12999/statm: 185783 169410 40 102 0 185678 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 765356



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+267.201 s]
/proc/loadavg: 1.98 1.89 1.86 3/76 12999
/proc/meminfo: memFree=14976/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=51.48
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1365 28156 0 2 5 2 4682 459 16 0 1 0 19644307 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12924/statm: 4217 1113 409 3 0 796 0
[pid=12998] ppid=12924 vsize=5356 CPUtime=0
/proc/12998/stat : 12998 (sh) S 12924 12924 11625 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649551 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12998/statm: 1339 232 193 169 0 50 0
[pid=12999] ppid=12998 vsize=899552 CPUtime=214.34
/proc/12999/stat : 12999 (picosat) R 12998 12924 11625 0 -1 4194304 213408 0 0 0 9711 11723 0 0 25 0 1 0 19649552 921141248 213394 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/12999/statm: 224888 213394 40 102 0 224783 0
Current children cumulated CPU time (s) 265.82
Current children cumulated vsize (KiB) 921776

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

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

[startup+267.322 s]
/proc/loadavg: 1.98 1.89 1.86 3/76 12999
/proc/meminfo: memFree=14976/2055920 swapFree=4192956/4192956
[pid=12924] ppid=12922 vsize=16868 CPUtime=51.48
/proc/12924/stat : 12924 (sugar) S 12922 12924 11625 0 -1 4194304 1394 28156 0 2 5 2 4682 459 16 0 1 0 19644307 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/12924/statm: 4217 1113 409 3 0 796 0
[pid=12998] ppid=12924 vsize=0 CPUtime=0
/proc/12998/stat : 12998 (sh) Z 12924 12924 11625 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 19649551 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/12998/statm: 0 0 0 0 0 0 0
[pid=12999] ppid=1 vsize=0 CPUtime=214.45
/proc/12999/stat : 12999 (picosat) R 1 12924 11625 0 -1 4195332 213409 0 0 0 9711 11734 0 0 25 0 1 0 19649552 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/12999/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 265.93
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12924 and gives
#  childrusage.ru_utime.tv_sec=46
#  childrusage.ru_utime.tv_usec=881872
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=622297
# CPU time returned by wait4() is 51.5042
# while last known CPU time is 265.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 267.352
CPU time (s): 265.93
CPU user time (s): 143.98
CPU system time (s): 121.95
CPU usage (%): 99.4681
Max. virtual memory (cumulated for all children) (KiB): 921776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.8819
system time used= 4.6223
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29915
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= 85476
involuntary context switches= 70029

runsolver used 0.270958 second user time and 0.765883 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-11 17:22:55
IDJOB=2060180
IDBENCH=53654
IDSOLVER=738
FILE ID=node24/2060180-1247325775
PBS_JOBID= 9506580
Free space on /tmp= 66464 MiB

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

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

MD5SUM BENCH= c0c13fb85226e4e49c1e2f15160794cf
RANDOM SEED=1972077056

node24.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.287
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.287
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:        971496 kB
Buffers:         63016 kB
Cached:         951612 kB
SwapCached:          0 kB
Active:         330828 kB
Inactive:       699356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        971496 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:          25328 kB
Slab:            39832 kB
Committed_AS:   106044 kB
PageTables:       1664 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= 66460 MiB
End job on node24 at 2009-07-11 17:27:24