Trace number 1051428

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (MO) 258.11 263.639

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-67-11-a4.xml
MD5SUM085bfc51df6ecdce11133d129a5861be
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 04:45:19 2008
0.00/0.05	c 0	PID 2382
0.00/0.05	c 0	HOST node56.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051428-1215053118.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051428-1215053118.xml' 'HOME/temp.csp'
0.04/0.65	c 0	1 domains, 11 variables, 2 predicates, 0 relations, 1375 constraints
0.04/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.68	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.62/0.76	c 0	Parsing HOME/temp.csp
0.62/0.92	c 0	parsed 1389 expressions
0.62/0.92	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.62/0.92	c 0	Converting to clausal form CSP
0.62/1.00	c 1	converted 139 (10%) expressions
0.62/1.03	c 1	converted 278 (20%) expressions
1.02/1.13	c 1	converted 417 (30%) expressions
1.12/1.22	c 1	converted 556 (40%) expressions
1.12/1.26	c 1	converted 695 (50%) expressions
1.22/1.31	c 1	converted 834 (60%) expressions
1.22/1.35	c 1	converted 973 (70%) expressions
1.22/1.38	c 1	converted 1112 (80%) expressions
1.31/1.47	c 1	converted 1251 (90%) expressions
1.41/1.50	c 1	converted 1389 (100%) expressions
1.41/1.50	c 1	CSP : 3971 integers, 0 booleans, 9295 clauses, largest domain size 135
1.41/1.50	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.50	c 1	Propagation in CSP
1.71/1.84	c 1	79310 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.71/1.85	c 1	CSP : 3971 integers, 0 booleans, 9295 clauses, largest domain size 115
1.71/1.85	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.85	c 1	Simplifing CSP by introducing new Boolean variables
1.71/1.88	c 1	CSP : 3971 integers, 2640 booleans, 11935 clauses, largest domain size 115
1.71/1.88	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.94	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.90/2.02	c 2	398 (10%) CSP integer variables are encoded (44347 clauses, 643277 bytes)
1.90/2.08	c 2	795 (20%) CSP integer variables are encoded (89208 clauses, 1316192 bytes)
2.01/2.14	c 2	1192 (30%) CSP integer variables are encoded (134069 clauses, 2059012 bytes)
2.11/2.21	c 2	1589 (40%) CSP integer variables are encoded (178930 clauses, 2821649 bytes)
2.11/2.27	c 2	1986 (50%) CSP integer variables are encoded (223791 clauses, 3584286 bytes)
2.20/2.33	c 2	2383 (60%) CSP integer variables are encoded (268652 clauses, 4346923 bytes)
2.20/2.39	c 2	2780 (70%) CSP integer variables are encoded (313513 clauses, 5109560 bytes)
2.30/2.45	c 2	3177 (80%) CSP integer variables are encoded (358374 clauses, 5872197 bytes)
2.40/2.52	c 2	3574 (90%) CSP integer variables are encoded (403235 clauses, 6634834 bytes)
2.40/2.58	c 2	3971 (100%) CSP integer variables are encoded (448096 clauses, 7397471 bytes)
4.38/4.58	c 4	1194 (10%) CSP clauses are encoded (1396807 clauses, 26163370 bytes)
9.40/9.69	c 9	2387 (20%) CSP clauses are encoded (4333692 clauses, 74462808 bytes)
14.55/14.84	c 14	3581 (30%) CSP clauses are encoded (7283848 clauses, 124432443 bytes)
19.81/21.47	c 21	4774 (40%) CSP clauses are encoded (10220603 clauses, 176796130 bytes)
25.15/26.85	c 26	5968 (50%) CSP clauses are encoded (13170639 clauses, 229877133 bytes)
30.46/32.23	c 32	7161 (60%) CSP clauses are encoded (16107628 clauses, 282847668 bytes)
35.82/38.63	c 38	8355 (70%) CSP clauses are encoded (19057648 clauses, 336561703 bytes)
41.17/44.01	c 44	9548 (80%) CSP clauses are encoded (21994653 clauses, 390584974 bytes)
46.45/49.97	c 49	10742 (90%) CSP clauses are encoded (24944901 clauses, 444850033 bytes)
51.79/55.35	c 55	11935 (100%) CSP clauses are encoded (27882048 clauses, 498876572 bytes)
51.79/55.35	c 55	11935 CSP clauses encoded
51.79/55.35	c 55	Writing map file : HOME/temp.map
51.79/55.36	c 55	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.79/55.36	c 55	SAT : 454707 SAT variables, 27882048 SAT clauses, 498876572 bytes
51.79/55.36	c 55	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
51.79/55.37	c 55	SOLVING HOME/temp.cnf
51.79/55.37	c 55	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
257.99/263.52	c ERROR INTERRUPTED
258.11/263.63	s UNKNOWN
258.11/263.63	c 263	CPU 47.73 (0.03 0.01 47.7 4.14)
258.11/263.63	c 263	END Thu Jul  3 04:49:42 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-1051428-1215053118/watcher-1051428-1215053118 -o /tmp/evaluation-result-1051428-1215053118/solver-1051428-1215053118 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1051428-1215053118.xml 

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


[startup+0 s]
/proc/loadavg: 2.07 2.04 2.01 4/74 2382
/proc/meminfo: memFree=1256032/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=12268 CPUtime=0
/proc/2382/stat : 2382 (sugar) R 2380 2382 467 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984283430 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 250969029221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/2382/statm: 3067 316 241 3 0 167 0

[startup+0.108529 s]
/proc/loadavg: 2.07 2.04 2.01 4/74 2382
/proc/meminfo: memFree=1256032/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.04
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984283430 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202549 s]
/proc/loadavg: 2.07 2.04 2.01 4/74 2382
/proc/meminfo: memFree=1256032/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.04
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984283430 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301571 s]
/proc/loadavg: 2.07 2.04 2.01 4/74 2382
/proc/meminfo: memFree=1256032/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.04
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984283430 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701638 s]
/proc/loadavg: 2.07 2.04 2.01 4/74 2382
/proc/meminfo: memFree=1256032/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.62
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 956 4910 0 1 3 1 55 3 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50178 s]
/proc/loadavg: 2.07 2.04 2.01 5/85 2404
/proc/meminfo: memFree=1243400/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.62
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 973 4910 0 1 3 1 55 3 15 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2395] ppid=2382 vsize=5356 CPUtime=0
/proc/2395/stat : 2395 (sh) S 2382 2382 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984283498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2395/statm: 1339 233 193 169 0 50 0
[pid=2396] ppid=2395 vsize=868372 CPUtime=0.79
/proc/2396/stat : 2396 (java) S 2395 2382 467 0 -1 0 7273 0 1 0 76 3 0 0 19 0 9 0 1984283498 889212928 6505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2396/statm: 217093 6505 2539 9 0 211668 0
[pid=2396/tid=2397] ppid=2395 vsize=868372 CPUtime=0.47
/proc/2396/task/2397/stat : 2397 (java) R 2395 2382 467 0 -1 64 2670 0 1 0 46 1 0 0 20 0 9 0 1984283499 889212928 6505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2398] ppid=2395 vsize=868372 CPUtime=0.11
/proc/2396/task/2398/stat : 2398 (java) R 2395 2382 467 0 -1 64 2464 0 0 0 10 1 0 0 16 0 9 0 1984283500 889212928 6505 996147200 134512640 134550740 4294955952 18446744073709551615 102514551 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2399] ppid=2395 vsize=868372 CPUtime=0
/proc/2396/task/2399/stat : 2399 (java) S 2395 2382 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984283501 889212928 6505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2400] ppid=2395 vsize=868372 CPUtime=0
/proc/2396/task/2400/stat : 2400 (java) S 2395 2382 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984283501 889212928 6505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2401] ppid=2395 vsize=868372 CPUtime=0
/proc/2396/task/2401/stat : 2401 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984283503 889212928 6505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2402] ppid=2395 vsize=868372 CPUtime=0.19
/proc/2396/task/2402/stat : 2402 (java) S 2395 2382 467 0 -1 64 1447 0 0 0 19 0 0 0 16 0 9 0 1984283503 889212928 6505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2403] ppid=2395 vsize=868372 CPUtime=0
/proc/2396/task/2403/stat : 2403 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984283503 889212928 6505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2404] ppid=2395 vsize=868372 CPUtime=0
/proc/2396/task/2404/stat : 2404 (java) S 2395 2382 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984283503 889212928 6505 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887328

[startup+3.10206 s]
/proc/loadavg: 2.07 2.04 2.01 3/85 2404
/proc/meminfo: memFree=1232392/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.62
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 974 4910 0 1 3 1 55 3 15 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2395] ppid=2382 vsize=5356 CPUtime=0
/proc/2395/stat : 2395 (sh) S 2382 2382 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984283498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2395/statm: 1339 233 193 169 0 50 0
[pid=2396] ppid=2395 vsize=868484 CPUtime=2.37
/proc/2396/stat : 2396 (java) S 2395 2382 467 0 -1 0 8298 0 1 0 225 12 0 0 19 0 9 0 1984283498 889327616 7095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2396/statm: 217121 7095 2563 9 0 211668 0
[pid=2396/tid=2397] ppid=2395 vsize=868484 CPUtime=1.79
/proc/2396/task/2397/stat : 2397 (java) R 2395 2382 467 0 -1 64 3133 0 1 0 173 6 0 0 25 0 9 0 1984283499 889327616 7095 996147200 134512640 134550740 4294955952 18446744073709551615 4126532631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2398] ppid=2395 vsize=868484 CPUtime=0.29
/proc/2396/task/2398/stat : 2398 (java) S 2395 2382 467 0 -1 64 2992 0 0 0 26 3 0 0 16 0 9 0 1984283500 889327616 7095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2399] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2399/stat : 2399 (java) S 2395 2382 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984283501 889327616 7095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2400] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2400/stat : 2400 (java) S 2395 2382 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984283501 889327616 7095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2401] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2401/stat : 2401 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984283503 889327616 7095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2402] ppid=2395 vsize=868484 CPUtime=0.26
/proc/2396/task/2402/stat : 2402 (java) S 2395 2382 467 0 -1 64 1481 0 0 0 25 1 0 0 16 0 9 0 1984283503 889327616 7095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2403] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2403/stat : 2403 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984283503 889327616 7095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2404] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2404/stat : 2404 (java) S 2395 2382 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984283503 889327616 7095 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887440

[startup+6.30263 s]
/proc/loadavg: 2.07 2.04 2.01 3/85 2404
/proc/meminfo: memFree=1199368/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.62
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 974 4910 0 1 3 1 55 3 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2395] ppid=2382 vsize=5356 CPUtime=0
/proc/2395/stat : 2395 (sh) S 2382 2382 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984283498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2395/statm: 1339 233 193 169 0 50 0
[pid=2396] ppid=2395 vsize=868484 CPUtime=5.53
/proc/2396/stat : 2396 (java) S 2395 2382 467 0 -1 0 9306 0 1 0 517 36 0 0 19 0 9 0 1984283498 889327616 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2396/statm: 217121 7100 2563 9 0 211668 0
[pid=2396/tid=2397] ppid=2395 vsize=868484 CPUtime=4.7
/proc/2396/task/2397/stat : 2397 (java) R 2395 2382 467 0 -1 64 4136 0 1 0 445 25 0 0 25 0 9 0 1984283499 889327616 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4126534376 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2398] ppid=2395 vsize=868484 CPUtime=0.53
/proc/2396/task/2398/stat : 2398 (java) S 2395 2382 467 0 -1 64 2992 0 0 0 45 8 0 0 16 0 9 0 1984283500 889327616 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2399] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2399/stat : 2399 (java) S 2395 2382 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984283501 889327616 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2400] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2400/stat : 2400 (java) S 2395 2382 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984283501 889327616 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2401] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2401/stat : 2401 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984283503 889327616 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2402] ppid=2395 vsize=868484 CPUtime=0.27
/proc/2396/task/2402/stat : 2402 (java) S 2395 2382 467 0 -1 64 1486 0 0 0 26 1 0 0 17 0 9 0 1984283503 889327616 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2403] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2403/stat : 2403 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984283503 889327616 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2404] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2404/stat : 2404 (java) S 2395 2382 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984283503 889327616 7100 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887440

[startup+12.7028 s]
/proc/loadavg: 2.21 2.07 2.02 3/85 2404
/proc/meminfo: memFree=1133448/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.62
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 974 4910 0 1 3 1 55 3 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2395] ppid=2382 vsize=5356 CPUtime=0
/proc/2395/stat : 2395 (sh) S 2382 2382 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984283498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2395/statm: 1339 233 193 169 0 50 0
[pid=2396] ppid=2395 vsize=868484 CPUtime=11.86
/proc/2396/stat : 2396 (java) S 2395 2382 467 0 -1 0 11310 0 1 0 1095 91 0 0 19 0 9 0 1984283498 889327616 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2396/statm: 217121 7101 2563 9 0 211668 0
[pid=2396/tid=2397] ppid=2395 vsize=868484 CPUtime=10.52
/proc/2396/task/2397/stat : 2397 (java) R 2395 2382 467 0 -1 64 6139 0 1 0 984 68 0 0 25 0 9 0 1984283499 889327616 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4126551674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2398] ppid=2395 vsize=868484 CPUtime=1.04
/proc/2396/task/2398/stat : 2398 (java) S 2395 2382 467 0 -1 64 2992 0 0 0 84 20 0 0 16 0 9 0 1984283500 889327616 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2399] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2399/stat : 2399 (java) S 2395 2382 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984283501 889327616 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2400] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2400/stat : 2400 (java) S 2395 2382 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984283501 889327616 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2401] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2401/stat : 2401 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984283503 889327616 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2402] ppid=2395 vsize=868484 CPUtime=0.27
/proc/2396/task/2402/stat : 2402 (java) S 2395 2382 467 0 -1 64 1487 0 0 0 26 1 0 0 17 0 9 0 1984283503 889327616 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2403] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2403/stat : 2403 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984283503 889327616 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2404] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2404/stat : 2404 (java) S 2395 2382 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984283503 889327616 7101 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887440

[startup+25.5021 s]
/proc/loadavg: 2.56 2.15 2.04 3/85 2404
/proc/meminfo: memFree=1012808/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.62
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 974 4910 0 1 3 1 55 3 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2395] ppid=2382 vsize=5356 CPUtime=0
/proc/2395/stat : 2395 (sh) S 2382 2382 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984283498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2395/statm: 1339 233 193 169 0 50 0
[pid=2396] ppid=2395 vsize=868484 CPUtime=23.26
/proc/2396/stat : 2396 (java) S 2395 2382 467 0 -1 0 14858 0 1 0 2140 186 0 0 19 0 9 0 1984283498 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2396/statm: 217121 7107 2564 9 0 211668 0
[pid=2396/tid=2397] ppid=2395 vsize=868484 CPUtime=21
/proc/2396/task/2397/stat : 2397 (java) R 2395 2382 467 0 -1 64 9681 0 1 0 1957 143 0 0 25 0 9 0 1984283499 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2398] ppid=2395 vsize=868484 CPUtime=1.95
/proc/2396/task/2398/stat : 2398 (java) S 2395 2382 467 0 -1 64 2992 0 0 0 155 40 0 0 16 0 9 0 1984283500 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2399] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2399/stat : 2399 (java) S 2395 2382 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984283501 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2400] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2400/stat : 2400 (java) S 2395 2382 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984283501 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2401] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2401/stat : 2401 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984283503 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2402] ppid=2395 vsize=868484 CPUtime=0.28
/proc/2396/task/2402/stat : 2402 (java) S 2395 2382 467 0 -1 64 1493 0 0 0 27 1 0 0 16 0 9 0 1984283503 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2403] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2403/stat : 2403 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984283503 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2404] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2404/stat : 2404 (java) S 2395 2382 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984283503 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.88
Current children cumulated vsize (KiB) 887440

[startup+51.1028 s]
/proc/loadavg: 3.22 2.33 2.10 3/85 2404
/proc/meminfo: memFree=769672/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=0.62
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 974 4910 0 1 3 1 55 3 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2395] ppid=2382 vsize=5356 CPUtime=0
/proc/2395/stat : 2395 (sh) S 2382 2382 467 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984283498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2395/statm: 1339 233 193 169 0 50 0
[pid=2396] ppid=2395 vsize=868484 CPUtime=47.01
/proc/2396/stat : 2396 (java) S 2395 2382 467 0 -1 0 22233 0 1 0 4328 373 0 0 19 0 9 0 1984283498 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2396/statm: 217121 7107 2564 9 0 211668 0
[pid=2396/tid=2397] ppid=2395 vsize=868484 CPUtime=42.92
/proc/2396/task/2397/stat : 2397 (java) R 2395 2382 467 0 -1 64 17056 0 1 0 4004 288 0 0 25 0 9 0 1984283499 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2398] ppid=2395 vsize=868484 CPUtime=3.79
/proc/2396/task/2398/stat : 2398 (java) S 2395 2382 467 0 -1 64 2992 0 0 0 296 83 0 0 15 0 9 0 1984283500 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2399] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2399/stat : 2399 (java) S 2395 2382 467 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984283501 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2400] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2400/stat : 2400 (java) S 2395 2382 467 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984283501 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2401] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2401/stat : 2401 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984283503 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2402] ppid=2395 vsize=868484 CPUtime=0.28
/proc/2396/task/2402/stat : 2402 (java) S 2395 2382 467 0 -1 64 1493 0 0 0 27 1 0 0 16 0 9 0 1984283503 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2403] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2403/stat : 2403 (java) S 2395 2382 467 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984283503 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2396/tid=2404] ppid=2395 vsize=868484 CPUtime=0
/proc/2396/task/2404/stat : 2404 (java) S 2395 2382 467 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984283503 889327616 7107 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.63
Current children cumulated vsize (KiB) 887440

[startup+102.302 s]
/proc/loadavg: 3.75 2.62 2.22 3/77 2407
/proc/meminfo: memFree=531792/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=51.88
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 1022 28753 0 2 3 1 4770 414 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2405] ppid=2382 vsize=5356 CPUtime=0
/proc/2405/stat : 2405 (sh) S 2382 2382 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984288967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2405/statm: 1339 232 193 169 0 50 0
[pid=2406] ppid=2405 vsize=227476 CPUtime=46.39
/proc/2406/stat : 2406 (picosat) R 2405 2382 467 0 -1 4194304 52092 0 0 0 2081 2558 0 0 25 0 1 0 1984288967 232935424 52078 996147200 134512640 134931368 4294956256 18446744073709551615 134560090 0 0 4096 0 0 0 0 17 1 0 0
/proc/2406/statm: 56869 52078 40 102 0 56764 0
Current children cumulated CPU time (s) 98.27
Current children cumulated vsize (KiB) 246432

[startup+162.302 s]
/proc/loadavg: 3.12 2.66 2.25 3/77 2407
/proc/meminfo: memFree=302800/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=51.88
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 1022 28753 0 2 3 1 4770 414 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2405] ppid=2382 vsize=5356 CPUtime=0
/proc/2405/stat : 2405 (sh) S 2382 2382 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984288967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2405/statm: 1339 232 193 169 0 50 0
[pid=2406] ppid=2405 vsize=468276 CPUtime=105.41
/proc/2406/stat : 2406 (picosat) R 2405 2382 467 0 -1 4194304 110473 0 0 0 4703 5838 0 0 25 0 1 0 1984288967 479514624 110459 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2406/statm: 117069 110459 40 102 0 116964 0
Current children cumulated CPU time (s) 157.29
Current children cumulated vsize (KiB) 487232

[startup+222.306 s]
/proc/loadavg: 2.42 2.54 2.24 3/76 2444
/proc/meminfo: memFree=549848/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=51.88
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 1022 28753 0 2 3 1 4770 414 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2405] ppid=2382 vsize=5356 CPUtime=0
/proc/2405/stat : 2405 (sh) S 2382 2382 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984288967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2405/statm: 1339 232 193 169 0 50 0
[pid=2406] ppid=2405 vsize=745408 CPUtime=164.94
/proc/2406/stat : 2406 (picosat) R 2405 2382 467 0 -1 4194304 169905 0 0 0 7346 9148 0 0 25 0 1 0 1984288967 763297792 169891 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/2406/statm: 186352 169891 40 102 0 186247 0
Current children cumulated CPU time (s) 216.82
Current children cumulated vsize (KiB) 764364



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+263.502 s]
/proc/loadavg: 2.21 2.47 2.23 3/76 2444
/proc/meminfo: memFree=372632/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=51.88
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 1022 28753 0 2 3 1 4770 414 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2405] ppid=2382 vsize=5356 CPUtime=0
/proc/2405/stat : 2405 (sh) S 2382 2382 467 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984288967 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2405/statm: 1339 232 193 169 0 50 0
[pid=2406] ppid=2405 vsize=902752 CPUtime=206.11
/proc/2406/stat : 2406 (picosat) R 2405 2382 467 0 -1 4194304 214024 0 0 0 9180 11431 0 0 25 0 1 0 1984288967 924418048 214010 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/2406/statm: 225688 214010 40 102 0 225583 0
Current children cumulated CPU time (s) 257.99
Current children cumulated vsize (KiB) 921708

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

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

[startup+263.619 s]
/proc/loadavg: 2.21 2.47 2.23 3/76 2444
/proc/meminfo: memFree=372632/2055920 swapFree=4179440/4192956
[pid=2382] ppid=2380 vsize=13600 CPUtime=51.88
/proc/2382/stat : 2382 (sugar) S 2380 2382 467 0 -1 4194304 1039 28753 0 2 3 1 4770 414 16 0 1 0 1984283430 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/2382/statm: 3400 797 370 3 0 500 0
[pid=2405] ppid=2382 vsize=0 CPUtime=0
/proc/2405/stat : 2405 (sh) Z 2382 2382 467 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1984288967 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/2405/statm: 0 0 0 0 0 0 0
[pid=2406] ppid=1 vsize=0 CPUtime=206.23
/proc/2406/stat : 2406 (picosat) R 1 2382 467 0 -1 4195332 214025 0 0 0 9180 11443 0 0 25 0 1 0 1984288967 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/2406/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 258.11
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2382 and gives
#  childrusage.ru_utime.tv_sec=47
#  childrusage.ru_utime.tv_usec=743741
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=156368
# CPU time returned by wait4() is 51.9001
# while last known CPU time is 258.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 263.639
CPU time (s): 258.11
CPU user time (s): 139.53
CPU system time (s): 118.58
CPU usage (%): 97.9027
Max. virtual memory (cumulated for all children) (KiB): 921708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.7437
system time used= 4.15637
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30128
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= 112423
involuntary context switches= 113515

runsolver used 0.332949 second user time and 0.856869 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-03 04:45:18
IDJOB=1051428
IDBENCH=55439
IDSOLVER=345
FILE ID=node56/1051428-1215053118
PBS_JOBID= 7875064
Free space on /tmp= 103180 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-67-11-a4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051428-1215053118/watcher-1051428-1215053118 -o /tmp/evaluation-result-1051428-1215053118/solver-1051428-1215053118 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1051428-1215053118.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 085bfc51df6ecdce11133d129a5861be
RANDOM SEED=747039071

node56.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.265
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	: 5931.00
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.265
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:       1256512 kB
Buffers:         45016 kB
Cached:         243944 kB
SwapCached:       7316 kB
Active:         614740 kB
Inactive:       115844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1256512 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:         447196 kB
Slab:            53136 kB
Committed_AS:  4310512 kB
PageTables:       2932 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= 103224 MiB
End job on node56 at 2008-07-03 04:49:44