Trace number 2082038

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.02 1807.59

General information on the benchmark

Namecsp/super-queens/
normalized-super-queens-14.xml
MD5SUM14c2fce2e4d4e8fdcde4ad542c4fc2d2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.687894
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints9560
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9560
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:55:25 2009
0.00/0.08	c 0	PID 27210
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2082038-1247374525.xml TO HOME/temp.csp
0.00/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-2082038-1247374525.xml' 'HOME/temp.csp'
0.96/1.09	c 1	1 domains, 160 variables, 2 predicates, 0 relations, 9560 constraints
1.05/1.13	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.13	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.06/1.21	c 2	Parsing HOME/temp.csp
1.06/1.50	c 2	parsed 9723 expressions
1.06/1.51	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.06/1.51	c 2	Converting to clausal form CSP
1.06/1.89	c 2	converted 973 (10%) expressions
1.06/2.02	c 2	converted 1945 (20%) expressions
2.00/2.19	c 3	converted 2917 (30%) expressions
2.10/2.29	c 3	converted 3890 (40%) expressions
2.39/2.50	c 3	converted 4862 (50%) expressions
2.49/2.61	c 3	converted 5834 (60%) expressions
2.60/2.71	c 3	converted 6807 (70%) expressions
2.69/2.83	c 3	converted 7779 (80%) expressions
2.89/3.08	c 3	converted 8751 (90%) expressions
2.98/3.19	c 4	converted 9723 (100%) expressions
2.98/3.19	c 4	CSP : 160 integers, 9480 booleans, 38000 clauses, largest domain size 80
2.98/3.19	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.98/3.19	c 4	Propagation in CSP
3.09/3.28	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.09/3.28	c 4	CSP : 160 integers, 9480 booleans, 38000 clauses, largest domain size 80
3.09/3.28	c 4	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.09/3.30	c 4	Simplifing CSP by introducing new Boolean variables
3.47/3.68	c 4	CSP : 160 integers, 47554 booleans, 76074 clauses, largest domain size 80
3.47/3.68	c 4	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.77/3.93	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.77/3.96	c 4	16 (10%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
3.77/3.97	c 4	32 (20%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
3.77/3.97	c 4	48 (30%) CSP integer variables are encoded (3744 clauses, 46551 bytes)
3.77/3.97	c 4	64 (40%) CSP integer variables are encoded (4992 clauses, 62775 bytes)
3.77/3.97	c 4	80 (50%) CSP integer variables are encoded (6240 clauses, 78999 bytes)
3.77/3.98	c 4	96 (60%) CSP integer variables are encoded (7488 clauses, 95223 bytes)
3.77/3.98	c 4	112 (70%) CSP integer variables are encoded (8736 clauses, 111447 bytes)
3.77/3.98	c 4	128 (80%) CSP integer variables are encoded (9984 clauses, 127894 bytes)
3.77/3.98	c 4	144 (90%) CSP integer variables are encoded (11232 clauses, 146614 bytes)
3.77/3.98	c 4	160 (100%) CSP integer variables are encoded (12480 clauses, 165334 bytes)
4.47/4.64	c 5	7608 (10%) CSP clauses are encoded (324629 clauses, 6007491 bytes)
5.06/5.24	c 6	15215 (20%) CSP clauses are encoded (644169 clauses, 12224290 bytes)
5.66/5.86	c 6	22823 (30%) CSP clauses are encoded (965173 clauses, 18654504 bytes)
6.25/6.49	c 7	30430 (40%) CSP clauses are encoded (1300734 clauses, 25378620 bytes)
6.93/7.17	c 7	38037 (50%) CSP clauses are encoded (1647479 clauses, 32335854 bytes)
7.62/7.84	c 8	45645 (60%) CSP clauses are encoded (2002054 clauses, 39467437 bytes)
8.31/8.52	c 9	53252 (70%) CSP clauses are encoded (2366954 clauses, 46829138 bytes)
9.01/9.24	c 10	60860 (80%) CSP clauses are encoded (2748138 clauses, 54544410 bytes)
9.70/9.98	c 10	68467 (90%) CSP clauses are encoded (3146973 clauses, 62672680 bytes)
10.49/10.77	c 11	76074 (100%) CSP clauses are encoded (3570874 clauses, 71651652 bytes)
10.49/10.77	c 11	76074 CSP clauses encoded
10.49/10.77	c 11	Writing map file : HOME/temp.map
10.49/10.78	c 11	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.49/10.78	c 11	SAT : 60194 SAT variables, 3570874 SAT clauses, 71651652 bytes
10.49/10.79	c 11	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.58/10.85	c 11	SOLVING HOME/temp.cnf
10.58/10.85	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.58/10.85	c 11	This is MiniSat 2.0 beta
10.58/10.85	c 11	WARNING: for repeatability, setting FPU to use double precision
10.58/10.85	c 11	============================[ Problem Statistics ]=============================
10.58/10.85	c 11	|                                                                             |
10.58/10.85	c 11	|  Number of variables:  60194                                                |
10.58/10.85	c 11	|  Number of clauses:    3570874                                              |
12.50/12.88	c 13	|  Parsing time:         1.74         s                                       |
12.60/12.99	c 13	============================[ Search Statistics ]==============================
12.60/12.99	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.60/12.99	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.60/12.99	c 13	===============================================================================
12.60/12.99	c 13	|         0 |   60191  3570871 10614419 |  1190290        0    nan |  0.000 % |
13.29/13.69	c 14	|       100 |   60191  3570871 10614419 |  1309319      100     17 |  0.005 % |
14.19/14.52	c 15	|       251 |   60191  3570871 10614419 |  1440251      251     40 |  0.005 % |
15.08/15.45	c 16	|       476 |   60191  3570871 10614419 |  1584276      476     59 |  0.005 % |
16.37/16.78	c 17	|       814 |   60191  3570871 10614419 |  1742704      814     51 |  0.005 % |
16.86/17.23	c 18	|      1322 |   60191  3570871 10614419 |  1916974     1322     40 |  0.005 % |
19.14/19.55	c 20	|      2083 |   60191  3570871 10614419 |  2108671     2083     61 |  0.005 % |
22.60/23.03	c 23	|      3222 |   60191  3570871 10614419 |  2319539     3222     54 |  0.005 % |
29.83/30.36	c 31	|      4930 |   60191  3570871 10614419 |  2551493     4930     80 |  0.005 % |
38.25/38.84	c 39	|      7492 |   60191  3570871 10614419 |  2806642     7492     77 |  0.005 % |
49.94/50.64	c 51	|     11337 |   60191  3570871 10614419 |  3087306    11337     79 |  0.005 % |
81.03/82.05	c 82	|     17104 |   60191  3570871 10614419 |  3396037    17104    103 |  0.005 % |
116.98/118.31	c 119	|     25753 |   60191  3570871 10614419 |  3735640    25753     79 |  0.005 % |
185.07/187.28	c 188	|     38727 |   60191  3570871 10614419 |  4109205    38727    108 |  0.005 % |
286.14/289.32	c 290	|     58188 |   60191  3570871 10614419 |  4520125    58188    115 |  0.005 % |
406.60/410.37	c 411	|     87382 |   60191  3570871 10614419 |  4972138    87382    117 |  0.005 % |
642.60/647.47	c 648	|    131173 |   60191  3570871 10614419 |  5469351   131173    136 |  0.005 % |
1113.56/1120.80	c 1121	|    196857 |   60191  3570871 10614419 |  6016287   196857    117 |  0.005 % |
1435.60/1442.97	c 1443	|    295384 |   60191  3570871 10614419 |  6617915   295384    108 |  0.005 % |
1800.02/1807.51	c ERROR INTERRUPTED
1800.02/1807.56	s UNKNOWN
1800.02/1807.56	c 1808	CPU 10.61 (0.07 0.01 9.84 0.69)
1800.02/1807.56	c 1808	END Sun Jul 12 07:25:33 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-2082038-1247374525/watcher-2082038-1247374525 -o /tmp/evaluation-result-2082038-1247374525/solver-2082038-1247374525 -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-2082038-1247374525.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: 2.00 2.00 2.00 4/81 27210
/proc/meminfo: memFree=1483944/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=12268 CPUtime=0
/proc/27210/stat : 27210 (sugar) R 27208 27210 21966 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 24519942 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/27210/statm: 3067 316 241 3 0 167 0

[startup+0.0875691 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27210
/proc/meminfo: memFree=1483944/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=0.07
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24519942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101851 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27210
/proc/meminfo: memFree=1483944/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=0.07
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24519942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301887 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27210
/proc/meminfo: memFree=1483944/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=0.07
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24519942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701969 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 27210
/proc/meminfo: memFree=1483944/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=0.07
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24519942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50213 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 27222
/proc/meminfo: memFree=1460688/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=1.06
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1309 8988 0 1 6 1 94 5 16 0 1 0 24519942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 16868

[startup+3.10244 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 27232
/proc/meminfo: memFree=1461648/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=1.06
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1309 8988 0 1 6 1 94 5 16 0 1 0 24519942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1111 409 3 0 796 0
[pid=27223] ppid=27210 vsize=5356 CPUtime=0
/proc/27223/stat : 27223 (sh) S 27210 27210 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24520056 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27223/statm: 1339 233 193 169 0 50 0
[pid=27224] ppid=27223 vsize=868604 CPUtime=1.92
/proc/27224/stat : 27224 (java) S 27223 27210 21966 0 -1 0 12178 0 1 0 185 7 0 0 18 0 9 0 24520056 889450496 11040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27224/statm: 217151 11040 2566 9 0 211656 0
[pid=27224/tid=27225] ppid=27223 vsize=868604 CPUtime=1.15
/proc/27224/task/27225/stat : 27225 (java) R 27223 27210 21966 0 -1 64 3003 0 1 0 113 2 0 0 25 0 9 0 24520057 889450496 11040 996147200 134512640 134550932 4294955936 18446744073709551615 4126575193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27226] ppid=27223 vsize=868604 CPUtime=0.57
/proc/27224/task/27226/stat : 27226 (java) S 27223 27210 21966 0 -1 64 7002 0 0 0 54 3 0 0 16 0 9 0 24520059 889450496 11040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27227] ppid=27223 vsize=868604 CPUtime=0
/proc/27224/task/27227/stat : 27227 (java) S 27223 27210 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24520059 889450496 11040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27228] ppid=27223 vsize=868604 CPUtime=0
/proc/27224/task/27228/stat : 27228 (java) S 27223 27210 21966 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24520059 889450496 11040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27229] ppid=27223 vsize=868604 CPUtime=0
/proc/27224/task/27229/stat : 27229 (java) S 27223 27210 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24520061 889450496 11040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27230] ppid=27223 vsize=868604 CPUtime=0.17
/proc/27224/task/27230/stat : 27230 (java) S 27223 27210 21966 0 -1 64 1473 0 0 0 16 1 0 0 16 0 9 0 24520061 889450496 11040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27231] ppid=27223 vsize=868604 CPUtime=0
/proc/27224/task/27231/stat : 27231 (java) S 27223 27210 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24520061 889450496 11040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27232] ppid=27223 vsize=868604 CPUtime=0
/proc/27224/task/27232/stat : 27232 (java) S 27223 27210 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24520061 889450496 11040 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) 890828

[startup+6.30208 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 27232
/proc/meminfo: memFree=1416592/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=1.06
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1310 8988 0 1 6 1 94 5 15 0 1 0 24519942 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1111 409 3 0 796 0
[pid=27223] ppid=27210 vsize=5356 CPUtime=0
/proc/27223/stat : 27223 (sh) S 27210 27210 21966 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24520056 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27223/statm: 1339 233 193 169 0 50 0
[pid=27224] ppid=27223 vsize=868716 CPUtime=5.09
/proc/27224/stat : 27224 (java) S 27223 27210 21966 0 -1 0 16579 0 1 0 481 28 0 0 18 0 9 0 24520056 889565184 14847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27224/statm: 217179 14847 2590 9 0 211656 0
[pid=27224/tid=27225] ppid=27223 vsize=868716 CPUtime=3.6
/proc/27224/task/27225/stat : 27225 (java) R 27223 27210 21966 0 -1 64 3518 0 1 0 341 19 0 0 25 0 9 0 24520057 889565184 14847 996147200 134512640 134550932 4294955936 18446744073709551615 4126956356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27226] ppid=27223 vsize=868716 CPUtime=1.21
/proc/27224/task/27226/stat : 27226 (java) S 27223 27210 21966 0 -1 64 10844 0 0 0 115 6 0 0 16 0 9 0 24520059 889565184 14847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27227] ppid=27223 vsize=868716 CPUtime=0
/proc/27224/task/27227/stat : 27227 (java) S 27223 27210 21966 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24520059 889565184 14847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27228] ppid=27223 vsize=868716 CPUtime=0
/proc/27224/task/27228/stat : 27228 (java) S 27223 27210 21966 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24520059 889565184 14847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27229] ppid=27223 vsize=868716 CPUtime=0
/proc/27224/task/27229/stat : 27229 (java) S 27223 27210 21966 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24520061 889565184 14847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27230] ppid=27223 vsize=868716 CPUtime=0.24
/proc/27224/task/27230/stat : 27230 (java) S 27223 27210 21966 0 -1 64 1517 0 0 0 23 1 0 0 16 0 9 0 24520061 889565184 14847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27231] ppid=27223 vsize=868716 CPUtime=0
/proc/27224/task/27231/stat : 27231 (java) S 27223 27210 21966 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24520061 889565184 14847 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27224/tid=27232] ppid=27223 vsize=868716 CPUtime=0
/proc/27224/task/27232/stat : 27232 (java) S 27223 27210 21966 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24520061 889565184 14847 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) 890940

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 27234
/proc/meminfo: memFree=1327184/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=127292 CPUtime=1.8
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 31308 0 0 0 158 22 0 0 25 0 1 0 24521028 130347008 31294 996147200 134512640 135127466 4294956256 18446744073709551615 134532738 0 0 4096 3 0 0 0 17 1 0 0
/proc/27234/statm: 31823 31294 62 150 0 31670 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 149516

[startup+25.5018 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 27234
/proc/meminfo: memFree=1249488/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=164100 CPUtime=14.48
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 39166 0 0 0 1422 26 0 0 25 0 1 0 24521028 168038400 39152 996147200 134512640 135127466 4294956256 18446744073709551615 134527508 0 0 4096 3 0 0 0 17 1 0 0
/proc/27234/statm: 41025 39152 76 150 0 40872 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 186324

[startup+51.1029 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 27234
/proc/meminfo: memFree=1247056/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=166492 CPUtime=39.83
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 39763 0 0 0 3956 27 0 0 25 0 1 0 24521028 170487808 39749 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27234/statm: 41623 39749 76 150 0 41470 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 188716

[startup+102.308 s]
/proc/loadavg: 2.01 2.01 2.00 3/84 27234
/proc/meminfo: memFree=1240336/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=170488 CPUtime=90.54
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 40747 0 0 0 9026 28 0 0 25 0 1 0 24521028 174579712 40733 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27234/statm: 42622 40733 76 150 0 42469 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 192712

[startup+162.302 s]
/proc/loadavg: 1.93 1.98 1.99 3/86 27335
/proc/meminfo: memFree=1235712/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=176328 CPUtime=149.9
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 42213 0 0 0 14959 31 0 0 25 0 1 0 24521028 180559872 42199 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/27234/statm: 44082 42199 76 150 0 43929 0
Current children cumulated CPU time (s) 160.5
Current children cumulated vsize (KiB) 198552

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

/proc/meminfo: memFree=1337096/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=286236 CPUtime=1344.44
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 69620 0 0 0 134380 64 0 0 25 0 1 0 24521028 293105664 69606 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 71559 69606 76 150 0 71406 0
Current children cumulated CPU time (s) 1355.04
Current children cumulated vsize (KiB) 308460

[startup+1422.31 s]
/proc/loadavg: 1.99 2.01 2.00 3/77 27393
/proc/meminfo: memFree=1329544/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=293364 CPUtime=1404.42
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 71424 0 0 0 140375 67 0 0 25 0 1 0 24521028 300404736 71410 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 73341 71410 76 150 0 73188 0
Current children cumulated CPU time (s) 1415.02
Current children cumulated vsize (KiB) 315588

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 27393
/proc/meminfo: memFree=1321544/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=301068 CPUtime=1464.38
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 73352 0 0 0 146369 69 0 0 25 0 1 0 24521028 308293632 73338 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 75267 73338 76 150 0 75114 0
Current children cumulated CPU time (s) 1474.98
Current children cumulated vsize (KiB) 323292

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/77 27393
/proc/meminfo: memFree=1314248/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=308540 CPUtime=1524.35
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 75088 0 0 0 152364 71 0 0 25 0 1 0 24521028 315944960 75074 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 77135 75074 76 150 0 76982 0
Current children cumulated CPU time (s) 1534.95
Current children cumulated vsize (KiB) 330764

[startup+1602.3 s]
/proc/loadavg: 1.92 1.98 1.99 3/76 27554
/proc/meminfo: memFree=1320336/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=316068 CPUtime=1584.32
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 76989 0 0 0 158357 75 0 0 25 0 1 0 24521028 323653632 76975 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 79017 76975 76 150 0 78864 0
Current children cumulated CPU time (s) 1594.92
Current children cumulated vsize (KiB) 338292

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27554
/proc/meminfo: memFree=1312272/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=323992 CPUtime=1644.29
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 78978 0 0 0 164352 77 0 0 25 0 1 0 24521028 331767808 78964 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 80998 78964 76 150 0 80845 0
Current children cumulated CPU time (s) 1654.89
Current children cumulated vsize (KiB) 346216

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27554
/proc/meminfo: memFree=1305488/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=330728 CPUtime=1704.27
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 80667 0 0 0 170348 79 0 0 25 0 1 0 24521028 338665472 80653 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 82682 80653 76 150 0 82529 0
Current children cumulated CPU time (s) 1714.87
Current children cumulated vsize (KiB) 352952

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 27554
/proc/meminfo: memFree=1298192/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=337724 CPUtime=1764.23
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 82408 0 0 0 176343 80 0 0 25 0 1 0 24521028 345829376 82394 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 84431 82394 76 150 0 84278 0
Current children cumulated CPU time (s) 1774.83
Current children cumulated vsize (KiB) 359948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 27554
/proc/meminfo: memFree=1295376/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=340496 CPUtime=1789.42
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 83134 0 0 0 178862 80 0 0 25 0 1 0 24521028 348667904 83120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 85124 83120 76 150 0 84971 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 362720

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

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

[startup+1807.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 27554
/proc/meminfo: memFree=1295376/2055924 swapFree=4192812/4192956
[pid=27210] ppid=27208 vsize=16868 CPUtime=10.6
/proc/27210/stat : 27210 (sugar) S 27208 27210 21966 0 -1 4194304 1376 26186 0 2 7 1 984 68 16 0 1 0 24519942 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27210/statm: 4217 1113 409 3 0 796 0
[pid=27233] ppid=27210 vsize=5356 CPUtime=0
/proc/27233/stat : 27233 (sh) S 27210 27210 21966 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24521027 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27233/statm: 1339 232 193 169 0 50 0
[pid=27234] ppid=27233 vsize=340496 CPUtime=1789.42
/proc/27234/stat : 27234 (minisat) R 27233 27210 21966 0 -1 4194304 83134 0 0 0 178862 80 0 0 25 0 1 0 24521028 348667904 83120 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27234/statm: 85124 83120 76 150 0 84971 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 362720

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27210 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=921491
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=743886
# CPU time returned by wait4() is 10.6654
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.59
CPU time (s): 1800.02
CPU user time (s): 1798.53
CPU system time (s): 1.49
CPU usage (%): 99.581
Max. virtual memory (cumulated for all children) (KiB): 891584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.92149
system time used= 0.743886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27945
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= 6882
involuntary context switches= 7001

runsolver used 2.23266 second user time and 6.08207 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 06:55:25
IDJOB=2082038
IDBENCH=57524
IDSOLVER=739
FILE ID=node6/2082038-1247374525
PBS_JOBID= 9507036
Free space on /tmp= 66336 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-queens/normalized-super-queens-14.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-2082038-1247374525/watcher-2082038-1247374525 -o /tmp/evaluation-result-2082038-1247374525/solver-2082038-1247374525 -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-2082038-1247374525.xml

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

MD5SUM BENCH= 14c2fce2e4d4e8fdcde4ad542c4fc2d2
RANDOM SEED=964054067

node6.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.263
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.263
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:      2055924 kB
MemFree:       1484424 kB
Buffers:         54364 kB
Cached:         266392 kB
SwapCached:          0 kB
Active:         375500 kB
Inactive:       119440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1484424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2460 kB
Writeback:           0 kB
Mapped:         194588 kB
Slab:            61344 kB
Committed_AS:   372276 kB
PageTables:       2252 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= 66400 MiB
End job on node6 at 2009-07-12 07:25:35