Trace number 2060984

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.1 1808.33

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.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 17:32:56 2009
0.05/0.08	c 0	PID 13042
0.05/0.08	c 0	HOST node64.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2060984-1247326376.xml TO HOME/temp.csp
0.05/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-2060984-1247326376.xml' 'HOME/temp.csp'
0.97/1.05	c 1	38 domains, 2738 variables, 2 predicates, 0 relations, 3333 constraints
0.97/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.07	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'
1.02/1.15	c 1	Parsing HOME/temp.csp
1.02/1.43	c 1	parsed 6111 expressions
1.02/1.44	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.44	c 1	Converting to clausal form CSP
1.02/1.47	c 1	converted 612 (10%) expressions
1.02/1.47	c 1	converted 1223 (20%) expressions
1.02/1.48	c 1	converted 1834 (30%) expressions
1.02/1.48	c 1	converted 2445 (40%) expressions
1.02/1.67	c 2	converted 3056 (50%) expressions
1.02/1.74	c 2	converted 3667 (60%) expressions
1.02/1.83	c 2	converted 4278 (70%) expressions
1.02/1.87	c 2	converted 4889 (80%) expressions
1.02/1.92	c 2	converted 5500 (90%) expressions
3.70/3.89	c 4	converted 6111 (100%) expressions
3.70/3.90	c 4	CSP : 14882 integers, 6860 booleans, 44171 clauses, largest domain size 134
3.70/3.90	c 4	Heap : 30 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.70/3.90	c 4	Propagation in CSP
3.91/4.07	c 4	168 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.91/4.08	c 4	CSP : 14882 integers, 6860 booleans, 44171 clauses, largest domain size 133
3.91/4.08	c 4	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.01/4.10	c 4	Simplifing CSP by introducing new Boolean variables
4.01/4.13	c 4	CSP : 14882 integers, 6860 booleans, 44171 clauses, largest domain size 133
4.01/4.13	c 4	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.20/4.35	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.20/4.40	c 4	1489 (10%) CSP integer variables are encoded (8192 clauses, 104363 bytes)
4.30/4.41	c 4	2977 (20%) CSP integer variables are encoded (11772 clauses, 158063 bytes)
4.30/4.44	c 4	4465 (30%) CSP integer variables are encoded (34684 clauses, 501743 bytes)
4.30/4.47	c 4	5953 (40%) CSP integer variables are encoded (57934 clauses, 850493 bytes)
4.39/4.50	c 4	7441 (50%) CSP integer variables are encoded (80576 clauses, 1190123 bytes)
4.39/4.53	c 4	8930 (60%) CSP integer variables are encoded (102408 clauses, 1538768 bytes)
4.39/4.56	c 5	10418 (70%) CSP integer variables are encoded (125855 clauses, 1937367 bytes)
4.39/4.59	c 5	11906 (80%) CSP integer variables are encoded (148948 clauses, 2329948 bytes)
4.50/4.63	c 5	13394 (90%) CSP integer variables are encoded (171320 clauses, 2710272 bytes)
4.50/4.66	c 5	14882 (100%) CSP integer variables are encoded (193760 clauses, 3091752 bytes)
5.29/5.47	c 5	4418 (10%) CSP clauses are encoded (621270 clauses, 10912726 bytes)
6.38/6.58	c 7	8835 (20%) CSP clauses are encoded (1154145 clauses, 22282573 bytes)
7.57/7.72	c 8	13252 (30%) CSP clauses are encoded (1694342 clauses, 33958009 bytes)
8.66/8.83	c 9	17669 (40%) CSP clauses are encoded (2215404 clauses, 45219393 bytes)
9.74/9.95	c 10	22086 (50%) CSP clauses are encoded (2736925 clauses, 56460715 bytes)
12.00/12.26	c 12	26503 (60%) CSP clauses are encoded (3851696 clauses, 81319345 bytes)
13.28/13.58	c 14	30920 (70%) CSP clauses are encoded (4430163 clauses, 95563230 bytes)
14.48/14.76	c 15	35337 (80%) CSP clauses are encoded (4951225 clauses, 108391190 bytes)
15.64/15.94	c 16	39754 (90%) CSP clauses are encoded (5461731 clauses, 120939215 bytes)
17.78/18.27	c 18	44171 (100%) CSP clauses are encoded (6510977 clauses, 145868065 bytes)
17.78/18.27	c 18	44171 CSP clauses encoded
17.78/18.27	c 18	Writing map file : HOME/temp.map
17.88/18.30	c 18	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.88/18.30	c 18	SAT : 215406 SAT variables, 6510977 SAT clauses, 145868065 bytes
17.88/18.30	c 18	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.88/18.32	c 18	SOLVING HOME/temp.cnf
17.88/18.32	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.88/18.33	c 18	This is MiniSat 2.0 beta
17.88/18.33	c 18	WARNING: for repeatability, setting FPU to use double precision
17.88/18.33	c 18	============================[ Problem Statistics ]=============================
17.88/18.33	c 18	|                                                                             |
17.88/18.33	c 18	|  Number of variables:  215406                                               |
17.88/18.33	c 18	|  Number of clauses:    6510977                                              |
21.43/21.97	c 22	|  Parsing time:         3.05         s                                       |
21.62/22.15	c 22	============================[ Search Statistics ]==============================
21.62/22.15	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.62/22.15	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.62/22.15	c 22	===============================================================================
21.62/22.15	c 22	|         0 |  215406  6510977 19348386 |  2170325        0    nan |  0.000 % |
23.71/24.23	c 24	|       100 |  215406  6510977 19348386 |  2387358      100     23 |  0.000 % |
27.37/27.92	c 28	|       250 |  215406  6510977 19348386 |  2626094      250     54 |  0.000 % |
32.71/33.31	c 33	|       476 |  215406  6510977 19348386 |  2888703      476     50 |  0.000 % |
39.65/40.36	c 40	|       813 |  215406  6510977 19348386 |  3177573      813     50 |  0.000 % |
46.88/47.62	c 48	|      1320 |  215406  6510977 19348386 |  3495331     1320     49 |  0.000 % |
61.04/61.95	c 62	|      2079 |  215406  6510977 19348386 |  3844864     2079     45 |  0.000 % |
83.43/84.51	c 84	|      3218 |  215406  6510977 19348386 |  4229350     3218     46 |  0.000 % |
115.72/117.10	c 117	|      4927 |  215406  6510977 19348386 |  4652285     4927     50 |  0.000 % |
164.25/166.10	c 166	|      7493 |  215406  6510977 19348386 |  5117514     7493     52 |  0.000 % |
232.69/235.26	c 235	|     11337 |  215406  6510977 19348386 |  5629265    11337     59 |  0.000 % |
346.79/350.40	c 350	|     17103 |  215406  6510977 19348386 |  6192192    17103     58 |  0.000 % |
550.92/556.33	c 556	|     25753 |  215406  6510977 19348386 |  6811411    25753     72 |  0.000 % |
775.10/782.69	c 783	|     38727 |  215406  6510977 19348386 |  7492552    38727     68 |  0.000 % |
1135.18/1143.09	c 1143	|     58189 |  215406  6510977 19348386 |  8241808    58189     67 |  0.000 % |
1757.59/1765.73	c 1766	|     87383 |  215406  6510977 19348386 |  9065988    87383     66 |  0.000 % |
1800.07/1808.21	c ERROR INTERRUPTED
1800.07/1808.26	s UNKNOWN
1800.07/1808.26	c 1808	CPU 17.92 (0.06 0.02 16.72 1.12)
1800.07/1808.26	c 1808	END Sat Jul 11 18:03:04 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-2060984-1247326376/watcher-2060984-1247326376 -o /tmp/evaluation-result-2060984-1247326376/solver-2060984-1247326376 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2060984-1247326376.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.95 4/74 13042
/proc/meminfo: memFree=1023920/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=18576 CPUtime=0
/proc/13042/stat : 13042 (runsolver) R 13040 13042 11541 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19700894 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13042/statm: 4644 284 249 26 0 2626 0

[startup+0.072824 s]
/proc/loadavg: 1.91 1.95 1.95 4/74 13042
/proc/meminfo: memFree=1023920/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16344 CPUtime=0.05
/proc/13042/stat : 13042 (sugar) R 13040 13042 11541 0 -1 4194304 1009 0 0 0 4 1 0 0 18 0 1 0 19700894 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 251273099013 0 0 4224 0 0 0 0 17 1 0 0
/proc/13042/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101831 s]
/proc/loadavg: 1.91 1.95 1.95 4/74 13042
/proc/meminfo: memFree=1023920/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.07
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19700894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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.301844 s]
/proc/loadavg: 1.91 1.95 1.95 4/74 13042
/proc/meminfo: memFree=1023920/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.07
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19700894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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.701893 s]
/proc/loadavg: 1.91 1.95 1.95 4/74 13042
/proc/meminfo: memFree=1023920/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=0.07
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19700894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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.50198 s]
/proc/loadavg: 1.91 1.95 1.95 4/85 13054
/proc/meminfo: memFree=1006232/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=1.02
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1309 7328 0 1 5 2 89 6 15 0 1 0 19700894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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) 1.02
Current children cumulated vsize (KiB) 16868

[startup+3.10316 s]
/proc/loadavg: 1.91 1.95 1.95 4/85 13064
/proc/meminfo: memFree=1001176/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=1.02
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1309 7328 0 1 5 2 89 6 16 0 1 0 19700894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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 11541 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701001 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 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=868852 CPUtime=1.99
/proc/13056/stat : 13056 (java) S 13055 13042 11541 0 -1 0 11989 0 1 0 192 7 0 0 18 0 9 0 19701002 889704448 11043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13056/statm: 217213 11043 2568 9 0 211718 0
[pid=13056/tid=13057] ppid=13055 vsize=868852 CPUtime=1.25
/proc/13056/task/13057/stat : 13057 (java) R 13055 13042 11541 0 -1 64 2887 0 1 0 124 1 0 0 25 0 9 0 19701003 889704448 11043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13058] ppid=13055 vsize=868852 CPUtime=0.5
/proc/13056/task/13058/stat : 13058 (java) R 13055 13042 11541 0 -1 64 6880 0 0 0 46 4 0 0 16 0 9 0 19701004 889704448 11043 996147200 134512640 134550932 4294955936 18446744073709551615 102569612 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13059] ppid=13055 vsize=868852 CPUtime=0
/proc/13056/task/13059/stat : 13059 (java) S 13055 13042 11541 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701004 889704448 11043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13060] ppid=13055 vsize=868852 CPUtime=0
/proc/13056/task/13060/stat : 13060 (java) S 13055 13042 11541 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19701004 889704448 11043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13061] ppid=13055 vsize=868852 CPUtime=0
/proc/13056/task/13061/stat : 13061 (java) S 13055 13042 11541 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701006 889704448 11043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13062] ppid=13055 vsize=868852 CPUtime=0.21
/proc/13056/task/13062/stat : 13062 (java) S 13055 13042 11541 0 -1 64 1522 0 0 0 21 0 0 0 16 0 9 0 19701006 889704448 11043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13063] ppid=13055 vsize=868852 CPUtime=0
/proc/13056/task/13063/stat : 13063 (java) S 13055 13042 11541 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701006 889704448 11043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13064] ppid=13055 vsize=868852 CPUtime=0
/proc/13056/task/13064/stat : 13064 (java) S 13055 13042 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701006 889704448 11043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 891076

[startup+6.3025 s]
/proc/loadavg: 2.00 1.97 1.96 3/85 13064
/proc/meminfo: memFree=964632/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=1.03
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1310 7328 0 1 6 2 89 6 15 0 1 0 19700894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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 11541 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701001 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 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=868712 CPUtime=5.16
/proc/13056/stat : 13056 (java) S 13055 13042 11541 0 -1 0 15318 0 1 0 493 23 0 0 18 0 9 0 19701002 889561088 13872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13056/statm: 217178 13872 2592 9 0 211655 0
[pid=13056/tid=13057] ppid=13055 vsize=868712 CPUtime=3.79
/proc/13056/task/13057/stat : 13057 (java) R 13055 13042 11541 0 -1 64 3342 0 1 0 366 13 0 0 25 0 9 0 19701003 889561088 13872 996147200 134512640 134550932 4294955936 18446744073709551615 4127137882 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13058] ppid=13055 vsize=868712 CPUtime=1.05
/proc/13056/task/13058/stat : 13058 (java) S 13055 13042 11541 0 -1 64 9711 0 0 0 97 8 0 0 16 0 9 0 19701004 889561088 13872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13059] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13059/stat : 13059 (java) S 13055 13042 11541 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701004 889561088 13872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13060] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13060/stat : 13060 (java) S 13055 13042 11541 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19701004 889561088 13872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13061] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13061/stat : 13061 (java) S 13055 13042 11541 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701006 889561088 13872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13062] ppid=13055 vsize=868712 CPUtime=0.28
/proc/13056/task/13062/stat : 13062 (java) S 13055 13042 11541 0 -1 64 1565 0 0 0 28 0 0 0 16 0 9 0 19701006 889561088 13872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13063] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13063/stat : 13063 (java) S 13055 13042 11541 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701006 889561088 13872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13064] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13064/stat : 13064 (java) S 13055 13042 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701006 889561088 13872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890936

[startup+12.7022 s]
/proc/loadavg: 2.00 1.97 1.96 3/85 13064
/proc/meminfo: memFree=896792/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=1.03
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1310 7328 0 1 6 2 89 6 16 0 1 0 19700894 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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 11541 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19701001 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 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=868712 CPUtime=11.47
/proc/13056/stat : 13056 (java) S 13055 13042 11541 0 -1 0 15834 0 1 0 1081 66 0 0 18 0 9 0 19701002 889561088 13874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13056/statm: 217178 13874 2592 9 0 211655 0
[pid=13056/tid=13057] ppid=13055 vsize=868712 CPUtime=9.86
/proc/13056/task/13057/stat : 13057 (java) R 13055 13042 11541 0 -1 64 3856 0 1 0 933 53 0 0 25 0 9 0 19701003 889561088 13874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13058] ppid=13055 vsize=868712 CPUtime=1.3
/proc/13056/task/13058/stat : 13058 (java) S 13055 13042 11541 0 -1 64 9711 0 0 0 119 11 0 0 16 0 9 0 19701004 889561088 13874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13059] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13059/stat : 13059 (java) S 13055 13042 11541 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19701004 889561088 13874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13060] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13060/stat : 13060 (java) S 13055 13042 11541 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19701004 889561088 13874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13061] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13061/stat : 13061 (java) S 13055 13042 11541 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19701006 889561088 13874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13062] ppid=13055 vsize=868712 CPUtime=0.28
/proc/13056/task/13062/stat : 13062 (java) S 13055 13042 11541 0 -1 64 1567 0 0 0 28 0 0 0 17 0 9 0 19701006 889561088 13874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13063] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13063/stat : 13063 (java) S 13055 13042 11541 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19701006 889561088 13874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13056/tid=13064] ppid=13055 vsize=868712 CPUtime=0
/proc/13056/task/13064/stat : 13064 (java) S 13055 13042 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19701006 889561088 13874 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890936

[startup+25.5016 s]
/proc/loadavg: 2.00 1.97 1.96 3/77 13066
/proc/meminfo: memFree=589976/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=294192 CPUtime=7.07
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 71237 0 0 0 650 57 0 0 25 0 1 0 19702727 301252608 71223 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13066/statm: 73548 71223 76 150 0 73395 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 316416

[startup+51.1014 s]
/proc/loadavg: 2.00 1.97 1.96 3/77 13066
/proc/meminfo: memFree=586776/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=297492 CPUtime=32.43
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 72085 0 0 0 3185 58 0 0 25 0 1 0 19702727 304631808 72071 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/13066/statm: 74373 72071 76 150 0 74220 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 319716

[startup+102.308 s]
/proc/loadavg: 2.00 1.97 1.96 3/77 13066
/proc/meminfo: memFree=584600/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=299604 CPUtime=83.14
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 72619 0 0 0 8256 58 0 0 25 0 1 0 19702727 306794496 72605 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13066/statm: 74901 72605 76 150 0 74748 0
Current children cumulated CPU time (s) 101.06

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

/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 78227 0 0 0 139571 69 0 0 25 0 1 0 19702727 329940992 78213 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13066/statm: 80552 78213 76 150 0 80399 0
Current children cumulated CPU time (s) 1414.32
Current children cumulated vsize (KiB) 344432

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.94 3/87 13196
/proc/meminfo: memFree=419080/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=323000 CPUtime=1456.38
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 78443 0 0 0 145568 70 0 0 25 0 1 0 19702727 330752000 78429 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/13066/statm: 80750 78429 76 150 0 80597 0
Current children cumulated CPU time (s) 1474.3
Current children cumulated vsize (KiB) 345224

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.94 4/87 13196
/proc/meminfo: memFree=418184/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=323924 CPUtime=1516.35
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 78658 0 0 0 151565 70 0 0 25 0 1 0 19702727 331698176 78644 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/13066/statm: 80981 78644 76 150 0 80828 0
Current children cumulated CPU time (s) 1534.27
Current children cumulated vsize (KiB) 346148

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.94 3/87 13196
/proc/meminfo: memFree=417352/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=324716 CPUtime=1576.32
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 78880 0 0 0 157562 70 0 0 25 0 1 0 19702727 332509184 78866 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/13066/statm: 81179 78866 76 150 0 81026 0
Current children cumulated CPU time (s) 1594.24
Current children cumulated vsize (KiB) 346940

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.94 3/87 13196
/proc/meminfo: memFree=416200/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=325904 CPUtime=1636.3
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 79167 0 0 0 163560 70 0 0 25 0 1 0 19702727 333725696 79153 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/13066/statm: 81476 79153 76 150 0 81323 0
Current children cumulated CPU time (s) 1654.22
Current children cumulated vsize (KiB) 348128

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.94 3/87 13202
/proc/meminfo: memFree=414976/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=326960 CPUtime=1696.28
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 79441 0 0 0 169557 71 0 0 25 0 1 0 19702727 334807040 79427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13066/statm: 81740 79427 76 150 0 81587 0
Current children cumulated CPU time (s) 1714.2
Current children cumulated vsize (KiB) 349184

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.94 3/87 13202
/proc/meminfo: memFree=414016/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=327752 CPUtime=1756.25
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 79655 0 0 0 175554 71 0 0 25 0 1 0 19702727 335618048 79641 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13066/statm: 81938 79641 76 150 0 81785 0
Current children cumulated CPU time (s) 1774.17
Current children cumulated vsize (KiB) 349976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 1.97 1.94 3/87 13202
/proc/meminfo: memFree=413568/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=328280 CPUtime=1782.15
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 79766 0 0 0 178144 71 0 0 25 0 1 0 19702727 336158720 79752 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13066/statm: 82070 79752 76 150 0 81917 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 350504

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

############
# WARNING:
# current cumulated CPU time (17.98 s) is less than in the last sample (1800.07 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1782.09 s) to the 'lost time'.

[startup+1808.2 s]
/proc/loadavg: 2.00 1.97 1.94 3/87 13202
/proc/meminfo: memFree=413568/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.92
/proc/13042/stat : 13042 (sugar) S 13040 13042 11541 0 -1 4194304 1376 23910 0 2 6 2 1672 112 16 0 1 0 19700894 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 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 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19702727 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 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=328280 CPUtime=1782.15
/proc/13066/stat : 13066 (minisat) R 13065 13042 11541 0 -1 4194304 79766 0 0 0 178144 71 0 0 25 0 1 0 19702727 336158720 79752 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13066/statm: 82070 79752 76 150 0 81917 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 350504

[startup+1808.32 s]
/proc/loadavg: 2.00 1.97 1.94 4/87 13203
/proc/meminfo: memFree=877440/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.98
/proc/13042/stat : 13042 (sugar) R 13040 13042 11541 0 -1 4194304 1423 24187 0 2 6 8 1672 112 17 0 1 0 19700894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13042/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.98
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1808.32 s]
/proc/loadavg: 2.00 1.97 1.94 4/87 13203
/proc/meminfo: memFree=877440/2055920 swapFree=4192956/4192956
[pid=13042] ppid=13040 vsize=16868 CPUtime=17.98
/proc/13042/stat : 13042 (sugar) R 13040 13042 11541 0 -1 4194304 1423 24187 0 2 6 8 1672 112 17 0 1 0 19700894 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251255297065 0 0 4224 16386 0 0 0 17 0 0 0
/proc/13042/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.98
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1782.09
#  lost CPU user time (s): 1781.44
#  lost CPU system time (s): 0.65

Real time (s): 1808.33
CPU time (s): 1800.1
CPU user time (s): 1798.23
CPU system time (s): 1.86681
CPU usage (%): 99.5447
Max. virtual memory (cumulated for all children) (KiB): 891328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7884
system time used= 1.21681
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25669
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= 13598
involuntary context switches= 13530

runsolver used 2.20766 second user time and 6.02908 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-11 17:32:56
IDJOB=2060984
IDBENCH=53767
IDSOLVER=739
FILE ID=node64/2060984-1247326376
PBS_JOBID= 9506501
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060984-1247326376/watcher-2060984-1247326376 -o /tmp/evaluation-result-2060984-1247326376/solver-2060984-1247326376 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2060984-1247326376.xml

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

MD5SUM BENCH= f3288d103eb05e68f4356a28d7cc0cdd
RANDOM SEED=1926302343

node64.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.220
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.220
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:       1024400 kB
Buffers:         43524 kB
Cached:         880528 kB
SwapCached:          0 kB
Active:         140756 kB
Inactive:       838536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1024400 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2304 kB
Writeback:           0 kB
Mapped:          66536 kB
Slab:            37016 kB
Committed_AS:   179676 kB
PageTables:       1880 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node64 at 2009-07-11 18:03:06