Trace number 1071589

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.08 1800.54

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-20-20-3.xml
MD5SUM5b42347ce5ad43fb927c93ef35a48a05
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 variables400
Number of constraints36100
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/picosat
0.01/0.04	c 0	BEGIN Fri Jul  4 22:48:37 2008
0.01/0.04	c 0	PID 26565
0.01/0.04	c 0	HOST node70.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1071589-1215204516.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1071589-1215204516.xml' 'HOME/temp.csp'
2.12/2.06	c 2	1 domains, 400 variables, 1 predicates, 0 relations, 36100 constraints
2.12/2.09	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.12/2.09	c 2	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'
2.19/2.17	c 2	Parsing HOME/temp.csp
2.95/2.86	c 3	parsed 10000 expressions
3.55/3.45	c 3	parsed 20000 expressions
4.16/4.10	c 4	parsed 30000 expressions
4.75/4.64	c 4	parsed 36502 expressions
4.75/4.64	c 4	Heap : 34 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.75/4.64	c 4	Converting to clausal form CSP
5.45/5.22	c 5	converted 3651 (10%) expressions
5.95/5.74	c 5	converted 7301 (20%) expressions
6.86/6.61	c 6	converted 10951 (30%) expressions
7.35/7.14	c 7	converted 14601 (40%) expressions
7.85/7.67	c 7	converted 18251 (50%) expressions
8.44/8.20	c 8	converted 21902 (60%) expressions
9.65/9.46	c 9	converted 25552 (70%) expressions
10.15/9.97	c 10	converted 29202 (80%) expressions
10.75/10.51	c 10	converted 32852 (90%) expressions
11.25/11.05	c 11	converted 36502 (100%) expressions
11.25/11.05	c 11	CSP : 400 integers, 0 booleans, 36100 clauses, largest domain size 3
11.25/11.05	c 11	Heap : 134 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.25/11.05	c 11	Propagation in CSP
11.65/11.44	c 11	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.65/11.45	c 11	CSP : 400 integers, 0 booleans, 36100 clauses, largest domain size 3
11.65/11.45	c 11	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.65/11.47	c 11	Simplifing CSP by introducing new Boolean variables
14.77/14.52	c 14	CSP : 400 integers, 433200 booleans, 469300 clauses, largest domain size 3
14.77/14.52	c 14	Heap : 258 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.07/15.81	c 16	Encoding CSP to SAT : HOME/temp.cnf
16.07/15.86	c 16	40 (10%) CSP integer variables are encoded (40 clauses, 415 bytes)
16.07/15.86	c 16	80 (20%) CSP integer variables are encoded (80 clauses, 836 bytes)
16.07/15.87	c 16	120 (30%) CSP integer variables are encoded (120 clauses, 1276 bytes)
16.07/15.87	c 16	160 (40%) CSP integer variables are encoded (160 clauses, 1716 bytes)
16.07/15.87	c 16	200 (50%) CSP integer variables are encoded (200 clauses, 2156 bytes)
16.07/15.87	c 16	240 (60%) CSP integer variables are encoded (240 clauses, 2596 bytes)
16.07/15.87	c 16	280 (70%) CSP integer variables are encoded (280 clauses, 3036 bytes)
16.07/15.87	c 16	320 (80%) CSP integer variables are encoded (320 clauses, 3476 bytes)
16.07/15.87	c 16	360 (90%) CSP integer variables are encoded (360 clauses, 3916 bytes)
16.07/15.87	c 16	400 (100%) CSP integer variables are encoded (400 clauses, 4356 bytes)
16.60/16.37	c 16	46930 (10%) CSP clauses are encoded (133970 clauses, 2070444 bytes)
17.10/16.86	c 17	93860 (20%) CSP clauses are encoded (267540 clauses, 4198724 bytes)
17.60/17.39	c 17	140790 (30%) CSP clauses are encoded (401110 clauses, 6505500 bytes)
18.19/17.90	c 18	187720 (40%) CSP clauses are encoded (534680 clauses, 8895320 bytes)
18.69/18.40	c 18	234650 (50%) CSP clauses are encoded (668250 clauses, 11285140 bytes)
19.18/18.92	c 19	281580 (60%) CSP clauses are encoded (801820 clauses, 13674960 bytes)
19.69/19.46	c 19	328510 (70%) CSP clauses are encoded (935390 clauses, 16064780 bytes)
20.18/19.99	c 20	375440 (80%) CSP clauses are encoded (1068960 clauses, 18454600 bytes)
20.78/20.52	c 20	422370 (90%) CSP clauses are encoded (1202530 clauses, 20844420 bytes)
21.28/21.04	c 21	469300 (100%) CSP clauses are encoded (1336100 clauses, 23234240 bytes)
21.28/21.04	c 21	469300 CSP clauses encoded
21.28/21.04	c 21	Writing map file : HOME/temp.map
21.28/21.08	c 21	Heap : 207 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.28/21.08	c 21	SAT : 434000 SAT variables, 1336100 SAT clauses, 23234240 bytes
21.28/21.08	c 21	Heap : 207 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.37/21.17	c 21	SOLVING HOME/temp.cnf
21.37/21.17	c 21	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1800.51	c ERROR INTERRUPTED
1800.08/1800.52	s UNKNOWN
1800.08/1800.52	c 1800	CPU 20.72 (0.03 0.01 20.69 0.7)
1800.08/1800.52	c 1800	END Fri Jul  4 23:18:37 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-1071589-1215204516/watcher-1071589-1215204516 -o /tmp/evaluation-result-1071589-1215204516/solver-1071589-1215204516 -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-1071589-1215204516.xml 

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


[startup+0 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 26565
/proc/meminfo: memFree=1553784/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=12268 CPUtime=0
/proc/26565/stat : 26565 (sugar) R 26563 26565 23262 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1999420527 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 233402235493 0 0 4224 0 0 0 0 17 0 0 0
/proc/26565/statm: 3067 316 241 3 0 167 0

[startup+0.0239721 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 26565
/proc/meminfo: memFree=1553784/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=12940 CPUtime=0.01
/proc/26565/stat : 26565 (sugar) R 26563 26565 23262 0 -1 4194304 593 0 0 0 1 0 0 0 18 0 1 0 1999420527 13250560 561 996147200 4194304 4206940 548682068560 18446744073709551615 233401914081 0 0 4224 0 0 0 0 17 0 0 0
/proc/26565/statm: 3235 561 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.102993 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 26565
/proc/meminfo: memFree=1553784/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=0.03
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 900 128 0 0 2 1 0 0 18 0 1 0 1999420527 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26565/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.303028 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 26565
/proc/meminfo: memFree=1553784/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=0.03
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 900 128 0 0 2 1 0 0 18 0 1 0 1999420527 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26565/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702099 s]
/proc/loadavg: 1.01 1.03 1.00 3/64 26565
/proc/meminfo: memFree=1553784/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=0.03
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 900 128 0 0 2 1 0 0 18 0 1 0 1999420527 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26565/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 1.01 1.02 1.00 2/75 26577
/proc/meminfo: memFree=1513696/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=0.03
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 900 128 0 0 2 1 0 0 18 0 1 0 1999420527 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26565/statm: 3400 796 370 3 0 500 0
[pid=26568] ppid=26565 vsize=5356 CPUtime=0
/proc/26568/stat : 26568 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999420531 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26568/statm: 1339 233 193 169 0 50 0
[pid=26569] ppid=26568 vsize=865668 CPUtime=1.56
/proc/26569/stat : 26569 (java) S 26568 26565 23262 0 -1 0 19552 0 1 0 149 7 0 0 18 0 9 0 1999420532 886444032 16629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26569/statm: 216417 16629 2529 9 0 210999 0
[pid=26569/tid=26570] ppid=26568 vsize=865668 CPUtime=0.76
/proc/26569/task/26570/stat : 26570 (java) R 26568 26565 23262 0 -1 64 3374 0 1 0 75 1 0 0 16 0 9 0 1999420533 886444032 16629 996147200 134512640 134550740 4294955968 18446744073709551615 4126625758 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26569/tid=26571] ppid=26568 vsize=865668 CPUtime=0.67
/proc/26569/task/26571/stat : 26571 (java) S 26568 26565 23262 0 -1 64 14984 0 0 0 62 5 0 0 16 0 9 0 1999420534 886444032 16629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26569/tid=26572] ppid=26568 vsize=865668 CPUtime=0
/proc/26569/task/26572/stat : 26572 (java) S 26568 26565 23262 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1999420534 886444032 16629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26569/tid=26573] ppid=26568 vsize=865668 CPUtime=0
/proc/26569/task/26573/stat : 26573 (java) S 26568 26565 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999420534 886444032 16629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26569/tid=26574] ppid=26568 vsize=865668 CPUtime=0
/proc/26569/task/26574/stat : 26574 (java) S 26568 26565 23262 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1999420536 886444032 16629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26569/tid=26575] ppid=26568 vsize=865668 CPUtime=0.11
/proc/26569/task/26575/stat : 26575 (java) S 26568 26565 23262 0 -1 64 494 0 0 0 11 0 0 0 16 0 9 0 1999420536 886444032 16629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26569/tid=26576] ppid=26568 vsize=865668 CPUtime=0
/proc/26569/task/26576/stat : 26576 (java) S 26568 26565 23262 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999420536 886444032 16629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26569/tid=26577] ppid=26568 vsize=865668 CPUtime=0
/proc/26569/task/26577/stat : 26577 (java) S 26568 26565 23262 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999420536 886444032 16629 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 884624

[startup+3.10153 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 26579
/proc/meminfo: memFree=1548704/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=2.19
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 972 20976 0 1 2 1 206 10 16 0 1 0 1999420527 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26565/statm: 3400 797 370 3 0 500 0
[pid=26578] ppid=26565 vsize=5356 CPUtime=0
/proc/26578/stat : 26578 (sh) S 26565 26565 23262 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999420737 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26578/statm: 1339 233 193 169 0 50 0
[pid=26579] ppid=26578 vsize=865044 CPUtime=1.06
/proc/26579/stat : 26579 (java) S 26578 26565 23262 0 -1 0 8128 0 1 0 101 5 0 0 20 0 9 0 1999420737 885805056 7214 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26579/statm: 216261 7214 2532 9 0 210843 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 884000

[startup+6.30292 s]
/proc/loadavg: 1.00 1.02 1.00 2/75 26587
/proc/meminfo: memFree=1490144/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=2.19
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 973 20976 0 1 2 1 206 10 15 0 1 0 1999420527 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 797 370 3 0 500 0
[pid=26578] ppid=26565 vsize=5356 CPUtime=0
/proc/26578/stat : 26578 (sh) S 26565 26565 23262 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999420737 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26578/statm: 1339 233 193 169 0 50 0
[pid=26579] ppid=26578 vsize=869276 CPUtime=4.36
/proc/26579/stat : 26579 (java) S 26578 26565 23262 0 -1 0 21890 0 1 0 423 13 0 0 20 0 9 0 1999420737 890138624 20198 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26579/statm: 217319 20198 2540 9 0 211894 0
[pid=26579/tid=26580] ppid=26578 vsize=869276 CPUtime=2.65
/proc/26579/task/26580/stat : 26580 (java) R 26578 26565 23262 0 -1 64 3679 0 1 0 262 3 0 0 16 0 9 0 1999420738 890138624 20198 996147200 134512640 134550740 4294955904 18446744073709551615 4126544543 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26579/tid=26581] ppid=26578 vsize=869276 CPUtime=1.52
/proc/26579/task/26581/stat : 26581 (java) S 26578 26565 23262 0 -1 64 16056 0 0 0 144 8 0 0 17 0 9 0 1999420739 890138624 20198 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26579/tid=26582] ppid=26578 vsize=869276 CPUtime=0
/proc/26579/task/26582/stat : 26582 (java) S 26578 26565 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999420740 890138624 20198 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26579/tid=26583] ppid=26578 vsize=869276 CPUtime=0
/proc/26579/task/26583/stat : 26583 (java) S 26578 26565 23262 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999420740 890138624 20198 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26579/tid=26584] ppid=26578 vsize=869276 CPUtime=0
/proc/26579/task/26584/stat : 26584 (java) S 26578 26565 23262 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1999420741 890138624 20198 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26579/tid=26585] ppid=26578 vsize=869276 CPUtime=0.18
/proc/26579/task/26585/stat : 26585 (java) S 26578 26565 23262 0 -1 64 1458 0 0 0 17 1 0 0 16 0 9 0 1999420741 890138624 20198 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26579/tid=26586] ppid=26578 vsize=869276 CPUtime=0
/proc/26579/task/26586/stat : 26586 (java) S 26578 26565 23262 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999420741 890138624 20198 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26579/tid=26587] ppid=26578 vsize=869276 CPUtime=0
/proc/26579/task/26587/stat : 26587 (java) S 26578 26565 23262 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999420742 890138624 20198 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 888232

[startup+12.7012 s]
/proc/loadavg: 1.00 1.02 1.00 2/75 26587
/proc/meminfo: memFree=1370528/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=2.2
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 973 20976 0 1 3 1 206 10 15 0 1 0 1999420527 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 797 370 3 0 500 0
[pid=26578] ppid=26565 vsize=5356 CPUtime=0
/proc/26578/stat : 26578 (sh) S 26565 26565 23262 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999420737 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26578/statm: 1339 233 193 169 0 50 0
[pid=26579] ppid=26578 vsize=889764 CPUtime=10.76
/proc/26579/stat : 26579 (java) S 26578 26565 23262 0 -1 0 68116 0 1 0 1045 31 0 0 20 0 9 0 1999420737 911118336 52090 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26579/statm: 222441 52090 2540 9 0 217016 0
[pid=26579/tid=26580] ppid=26578 vsize=889764 CPUtime=5.91
/proc/26579/task/26580/stat : 26580 (java) S 26578 26565 23262 0 -1 64 4622 0 1 0 587 4 0 0 17 0 9 0 1999420738 911118336 52090 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26579/tid=26581] ppid=26578 vsize=889764 CPUtime=4.64
/proc/26579/task/26581/stat : 26581 (java) R 26578 26565 23262 0 -1 64 61324 0 0 0 439 25 0 0 17 0 9 0 1999420739 911118336 52090 996147200 134512640 134550740 4294955904 18446744073709551615 102731809 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26579/tid=26582] ppid=26578 vsize=889764 CPUtime=0
/proc/26579/task/26582/stat : 26582 (java) S 26578 26565 23262 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999420740 911118336 52090 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26579/tid=26583] ppid=26578 vsize=889764 CPUtime=0
/proc/26579/task/26583/stat : 26583 (java) S 26578 26565 23262 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1999420740 911118336 52090 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26579/tid=26584] ppid=26578 vsize=889764 CPUtime=0
/proc/26579/task/26584/stat : 26584 (java) S 26578 26565 23262 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 1999420741 911118336 52090 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26579/tid=26585] ppid=26578 vsize=889764 CPUtime=0.2
/proc/26579/task/26585/stat : 26585 (java) S 26578 26565 23262 0 -1 64 1473 0 0 0 19 1 0 0 16 0 9 0 1999420741 911118336 52090 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26579/tid=26586] ppid=26578 vsize=889764 CPUtime=0
/proc/26579/task/26586/stat : 26586 (java) S 26578 26565 23262 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1999420741 911118336 52090 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26579/tid=26587] ppid=26578 vsize=889764 CPUtime=0
/proc/26579/task/26587/stat : 26587 (java) S 26578 26565 23262 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999420742 911118336 52090 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 908720

[startup+25.5014 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 26589
/proc/meminfo: memFree=1504608/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=28784 CPUtime=4.32
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 5772 0 0 0 202 230 0 0 25 0 1 0 1999422645 29474816 5758 996147200 134512640 134931368 4294956208 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 7196 5758 40 102 0 7091 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 47740

[startup+51.102 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 26589
/proc/meminfo: memFree=1466208/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=66604 CPUtime=29.89
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 15051 0 0 0 2413 576 0 0 25 0 1 0 1999422645 68202496 15026 996147200 134512640 134931368 4294956208 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 16651 15026 42 102 0 16546 0
Current children cumulated CPU time (s) 51.32
Current children cumulated vsize (KiB) 85560

[startup+102.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 26589
/proc/meminfo: memFree=1459808/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1431520/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102444 CPUtime=1340.6
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 23976 0 0 0 133470 590 0 0 25 0 1 0 1999422645 104902656 23610 996147200 134512640 134931368 4294956208 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25611 23610 48 102 0 25506 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 121400

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26595
/proc/meminfo: memFree=1431456/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102444 CPUtime=1400.58
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 23980 0 0 0 139468 590 0 0 25 0 1 0 1999422645 104902656 23614 996147200 134512640 134931368 4294956208 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25611 23614 48 102 0 25506 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 121400

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26595
/proc/meminfo: memFree=1431264/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102956 CPUtime=1460.56
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 24118 0 0 0 145466 590 0 0 25 0 1 0 1999422645 105426944 23624 996147200 134512640 134931368 4294956208 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25739 23624 48 102 0 25634 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 121912

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26595
/proc/meminfo: memFree=1431264/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102956 CPUtime=1520.54
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 24118 0 0 0 151463 591 0 0 25 0 1 0 1999422645 105426944 23624 996147200 134512640 134931368 4294956208 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25739 23624 48 102 0 25634 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 121912

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26595
/proc/meminfo: memFree=1431328/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102956 CPUtime=1580.52
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 24118 0 0 0 157461 591 0 0 25 0 1 0 1999422645 105426944 23624 996147200 134512640 134931368 4294956208 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25739 23624 48 102 0 25634 0
Current children cumulated CPU time (s) 1601.95
Current children cumulated vsize (KiB) 121912

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26595
/proc/meminfo: memFree=1431328/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102956 CPUtime=1640.5
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 24118 0 0 0 163459 591 0 0 25 0 1 0 1999422645 105426944 23624 996147200 134512640 134931368 4294956208 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25739 23624 48 102 0 25634 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 121912

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26595
/proc/meminfo: memFree=1431392/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102956 CPUtime=1700.48
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 24118 0 0 0 169457 591 0 0 25 0 1 0 1999422645 105426944 23624 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25739 23624 48 102 0 25634 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 121912

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26595
/proc/meminfo: memFree=1431392/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102956 CPUtime=1760.46
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 24118 0 0 0 175455 591 0 0 25 0 1 0 1999422645 105426944 23624 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25739 23624 48 102 0 25634 0
Current children cumulated CPU time (s) 1781.89
Current children cumulated vsize (KiB) 121912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26595
/proc/meminfo: memFree=1431328/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102956 CPUtime=1778.65
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 24118 0 0 0 177274 591 0 0 25 0 1 0 1999422645 105426944 23624 996147200 134512640 134931368 4294956208 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25739 23624 48 102 0 25634 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 121912

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

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

[startup+1800.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 26595
/proc/meminfo: memFree=1431328/2055920 swapFree=4110944/4192956
[pid=26565] ppid=26563 vsize=13600 CPUtime=21.43
/proc/26565/stat : 26565 (sugar) S 26563 26565 23262 0 -1 4194304 1022 117536 0 2 3 1 2069 70 16 0 1 0 1999420527 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26565/statm: 3400 799 370 3 0 500 0
[pid=26588] ppid=26565 vsize=5356 CPUtime=0
/proc/26588/stat : 26588 (sh) S 26565 26565 23262 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999422644 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26588/statm: 1339 232 193 169 0 50 0
[pid=26589] ppid=26588 vsize=102956 CPUtime=1778.65
/proc/26589/stat : 26589 (picosat) R 26588 26565 23262 0 -1 4194304 24118 0 0 0 177274 591 0 0 25 0 1 0 1999422645 105426944 23624 996147200 134512640 134931368 4294956208 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/26589/statm: 25739 23624 48 102 0 25634 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 121912

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26565 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=726849
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=738887
# CPU time returned by wait4() is 21.4657
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.54
CPU time (s): 1800.08
CPU user time (s): 1793.46
CPU system time (s): 6.62
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 908720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7268
system time used= 0.738887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118916
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= 2335
involuntary context switches= 743

runsolver used 2.33664 second user time and 4.23236 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 22:48:37
IDJOB=1071589
IDBENCH=56098
IDSOLVER=345
FILE ID=node70/1071589-1215204516
PBS_JOBID= 7881544
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-20-20-3.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-1071589-1215204516/watcher-1071589-1215204516 -o /tmp/evaluation-result-1071589-1215204516/solver-1071589-1215204516 -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-1071589-1215204516.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5b42347ce5ad43fb927c93ef35a48a05
RANDOM SEED=1077361159

node70.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.256
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.256
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:       1554264 kB
Buffers:         59708 kB
Cached:         284160 kB
SwapCached:      76304 kB
Active:         265412 kB
Inactive:       177628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554264 kB
SwapTotal:     4192956 kB
SwapFree:      4110944 kB
Dirty:            7864 kB
Writeback:           0 kB
Mapped:         104432 kB
Slab:            44552 kB
Committed_AS:  4143384 kB
PageTables:       1556 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= 66336 MiB
End job on node70 at 2008-07-04 23:18:39