Trace number 2060983

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? (TO) 1800.06 1805.05

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-37-37.xml
MD5SUMf3288d103eb05e68f4356a28d7cc0cdd
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.93255
Satisfiable
(Un)Satisfiability was proved
Number of variables2738
Number of constraints3333
Maximum constraint arity37
Maximum domain size132
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2665
Global constraints used (with number of constraints)cumulative(2),weightedsum(666)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:32:52 2009
0.00/0.08	c 0	PID 13042
0.07/0.08	c 0	HOST node42.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2060983-1247326372.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060983-1247326372.xml' 'HOME/temp.csp'
0.07/0.98	c 1	38 domains, 2738 variables, 2 predicates, 0 relations, 3333 constraints
0.94/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.94/1.03	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.95/1.11	c 1	Parsing HOME/temp.csp
0.95/1.25	c 2	parsed 6111 expressions
0.95/1.26	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.26	c 2	Converting to clausal form CSP
0.95/1.29	c 2	converted 612 (10%) expressions
0.95/1.29	c 2	converted 1223 (20%) expressions
0.95/1.30	c 2	converted 1834 (30%) expressions
0.95/1.31	c 2	converted 2445 (40%) expressions
0.95/1.49	c 2	converted 3056 (50%) expressions
0.95/1.56	c 2	converted 3667 (60%) expressions
0.95/1.65	c 2	converted 4278 (70%) expressions
0.95/1.69	c 2	converted 4889 (80%) expressions
0.95/1.74	c 2	converted 5500 (90%) expressions
3.48/3.62	c 4	converted 6111 (100%) expressions
3.48/3.63	c 4	CSP : 14882 integers, 6860 booleans, 44171 clauses, largest domain size 134
3.48/3.63	c 4	Heap : 30 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.48/3.63	c 4	Propagation in CSP
3.67/3.80	c 4	168 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.67/3.81	c 4	CSP : 14882 integers, 6860 booleans, 44171 clauses, largest domain size 133
3.67/3.81	c 4	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.67/3.83	c 4	Simplifing CSP by introducing new Boolean variables
3.67/3.86	c 4	CSP : 14882 integers, 6860 booleans, 44171 clauses, largest domain size 133
3.67/3.86	c 4	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.87/4.04	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.87/4.09	c 4	1489 (10%) CSP integer variables are encoded (8192 clauses, 104363 bytes)
3.97/4.10	c 4	2977 (20%) CSP integer variables are encoded (11772 clauses, 158063 bytes)
3.97/4.13	c 4	4465 (30%) CSP integer variables are encoded (34684 clauses, 501743 bytes)
3.97/4.16	c 5	5953 (40%) CSP integer variables are encoded (57934 clauses, 850493 bytes)
3.97/4.19	c 5	7441 (50%) CSP integer variables are encoded (80576 clauses, 1190123 bytes)
4.07/4.22	c 5	8930 (60%) CSP integer variables are encoded (102408 clauses, 1538768 bytes)
4.07/4.25	c 5	10418 (70%) CSP integer variables are encoded (125855 clauses, 1937367 bytes)
4.07/4.28	c 5	11906 (80%) CSP integer variables are encoded (148948 clauses, 2329948 bytes)
4.17/4.32	c 5	13394 (90%) CSP integer variables are encoded (171320 clauses, 2710272 bytes)
4.17/4.35	c 5	14882 (100%) CSP integer variables are encoded (193760 clauses, 3091752 bytes)
4.96/5.13	c 5	4418 (10%) CSP clauses are encoded (621270 clauses, 10912726 bytes)
6.05/6.22	c 7	8835 (20%) CSP clauses are encoded (1154145 clauses, 22282573 bytes)
7.12/7.36	c 8	13252 (30%) CSP clauses are encoded (1694342 clauses, 33958009 bytes)
8.21/8.46	c 9	17669 (40%) CSP clauses are encoded (2215404 clauses, 45219393 bytes)
9.30/9.54	c 10	22086 (50%) CSP clauses are encoded (2736925 clauses, 56460715 bytes)
11.46/11.79	c 12	26503 (60%) CSP clauses are encoded (3851696 clauses, 81319345 bytes)
12.75/13.08	c 13	30920 (70%) CSP clauses are encoded (4430163 clauses, 95563230 bytes)
13.94/14.26	c 15	35337 (80%) CSP clauses are encoded (4951225 clauses, 108391190 bytes)
15.03/15.39	c 16	39754 (90%) CSP clauses are encoded (5461731 clauses, 120939215 bytes)
17.17/17.56	c 18	44171 (100%) CSP clauses are encoded (6510977 clauses, 145868065 bytes)
17.17/17.56	c 18	44171 CSP clauses encoded
17.17/17.56	c 18	Writing map file : HOME/temp.map
17.17/17.59	c 18	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.17/17.59	c 18	SAT : 215406 SAT variables, 6510977 SAT clauses, 145868065 bytes
17.17/17.59	c 18	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.25/17.63	c 18	SOLVING HOME/temp.cnf
17.25/17.63	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1805.02	c ERROR INTERRUPTED
1800.06/1805.05	s UNKNOWN
1800.06/1805.05	c 1805	CPU 17.28 (0.06 0.01 16.15 1.06)
1800.06/1805.05	c 1805	END Sat Jul 11 18:02:57 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-2060983-1247326372/watcher-2060983-1247326372 -o /tmp/evaluation-result-2060983-1247326372/solver-2060983-1247326372 -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-2060983-1247326372.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.91 1.95 1.91 4/72 13042
/proc/meminfo: memFree=593000/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=12268 CPUtime=0
/proc/13042/stat : 13042 (sugar) R 13040 13042 11834 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19701155 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13042/statm: 3067 316 241 3 0 167 0

[startup+0.081302 s]
/proc/loadavg: 1.91 1.95 1.91 4/72 13042
/proc/meminfo: memFree=593000/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16740 CPUtime=0.07
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 19701155 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101271 s]
/proc/loadavg: 1.91 1.95 1.91 4/72 13042
/proc/meminfo: memFree=593000/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.07
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19701155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301284 s]
/proc/loadavg: 1.91 1.95 1.91 4/72 13042
/proc/meminfo: memFree=593000/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.07
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19701155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701368 s]
/proc/loadavg: 1.91 1.95 1.91 4/72 13042
/proc/meminfo: memFree=593000/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.07
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19701155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 1.91 1.95 1.91 2/83 13054
/proc/meminfo: memFree=575312/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.95
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1309 7326 0 1 6 1 83 5 15 0 1 0 19701155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 16868

[startup+3.10183 s]
/proc/loadavg: 1.92 1.95 1.91 4/83 13064
/proc/meminfo: memFree=567632/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.95
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1309 7326 0 1 6 1 83 5 16 0 1 0 19701155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1111 409 3 0 796 0
[pid=13055] ppid=13042 vsize=5356 CPUtime=0
/proc/13055/stat : 13055 (sh) S 13042 13042 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13055/statm: 1339 233 193 169 0 50 0
[pid=13056] ppid=13055 vsize=868564 CPUtime=2.03
/proc/13056/stat : 13056 (java) S 13055 13042 11834 0 -1 0 12296 0 1 0 196 7 0 0 19 0 9 0 19701259 889409536 11262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13056/statm: 217141 11262 2568 9 0 211646 0
[pid=13056/tid=13057] ppid=13055 vsize=868564 CPUtime=1.22
/proc/13056/task/13057/stat : 13057 (java) R 13055 13042 11834 0 -1 64 3001 0 1 0 119 3 0 0 25 0 9 0 19701260 889409536 11262 996147200 134512640 134550932 4294955936 18446744073709551615 4126408655 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13058] ppid=13055 vsize=868564 CPUtime=0.57
/proc/13056/task/13058/stat : 13058 (java) S 13055 13042 11834 0 -1 64 7064 0 0 0 55 2 0 0 16 0 9 0 19701261 889409536 11262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13059] ppid=13055 vsize=868564 CPUtime=0
/proc/13056/task/13059/stat : 13059 (java) S 13055 13042 11834 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701261 889409536 11262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13060] ppid=13055 vsize=868564 CPUtime=0
/proc/13056/task/13060/stat : 13060 (java) S 13055 13042 11834 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19701261 889409536 11262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13061] ppid=13055 vsize=868564 CPUtime=0
/proc/13056/task/13061/stat : 13061 (java) S 13055 13042 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701263 889409536 11262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13062] ppid=13055 vsize=868564 CPUtime=0.21
/proc/13056/task/13062/stat : 13062 (java) S 13055 13042 11834 0 -1 64 1531 0 0 0 21 0 0 0 16 0 9 0 19701263 889409536 11262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13063] ppid=13055 vsize=868564 CPUtime=0
/proc/13056/task/13063/stat : 13063 (java) S 13055 13042 11834 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701263 889409536 11262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13064] ppid=13055 vsize=868564 CPUtime=0
/proc/13056/task/13064/stat : 13064 (java) S 13055 13042 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701263 889409536 11262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890788

[startup+6.30244 s]
/proc/loadavg: 1.92 1.95 1.91 3/83 13064
/proc/meminfo: memFree=530128/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.95
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1310 7326 0 1 6 1 83 5 16 0 1 0 19701155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1111 409 3 0 796 0
[pid=13055] ppid=13042 vsize=5356 CPUtime=0
/proc/13055/stat : 13055 (sh) S 13042 13042 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13055/statm: 1339 233 193 169 0 50 0
[pid=13056] ppid=13055 vsize=868740 CPUtime=5.2
/proc/13056/stat : 13056 (java) S 13055 13042 11834 0 -1 0 15368 0 1 0 498 22 0 0 19 0 9 0 19701259 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13056/statm: 217185 13877 2592 9 0 211662 0
[pid=13056/tid=13057] ppid=13055 vsize=868740 CPUtime=3.93
/proc/13056/task/13057/stat : 13057 (java) R 13055 13042 11834 0 -1 64 3365 0 1 0 377 16 0 0 25 0 9 0 19701260 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4127140908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13058] ppid=13055 vsize=868740 CPUtime=0.96
/proc/13056/task/13058/stat : 13058 (java) S 13055 13042 11834 0 -1 64 9730 0 0 0 92 4 0 0 16 0 9 0 19701261 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13059] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13059/stat : 13059 (java) S 13055 13042 11834 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701261 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13060] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13060/stat : 13060 (java) S 13055 13042 11834 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19701261 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13061] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13061/stat : 13061 (java) S 13055 13042 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701263 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13062] ppid=13055 vsize=868740 CPUtime=0.28
/proc/13056/task/13062/stat : 13062 (java) S 13055 13042 11834 0 -1 64 1573 0 0 0 28 0 0 0 16 0 9 0 19701263 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13063] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13063/stat : 13063 (java) S 13055 13042 11834 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701263 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13064] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13064/stat : 13064 (java) S 13055 13042 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701263 889589760 13877 996147200 134512640 134550932 4294955936 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) 890964

[startup+12.7017 s]
/proc/loadavg: 2.01 1.97 1.92 3/83 13064
/proc/meminfo: memFree=458256/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.95
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1310 7326 0 1 6 1 83 5 16 0 1 0 19701155 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1111 409 3 0 796 0
[pid=13055] ppid=13042 vsize=5356 CPUtime=0
/proc/13055/stat : 13055 (sh) S 13042 13042 11834 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701259 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13055/statm: 1339 233 193 169 0 50 0
[pid=13056] ppid=13055 vsize=868740 CPUtime=11.5
/proc/13056/stat : 13056 (java) S 13055 13042 11834 0 -1 0 15892 0 1 0 1088 62 0 0 19 0 9 0 19701259 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13056/statm: 217185 13877 2592 9 0 211662 0
[pid=13056/tid=13057] ppid=13055 vsize=868740 CPUtime=10.03
/proc/13056/task/13057/stat : 13057 (java) R 13055 13042 11834 0 -1 64 3889 0 1 0 950 53 0 0 25 0 9 0 19701260 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4126558025 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13058] ppid=13055 vsize=868740 CPUtime=1.17
/proc/13056/task/13058/stat : 13058 (java) S 13055 13042 11834 0 -1 64 9730 0 0 0 110 7 0 0 16 0 9 0 19701261 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13059] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13059/stat : 13059 (java) S 13055 13042 11834 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701261 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13060] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13060/stat : 13060 (java) S 13055 13042 11834 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19701261 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13061] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13061/stat : 13061 (java) S 13055 13042 11834 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701263 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13062] ppid=13055 vsize=868740 CPUtime=0.28
/proc/13056/task/13062/stat : 13062 (java) S 13055 13042 11834 0 -1 64 1573 0 0 0 28 0 0 0 17 0 9 0 19701263 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13063] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13063/stat : 13063 (java) S 13055 13042 11834 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701263 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13064] ppid=13055 vsize=868740 CPUtime=0
/proc/13056/task/13064/stat : 13064 (java) S 13055 13042 11834 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701263 889589760 13877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 890964

[startup+25.5011 s]
/proc/loadavg: 2.15 2.00 1.93 3/75 13066
/proc/meminfo: memFree=400912/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=49020 CPUtime=7.77
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 11039 0 0 0 356 421 0 0 25 0 1 0 19702919 50196480 11025 996147200 134512640 134931368 4294956256 18446744073709551615 134560071 0 0 4096 0 0 0 0 17 1 0 0
/proc/13066/statm: 12255 11025 40 102 0 12150 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 71244

[startup+51.102 s]
/proc/loadavg: 2.10 2.00 1.93 3/75 13066
/proc/meminfo: memFree=305296/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=147504 CPUtime=33.13
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 35299 0 0 0 1503 1810 0 0 25 0 1 0 19702919 151044096 35285 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13066/statm: 36876 35285 40 102 0 36771 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 169728

[startup+102.307 s]
/proc/loadavg: 2.04 2.00 1.93 3/75 13066
/proc/meminfo: memFree=207120/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=250572 CPUtime=83.85
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 59231 0 0 0 5221 3164 0 0 25 0 1 0 19702919 256585728 59215 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13066/statm: 62643 59215 48 102 0 62538 0
Current children cumulated CPU time (s) 101.13

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

/proc/meminfo: memFree=132360/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=265732 CPUtime=1280.31
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 63098 0 0 0 124845 3186 0 0 25 0 1 0 19702919 272109568 63082 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 66433 63082 48 102 0 66328 0
Current children cumulated CPU time (s) 1297.59
Current children cumulated vsize (KiB) 287956

[startup+1362.3 s]
/proc/loadavg: 1.97 1.89 1.87 3/83 14668
/proc/meminfo: memFree=131464/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=266524 CPUtime=1340.28
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 63305 0 0 0 130842 3186 0 0 25 0 1 0 19702919 272920576 63289 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 66631 63289 48 102 0 66526 0
Current children cumulated CPU time (s) 1357.56
Current children cumulated vsize (KiB) 288748

[startup+1422.31 s]
/proc/loadavg: 1.99 1.91 1.88 4/83 14668
/proc/meminfo: memFree=130504/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=267316 CPUtime=1400.25
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 63512 0 0 0 136839 3186 0 0 25 0 1 0 19702919 273731584 63496 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 66829 63496 48 102 0 66724 0
Current children cumulated CPU time (s) 1417.53
Current children cumulated vsize (KiB) 289540

[startup+1482.31 s]
/proc/loadavg: 1.99 1.92 1.89 3/83 14668
/proc/meminfo: memFree=129864/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=268108 CPUtime=1460.23
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 63703 0 0 0 142836 3187 0 0 25 0 1 0 19702919 274542592 63687 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 67027 63687 48 102 0 66922 0
Current children cumulated CPU time (s) 1477.51
Current children cumulated vsize (KiB) 290332

[startup+1542.3 s]
/proc/loadavg: 1.99 1.93 1.89 3/83 14668
/proc/meminfo: memFree=129096/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=268900 CPUtime=1520.19
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 63895 0 0 0 148832 3187 0 0 25 0 1 0 19702919 275353600 63879 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 67225 63879 48 102 0 67120 0
Current children cumulated CPU time (s) 1537.47
Current children cumulated vsize (KiB) 291124

[startup+1602.3 s]
/proc/loadavg: 2.05 1.96 1.90 3/83 14668
/proc/meminfo: memFree=128072/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=269816 CPUtime=1580.16
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 64135 0 0 0 154829 3187 0 0 25 0 1 0 19702919 276291584 64119 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 67454 64119 48 102 0 67349 0
Current children cumulated CPU time (s) 1597.44
Current children cumulated vsize (KiB) 292040

[startup+1662.3 s]
/proc/loadavg: 2.02 1.97 1.91 3/83 14668
/proc/meminfo: memFree=127240/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=270608 CPUtime=1640.14
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 64329 0 0 0 160826 3188 0 0 25 0 1 0 19702919 277102592 64313 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 67652 64313 48 102 0 67547 0
Current children cumulated CPU time (s) 1657.42
Current children cumulated vsize (KiB) 292832

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 14674
/proc/meminfo: memFree=126152/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=271532 CPUtime=1700.1
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 64559 0 0 0 166822 3188 0 0 25 0 1 0 19702919 278048768 64543 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 67883 64543 48 102 0 67778 0
Current children cumulated CPU time (s) 1717.38
Current children cumulated vsize (KiB) 293756

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 14674
/proc/meminfo: memFree=125448/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=272192 CPUtime=1760.08
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 64749 0 0 0 172819 3189 0 0 25 0 1 0 19702919 278724608 64733 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 68048 64733 48 102 0 67943 0
Current children cumulated CPU time (s) 1777.36
Current children cumulated vsize (KiB) 294416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 14674
/proc/meminfo: memFree=125128/2055920 swapFree=4192952/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.28
/proc/13042/stat : 13042 (sugar) S 13040 13042 11834 0 -1 4194304 1365 23929 0 2 6 1 1615 106 16 0 1 0 19701155 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13042/statm: 4217 1113 409 3 0 796 0
[pid=13065] ppid=13042 vsize=5356 CPUtime=0
/proc/13065/stat : 13065 (sh) S 13042 13042 11834 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702919 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13065/statm: 1339 232 193 169 0 50 0
[pid=13066] ppid=13065 vsize=272588 CPUtime=1782.78
/proc/13066/stat : 13066 (picosat) R 13065 13042 11834 0 -1 4194304 64830 0 0 0 175089 3189 0 0 25 0 1 0 19702919 279130112 64814 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/13066/statm: 68147 64814 48 102 0 68042 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 294812

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13042 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=225533
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=84835
# CPU time returned by wait4() is 17.3104
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.05
CPU time (s): 1800.06
CPU user time (s): 1767.1
CPU system time (s): 32.96
CPU usage (%): 99.7233
Max. virtual memory (cumulated for all children) (KiB): 891356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2255
system time used= 1.08483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25688
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= 13797
involuntary context switches= 13991

runsolver used 2.23466 second user time and 5.76512 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-11 17:32:52
IDJOB=2060983
IDBENCH=53767
IDSOLVER=738
FILE ID=node42/2060983-1247326372
PBS_JOBID= 9506544
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-37-37.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-2060983-1247326372/watcher-2060983-1247326372 -o /tmp/evaluation-result-2060983-1247326372/solver-2060983-1247326372 -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-2060983-1247326372.xml

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

MD5SUM BENCH= f3288d103eb05e68f4356a28d7cc0cdd
RANDOM SEED=555591460

node42.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.283
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.283
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:        593480 kB
Buffers:         48296 kB
Cached:        1339784 kB
SwapCached:          4 kB
Active:         129240 kB
Inactive:      1279404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        593480 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          32116 kB
Slab:            39132 kB
Committed_AS:   149072 kB
PageTables:       1724 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= 66304 MiB
End job on node42 at 2009-07-11 18:02:59