Trace number 1055923

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? (TO) 1800.09 1815.97

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-11.xml
MD5SUM910d61ba544cb1eb5e823b3eb305c3f6
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 benchmark368.848
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints7290
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7290
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 06:50:54 2008
0.00/0.04	c 0	PID 13816
0.04/0.05	c 0	HOST node15.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1055923-1215060654.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1055923-1215060654.xml' 'HOME/temp.csp'
0.04/0.78	c 1	2 domains, 122 variables, 3 predicates, 0 relations, 7290 constraints
0.04/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.79	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.75/0.87	c 1	Parsing HOME/temp.csp
1.05/1.15	c 1	parsed 7417 expressions
1.05/1.15	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.15	c 1	Converting to clausal form CSP
1.34/1.43	c 1	converted 742 (10%) expressions
1.34/1.45	c 1	converted 1484 (20%) expressions
1.34/1.48	c 1	converted 2226 (30%) expressions
1.44/1.55	c 1	converted 2967 (40%) expressions
1.44/1.57	c 1	converted 3709 (50%) expressions
1.44/1.60	c 1	converted 4451 (60%) expressions
1.54/1.62	c 1	converted 5192 (70%) expressions
1.54/1.65	c 1	converted 5934 (80%) expressions
1.54/1.68	c 2	converted 6676 (90%) expressions
1.64/1.78	c 2	converted 7417 (100%) expressions
1.64/1.78	c 2	CSP : 880 integers, 390 booleans, 10118 clauses, largest domain size 121
1.64/1.78	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.78	c 2	Propagation in CSP
1.74/1.88	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.74/1.88	c 2	CSP : 880 integers, 390 booleans, 10118 clauses, largest domain size 121
1.74/1.88	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.88	c 2	Simplifing CSP by introducing new Boolean variables
1.93/2.03	c 2	CSP : 880 integers, 15810 booleans, 25538 clauses, largest domain size 121
1.93/2.03	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.13	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.03/2.17	c 2	88 (10%) CSP integer variables are encoded (10372 clauses, 133624 bytes)
2.03/2.18	c 2	176 (20%) CSP integer variables are encoded (15034 clauses, 203554 bytes)
2.03/2.19	c 2	264 (30%) CSP integer variables are encoded (16096 clauses, 219484 bytes)
2.03/2.19	c 2	352 (40%) CSP integer variables are encoded (17153 clauses, 235339 bytes)
2.03/2.19	c 2	440 (50%) CSP integer variables are encoded (18220 clauses, 251344 bytes)
2.03/2.19	c 2	528 (60%) CSP integer variables are encoded (19252 clauses, 266824 bytes)
2.03/2.20	c 2	616 (70%) CSP integer variables are encoded (20044 clauses, 278704 bytes)
2.03/2.20	c 2	704 (80%) CSP integer variables are encoded (20836 clauses, 290584 bytes)
2.03/2.20	c 2	792 (90%) CSP integer variables are encoded (21628 clauses, 302464 bytes)
2.03/2.20	c 2	880 (100%) CSP integer variables are encoded (22420 clauses, 314344 bytes)
2.43/2.58	c 2	2554 (10%) CSP clauses are encoded (180528 clauses, 3441132 bytes)
2.82/2.97	c 3	5108 (20%) CSP clauses are encoded (377334 clauses, 7288967 bytes)
3.21/3.35	c 3	7662 (30%) CSP clauses are encoded (572716 clauses, 11247361 bytes)
3.61/3.71	c 4	10216 (40%) CSP clauses are encoded (768330 clauses, 15209913 bytes)
3.91/4.08	c 4	12769 (50%) CSP clauses are encoded (963707 clauses, 19176339 bytes)
4.31/4.45	c 4	15323 (60%) CSP clauses are encoded (1156233 clauses, 23090563 bytes)
4.69/4.81	c 5	17877 (70%) CSP clauses are encoded (1347447 clauses, 26993781 bytes)
4.99/5.16	c 5	20431 (80%) CSP clauses are encoded (1535809 clauses, 30859385 bytes)
5.40/5.51	c 5	22985 (90%) CSP clauses are encoded (1718463 clauses, 34666393 bytes)
5.69/5.82	c 6	25538 (100%) CSP clauses are encoded (1876972 clauses, 38109509 bytes)
5.69/5.82	c 6	25538 CSP clauses encoded
5.69/5.82	c 6	Writing map file : HOME/temp.map
5.69/5.83	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.69/5.83	c 6	SAT : 39110 SAT variables, 1876972 SAT clauses, 38109509 bytes
5.69/5.83	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.69/5.86	c 6	SOLVING HOME/temp.cnf
5.69/5.86	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.69/5.86	c 6	This is MiniSat 2.0 beta
5.69/5.86	c 6	WARNING: for repeatability, setting FPU to use double precision
5.69/5.86	c 6	============================[ Problem Statistics ]=============================
5.69/5.86	c 6	|                                                                             |
5.69/5.86	c 6	|  Number of variables:  39110                                                |
5.69/5.86	c 6	|  Number of clauses:    1876972                                              |
6.66/6.81	c 7	|  Parsing time:         0.81         s                                       |
6.66/6.86	c 7	============================[ Search Statistics ]==============================
6.66/6.86	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.66/6.86	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.66/6.86	c 7	===============================================================================
6.66/6.86	c 7	|         0 |   39110  1876972  5563534 |   625657        0    nan |  0.000 % |
6.87/7.06	c 7	|       100 |   39110  1876972  5563534 |   688223      100     11 |  0.000 % |
6.97/7.14	c 7	|       252 |   39110  1876972  5563534 |   757045      252     10 |  0.000 % |
7.06/7.24	c 7	|       479 |   39110  1876972  5563534 |   832749      479     13 |  0.000 % |
7.16/7.34	c 7	|       817 |   39110  1876972  5563534 |   916024      817     13 |  0.000 % |
7.55/7.76	c 8	|      1323 |   39110  1876972  5563534 |  1007627     1323     12 |  0.000 % |
8.34/8.52	c 8	|      2082 |   39110  1876972  5563534 |  1108390     2082     12 |  0.000 % |
9.13/9.36	c 9	|      3221 |   39110  1876972  5563534 |  1219229     3221     13 |  0.000 % |
9.81/10.01	c 10	|      4929 |   39110  1876972  5563534 |  1341152     4929     15 |  0.000 % |
11.30/11.59	c 11	|      7491 |   39110  1876972  5563534 |  1475267     7491     14 |  0.000 % |
13.38/13.68	c 14	|     11335 |   39110  1876972  5563534 |  1622793    11335     14 |  0.000 % |
17.75/18.06	c 18	|     17101 |   39110  1876972  5563534 |  1785073    17101     15 |  0.000 % |
23.39/23.75	c 24	|     25750 |   39110  1876972  5563534 |  1963580    25750     17 |  0.000 % |
29.13/29.58	c 29	|     38726 |   39110  1876972  5563534 |  2159938    38726     19 |  0.000 % |
43.69/44.29	c 44	|     58188 |   39110  1876972  5563534 |  2375932    58188     21 |  0.000 % |
71.33/72.12	c 72	|     87380 |   39110  1876972  5563534 |  2613525    87380     21 |  0.000 % |
113.71/114.90	c 115	|    131172 |   39110  1876972  5563534 |  2874878   131172     23 |  0.000 % |
182.75/184.64	c 184	|    196857 |   39110  1876972  5563534 |  3162366   196857     25 |  0.000 % |
295.29/298.20	c 298	|    295385 |   39110  1876972  5563534 |  3478603   295385     33 |  0.000 % |
546.43/551.70	c 552	|    443174 |   39110  1876972  5563534 |  3826463   443174     36 |  0.000 % |
1188.66/1200.04	c 1200	|    664858 |   39110  1876972  5563534 |  4209109   664858     47 |  0.000 % |
1800.09/1815.92	c ERROR INTERRUPTED
1800.09/1815.96	s UNKNOWN
1800.09/1815.96	c 1816	CPU 5.34 (0.03 0.01 5.31 0.4)
1800.09/1815.96	c 1816	END Thu Jul  3 07:21:10 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1055923-1215060654/watcher-1055923-1215060654 -o /tmp/evaluation-result-1055923-1215060654/solver-1055923-1215060654 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1055923-1215060654.xml 

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


[startup+0 s]
/proc/loadavg: 2.04 2.06 2.01 4/74 13816
/proc/meminfo: memFree=1539504/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=12268 CPUtime=0
/proc/13816/stat : 13816 (sugar) R 13814 13816 11971 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1985040012 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240472783461 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13816/statm: 3067 316 241 3 0 167 0

[startup+0.0498901 s]
/proc/loadavg: 2.04 2.06 2.01 4/74 13816
/proc/meminfo: memFree=1539504/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=0.04
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1985040012 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102379 s]
/proc/loadavg: 2.04 2.06 2.01 4/74 13816
/proc/meminfo: memFree=1539504/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=0.04
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985040012 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301397 s]
/proc/loadavg: 2.04 2.06 2.01 4/74 13816
/proc/meminfo: memFree=1539504/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=0.04
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985040012 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701435 s]
/proc/loadavg: 2.04 2.06 2.01 4/74 13816
/proc/meminfo: memFree=1539504/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=0.04
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1985040012 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 2.04 2.06 2.01 3/85 13838
/proc/meminfo: memFree=1531480/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=0.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 973 8077 0 1 3 1 67 4 15 0 1 0 1985040012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 797 370 3 0 500 0
[pid=13829] ppid=13816 vsize=5356 CPUtime=0
/proc/13829/stat : 13829 (sh) S 13816 13816 11971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985040091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13829/statm: 1339 233 193 169 0 50 0
[pid=13830] ppid=13829 vsize=868252 CPUtime=0.69
/proc/13830/stat : 13830 (java) S 13829 13816 11971 0 -1 0 5908 0 1 0 65 4 0 0 18 0 9 0 1985040091 889090048 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13830/statm: 217063 5290 1734 9 0 211638 0
[pid=13830/tid=13831] ppid=13829 vsize=868252 CPUtime=0.42
/proc/13830/task/13831/stat : 13831 (java) R 13829 13816 11971 0 -1 64 2674 0 1 0 40 2 0 0 18 0 9 0 1985040092 889090048 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13832] ppid=13829 vsize=868252 CPUtime=0.06
/proc/13830/task/13832/stat : 13832 (java) R 13829 13816 11971 0 -1 64 1078 0 0 0 5 1 0 0 16 0 9 0 1985040094 889090048 5290 996147200 134512640 134550740 4294955952 18446744073709551615 102723003 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13833] ppid=13829 vsize=868252 CPUtime=0
/proc/13830/task/13833/stat : 13833 (java) S 13829 13816 11971 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1985040094 889090048 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13834] ppid=13829 vsize=868252 CPUtime=0
/proc/13830/task/13834/stat : 13834 (java) S 13829 13816 11971 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1985040094 889090048 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13835] ppid=13829 vsize=868252 CPUtime=0
/proc/13830/task/13835/stat : 13835 (java) S 13829 13816 11971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985040096 889090048 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13836] ppid=13829 vsize=868252 CPUtime=0.18
/proc/13830/task/13836/stat : 13836 (java) S 13829 13816 11971 0 -1 64 1465 0 0 0 18 0 0 0 16 0 9 0 1985040096 889090048 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13837] ppid=13829 vsize=868252 CPUtime=0
/proc/13830/task/13837/stat : 13837 (java) S 13829 13816 11971 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985040096 889090048 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13838] ppid=13829 vsize=868252 CPUtime=0
/proc/13830/task/13838/stat : 13838 (java) S 13829 13816 11971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985040096 889090048 5290 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887208

[startup+3.10165 s]
/proc/loadavg: 2.04 2.06 2.01 5/85 13838
/proc/meminfo: memFree=1512088/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=0.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 974 8077 0 1 3 1 67 4 15 0 1 0 1985040012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 797 370 3 0 500 0
[pid=13829] ppid=13816 vsize=5356 CPUtime=0
/proc/13829/stat : 13829 (sh) S 13816 13816 11971 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985040091 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13829/statm: 1339 233 193 169 0 50 0
[pid=13830] ppid=13829 vsize=868476 CPUtime=2.27
/proc/13830/stat : 13830 (java) S 13829 13816 11971 0 -1 0 9794 0 1 0 213 14 0 0 18 0 9 0 1985040091 889319424 8759 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13830/statm: 217119 8759 2566 9 0 211666 0
[pid=13830/tid=13831] ppid=13829 vsize=868476 CPUtime=1.49
/proc/13830/task/13831/stat : 13831 (java) R 13829 13816 11971 0 -1 64 3039 0 1 0 142 7 0 0 25 0 9 0 1985040092 889319424 8759 996147200 134512640 134550740 4294955952 18446744073709551615 4126827466 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13832] ppid=13829 vsize=868476 CPUtime=0.47
/proc/13830/task/13832/stat : 13832 (java) S 13829 13816 11971 0 -1 64 4552 0 0 0 43 4 0 0 16 0 9 0 1985040094 889319424 8759 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13833] ppid=13829 vsize=868476 CPUtime=0
/proc/13830/task/13833/stat : 13833 (java) S 13829 13816 11971 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985040094 889319424 8759 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13834] ppid=13829 vsize=868476 CPUtime=0
/proc/13830/task/13834/stat : 13834 (java) S 13829 13816 11971 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985040094 889319424 8759 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13835] ppid=13829 vsize=868476 CPUtime=0
/proc/13830/task/13835/stat : 13835 (java) S 13829 13816 11971 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985040096 889319424 8759 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13836] ppid=13829 vsize=868476 CPUtime=0.28
/proc/13830/task/13836/stat : 13836 (java) S 13829 13816 11971 0 -1 64 1511 0 0 0 27 1 0 0 16 0 9 0 1985040096 889319424 8759 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13837] ppid=13829 vsize=868476 CPUtime=0
/proc/13830/task/13837/stat : 13837 (java) S 13829 13816 11971 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985040096 889319424 8759 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13830/tid=13838] ppid=13829 vsize=868476 CPUtime=0
/proc/13830/task/13838/stat : 13838 (java) S 13829 13816 11971 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1985040096 889319424 8759 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887432

[startup+6.30194 s]
/proc/loadavg: 2.19 2.09 2.02 3/85 13838
/proc/meminfo: memFree=1478040/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 13600

[startup+12.7015 s]
/proc/loadavg: 2.26 2.11 2.03 3/77 13840
/proc/meminfo: memFree=1416280/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=84860 CPUtime=6.74
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 20596 0 0 0 659 15 0 0 25 0 1 0 1985040599 86896640 20582 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 21215 20582 76 150 0 21062 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 103816

[startup+25.5026 s]
/proc/loadavg: 2.20 2.10 2.03 3/77 13840
/proc/meminfo: memFree=1413336/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=87192 CPUtime=19.42
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 21166 0 0 0 1926 16 0 0 25 0 1 0 1985040599 89284608 21152 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 21798 21152 76 150 0 21645 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 106148

[startup+51.1029 s]
/proc/loadavg: 2.13 2.09 2.03 3/77 13840
/proc/meminfo: memFree=1406872/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=92176 CPUtime=44.79
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 22396 0 0 0 4461 18 0 0 25 0 1 0 1985040599 94388224 22382 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 23044 22382 76 150 0 22891 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 111132

[startup+102.306 s]
/proc/loadavg: 2.06 2.08 2.02 3/77 13840
/proc/meminfo: memFree=1399960/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=98828 CPUtime=95.47
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 24087 0 0 0 9527 20 0 0 25 0 1 0 1985040599 101199872 24073 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 24707 24073 76 150 0 24554 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 117784

[startup+162.302 s]
/proc/loadavg: 2.11 2.09 2.03 3/77 13840
/proc/meminfo: memFree=1387096/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=107416 CPUtime=154.92
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 26216 0 0 0 15469 23 0 0 25 0 1 0 1985040599 109993984 26202 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 26854 26202 76 150 0 26701 0
Current children cumulated CPU time (s) 160.67

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

/proc/meminfo: memFree=1238616/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=246620 CPUtime=1343.69
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 60703 0 0 0 134301 68 0 0 25 0 1 0 1985040599 252538880 60689 996147200 134512640 135127466 4294956272 18446744073709551615 134527131 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 61655 60689 76 150 0 61502 0
Current children cumulated CPU time (s) 1349.44
Current children cumulated vsize (KiB) 265576

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13846
/proc/meminfo: memFree=1229784/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=255128 CPUtime=1403.13
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 62856 0 0 0 140243 70 0 0 25 0 1 0 1985040599 261251072 62842 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 63782 62842 76 150 0 63629 0
Current children cumulated CPU time (s) 1408.88
Current children cumulated vsize (KiB) 274084

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13846
/proc/meminfo: memFree=1222936/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=259880 CPUtime=1462.57
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 64082 0 0 0 146185 72 0 0 25 0 1 0 1985040599 266117120 64068 996147200 134512640 135127466 4294956272 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 64970 64068 76 150 0 64817 0
Current children cumulated CPU time (s) 1468.32
Current children cumulated vsize (KiB) 278836

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 13846
/proc/meminfo: memFree=1218072/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=264764 CPUtime=1522.01
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 65311 0 0 0 152128 73 0 0 25 0 1 0 1985040599 271118336 65297 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 66191 65297 76 150 0 66038 0
Current children cumulated CPU time (s) 1527.76
Current children cumulated vsize (KiB) 283720

[startup+1602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 13846
/proc/meminfo: memFree=1212504/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=270192 CPUtime=1581.45
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 66703 0 0 0 158071 74 0 0 25 0 1 0 1985040599 276676608 66689 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 67548 66689 76 150 0 67395 0
Current children cumulated CPU time (s) 1587.2
Current children cumulated vsize (KiB) 289148

[startup+1662.3 s]
/proc/loadavg: 2.20 2.06 2.01 3/77 13846
/proc/meminfo: memFree=1207640/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=274896 CPUtime=1640.89
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 67901 0 0 0 164013 76 0 0 25 0 1 0 1985040599 281493504 67887 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/13840/statm: 68724 67887 76 150 0 68571 0
Current children cumulated CPU time (s) 1646.64
Current children cumulated vsize (KiB) 293852

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 13895
/proc/meminfo: memFree=1310752/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=280044 CPUtime=1700.77
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 69215 0 0 0 169999 78 0 0 25 0 1 0 1985040599 286765056 69201 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13840/statm: 70011 69201 76 150 0 69858 0
Current children cumulated CPU time (s) 1706.52
Current children cumulated vsize (KiB) 299000

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/84 13895
/proc/meminfo: memFree=1304480/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=285192 CPUtime=1760.75
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 70515 0 0 0 175995 80 0 0 25 0 1 0 1985040599 292036608 70501 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/13840/statm: 71298 70501 76 150 0 71145 0
Current children cumulated CPU time (s) 1766.5
Current children cumulated vsize (KiB) 304148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 13895
/proc/meminfo: memFree=1301408/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=287704 CPUtime=1794.34
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 71139 0 0 0 179354 80 0 0 25 0 1 0 1985040599 294608896 71125 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13840/statm: 71926 71125 76 150 0 71773 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 306660

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

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

[startup+1815.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/84 13895
/proc/meminfo: memFree=1301408/2055920 swapFree=4180972/4192956
[pid=13816] ppid=13814 vsize=13600 CPUtime=5.75
/proc/13816/stat : 13816 (sugar) S 13814 13816 11971 0 -1 4194304 1032 18678 0 2 3 1 531 40 16 0 1 0 1985040012 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13816/statm: 3400 798 370 3 0 500 0
[pid=13839] ppid=13816 vsize=5356 CPUtime=0
/proc/13839/stat : 13839 (sh) S 13816 13816 11971 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985040598 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240472613700 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13839/statm: 1339 232 193 169 0 50 0
[pid=13840] ppid=13839 vsize=287704 CPUtime=1794.34
/proc/13840/stat : 13840 (minisat) R 13839 13816 11971 0 -1 4194304 71139 0 0 0 179354 80 0 0 25 0 1 0 1985040599 294608896 71125 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13840/statm: 71926 71125 76 150 0 71773 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 306660

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13816 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=346187
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=439933
# CPU time returned by wait4() is 5.78612
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.97
CPU time (s): 1800.09
CPU user time (s): 1798.88
CPU system time (s): 1.21
CPU usage (%): 99.1255
Max. virtual memory (cumulated for all children) (KiB): 887508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.34619
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20054
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= 7298
involuntary context switches= 7243

runsolver used 1.9887 second user time and 6.29404 second system time

The end

Launcher Data (download as text)

Begin job on node15 at 2008-07-03 06:50:54
IDJOB=1055923
IDBENCH=57390
IDSOLVER=346
FILE ID=node15/1055923-1215060654
PBS_JOBID= 7875208
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 910d61ba544cb1eb5e823b3eb305c3f6
RANDOM SEED=206097829

node15.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.229
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.229
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:       1539984 kB
Buffers:         53700 kB
Cached:         258384 kB
SwapCached:       6020 kB
Active:         333152 kB
Inactive:       109668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539984 kB
SwapTotal:     4192956 kB
SwapFree:      4180972 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:         137804 kB
Slab:            57944 kB
Committed_AS:  3549672 kB
PageTables:       2232 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= 66540 MiB
End job on node15 at 2008-07-03 07:21:12