Trace number 2072963

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 1805.58

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-71-70.xml
MD5SUM169d5c36ea31b7cbc30dbf69abb51501
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4970
Number of constraints141
Maximum constraint arity71
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(141)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 02:07:20 2009
0.00/0.07	c 0	PID 17522
0.00/0.07	c 0	HOST node88.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2072963-1247357240.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2072963-1247357240.xml' 'HOME/temp.csp'
0.06/0.76	c 1	1 domains, 4970 variables, 0 predicates, 0 relations, 141 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.89	c 1	Parsing HOME/temp.csp
0.93/1.09	c 1	parsed 5112 expressions
0.93/1.09	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.09	c 1	Converting to clausal form CSP
1.02/1.12	c 1	converted 512 (10%) expressions
1.02/1.13	c 1	converted 1023 (20%) expressions
1.02/1.14	c 1	converted 1534 (30%) expressions
1.02/1.14	c 1	converted 2045 (40%) expressions
1.02/1.14	c 1	converted 2556 (50%) expressions
1.02/1.14	c 1	converted 3068 (60%) expressions
1.02/1.15	c 1	converted 3579 (70%) expressions
1.02/1.15	c 1	converted 4090 (80%) expressions
1.02/1.15	c 1	converted 4601 (90%) expressions
1.73/1.86	c 2	converted 5112 (100%) expressions
1.73/1.86	c 2	CSP : 7931 integers, 0 booleans, 6063 clauses, largest domain size 25
1.73/1.86	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.86	c 2	Propagation in CSP
1.82/1.99	c 2	8680 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.82/2.00	c 2	CSP : 7931 integers, 0 booleans, 6063 clauses, largest domain size 25
1.82/2.00	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.01	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.02	c 2	CSP : 7931 integers, 0 booleans, 6063 clauses, largest domain size 25
1.92/2.02	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.07	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.92/2.09	c 2	794 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.10	c 2	1587 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.10	c 2	2380 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.10	c 2	3173 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.10	c 2	3966 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.02/2.10	c 2	4759 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.02/2.12	c 2	5552 (70%) CSP integer variables are encoded (5235 clauses, 69538 bytes)
2.02/2.14	c 2	6345 (80%) CSP integer variables are encoded (12371 clauses, 176578 bytes)
2.02/2.14	c 2	7138 (90%) CSP integer variables are encoded (13419 clauses, 192298 bytes)
2.02/2.14	c 2	7931 (100%) CSP integer variables are encoded (13419 clauses, 192298 bytes)
2.22/2.31	c 2	607 (10%) CSP clauses are encoded (54165 clauses, 968274 bytes)
2.32/2.48	c 3	1213 (20%) CSP clauses are encoded (94848 clauses, 1829755 bytes)
2.52/2.64	c 3	1819 (30%) CSP clauses are encoded (135621 clauses, 2749430 bytes)
2.71/2.81	c 3	2426 (40%) CSP clauses are encoded (176487 clauses, 3671700 bytes)
2.81/2.97	c 3	3032 (50%) CSP clauses are encoded (217155 clauses, 4589311 bytes)
2.91/3.03	c 3	3638 (60%) CSP clauses are encoded (222595 clauses, 4675953 bytes)
2.91/3.09	c 3	4245 (70%) CSP clauses are encoded (226780 clauses, 4734282 bytes)
3.01/3.14	c 3	4851 (80%) CSP clauses are encoded (230964 clauses, 4792714 bytes)
3.12/3.20	c 3	5457 (90%) CSP clauses are encoded (235160 clauses, 4851290 bytes)
3.12/3.26	c 3	6063 (100%) CSP clauses are encoded (239328 clauses, 4909507 bytes)
3.12/3.26	c 3	6063 CSP clauses encoded
3.12/3.26	c 3	Writing map file : HOME/temp.map
3.12/3.29	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.12/3.29	c 3	SAT : 21350 SAT variables, 239328 SAT clauses, 4909507 bytes
3.12/3.29	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.20/3.32	c 3	SOLVING HOME/temp.cnf
3.20/3.32	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.20/3.32	c 3	This is MiniSat 2.0 beta
3.20/3.32	c 3	WARNING: for repeatability, setting FPU to use double precision
3.20/3.32	c 3	============================[ Problem Statistics ]=============================
3.20/3.32	c 3	|                                                                             |
3.20/3.33	c 3	|  Number of variables:  21350                                                |
3.20/3.33	c 3	|  Number of clauses:    239328                                               |
3.22/3.46	c 4	|  Parsing time:         0.12         s                                       |
3.22/3.47	c 4	============================[ Search Statistics ]==============================
3.22/3.47	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.22/3.47	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.22/3.47	c 4	===============================================================================
3.22/3.47	c 4	|         0 |   21350   239328   767487 |    79776        0    nan |  0.000 % |
3.22/3.56	c 4	|       101 |   21350   239328   767487 |    87753      101    186 |  0.000 % |
3.22/3.62	c 4	|       251 |   21350   239328   767487 |    96528      251    120 |  0.000 % |
3.22/3.66	c 4	|       477 |   21350   239328   767487 |   106181      477     72 |  0.000 % |
3.22/3.71	c 4	|       814 |   21350   239328   767487 |   116800      814     56 |  0.000 % |
3.22/3.93	c 4	|      1320 |   21350   239328   767487 |   128480     1320    104 |  0.000 % |
3.22/4.06	c 4	|      2080 |   21350   239328   767487 |   141328     2080     94 |  0.000 % |
3.22/4.24	c 4	|      3219 |   21350   239328   767487 |   155460     3219     73 |  0.000 % |
4.28/4.49	c 5	|      4928 |   21350   239328   767487 |   171006     4928     59 |  0.000 % |
4.79/4.96	c 5	|      7490 |   21350   239328   767487 |   188107     7490     47 |  0.000 % |
6.49/6.70	c 7	|     11334 |   21350   239328   767487 |   206918    11334     91 |  0.000 % |
9.59/9.72	c 10	|     17100 |   21350   239328   767487 |   227610    17100    137 |  0.000 % |
12.59/12.75	c 13	|     25753 |   21350   239328   767487 |   250371    25753    129 |  0.000 % |
16.68/16.86	c 17	|     38727 |   21350   239328   767487 |   275408    38727    117 |  0.000 % |
27.38/27.53	c 28	|     58188 |   21350   239328   767487 |   302949    58188    118 |  0.000 % |
56.67/56.83	c 57	|     87380 |   21350   239328   767487 |   333244    87380    144 |  0.000 % |
86.15/86.38	c 87	|    131170 |   21350   239328   767487 |   366568   131170    159 |  0.000 % |
200.51/200.75	c 201	|    196855 |   21350   239328   767487 |   403225   196855    179 |  0.000 % |
374.33/374.66	c 375	|    295384 |   21350   239328   767487 |   443547   295384    161 |  0.000 % |
774.86/775.35	c 775	|    443173 |   21350   239328   767487 |   487902   443173    204 |  0.000 % |
1301.19/1304.34	c 1304	|    664858 |   21350   239328   767487 |   536693   176368    249 |  0.000 % |
1800.00/1805.51	c ERROR INTERRUPTED
1800.00/1805.57	s UNKNOWN
1800.00/1805.57	c 1806	CPU 3.23 (0.06 0.02 2.98 0.17)
1800.00/1805.57	c 1806	END Sun Jul 12 02:37:26 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-2072963-1247357240/watcher-2072963-1247357240 -o /tmp/evaluation-result-2072963-1247357240/solver-2072963-1247357240 -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-2072963-1247357240.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.97 2.01 2.00 4/81 17522
/proc/meminfo: memFree=1252472/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=12272 CPUtime=0
/proc/17522/stat : 17522 (sugar) R 17520 17522 15707 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22789203 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 1 0 0
/proc/17522/statm: 3068 327 246 3 0 168 0

[startup+0.0755121 s]
/proc/loadavg: 1.97 2.01 2.00 4/81 17522
/proc/meminfo: memFree=1252472/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=0.06
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 22789203 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101602 s]
/proc/loadavg: 1.97 2.01 2.00 4/81 17522
/proc/meminfo: memFree=1252472/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=0.06
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22789203 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301585 s]
/proc/loadavg: 1.97 2.01 2.00 4/81 17522
/proc/meminfo: memFree=1252472/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=0.06
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22789203 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701644 s]
/proc/loadavg: 1.97 2.01 2.00 4/81 17522
/proc/meminfo: memFree=1252472/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=0.06
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22789203 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50274 s]
/proc/loadavg: 1.97 2.01 2.00 4/92 17544
/proc/meminfo: memFree=1243488/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=0.75
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1309 5373 0 1 5 2 64 4 15 0 1 0 22789203 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17522/statm: 4217 1111 409 3 0 796 0
[pid=17535] ppid=17522 vsize=5356 CPUtime=0
/proc/17535/stat : 17535 (sh) S 17522 17522 15707 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22789284 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17535/statm: 1339 233 193 169 0 50 0
[pid=17536] ppid=17535 vsize=868600 CPUtime=0.68
/proc/17536/stat : 17536 (java) S 17535 17522 15707 0 -1 0 7147 0 1 0 63 5 0 0 20 0 9 0 22789284 889446400 6397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17536/statm: 217150 6397 2566 9 0 211655 0
[pid=17536/tid=17537] ppid=17535 vsize=868600 CPUtime=0.4
/proc/17536/task/17537/stat : 17537 (java) R 17535 17522 15707 0 -1 64 2672 0 1 0 38 2 0 0 25 0 9 0 22789285 889446400 6397 996147200 134512640 134550932 4294955936 18446744073709551615 4126554288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17538] ppid=17535 vsize=868600 CPUtime=0.08
/proc/17536/task/17538/stat : 17538 (java) S 17535 17522 15707 0 -1 64 2291 0 0 0 8 0 0 0 16 0 9 0 22789286 889446400 6397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17539] ppid=17535 vsize=868600 CPUtime=0
/proc/17536/task/17539/stat : 17539 (java) S 17535 17522 15707 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22789287 889446400 6397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17540] ppid=17535 vsize=868600 CPUtime=0
/proc/17536/task/17540/stat : 17540 (java) S 17535 17522 15707 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22789287 889446400 6397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17541] ppid=17535 vsize=868600 CPUtime=0
/proc/17536/task/17541/stat : 17541 (java) S 17535 17522 15707 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22789289 889446400 6397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17542] ppid=17535 vsize=868600 CPUtime=0.17
/proc/17536/task/17542/stat : 17542 (java) S 17535 17522 15707 0 -1 64 1484 0 0 0 16 1 0 0 16 0 9 0 22789289 889446400 6397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17543] ppid=17535 vsize=868600 CPUtime=0
/proc/17536/task/17543/stat : 17543 (java) S 17535 17522 15707 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22789289 889446400 6397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17544] ppid=17535 vsize=868600 CPUtime=0
/proc/17536/task/17544/stat : 17544 (java) S 17535 17522 15707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22789289 889446400 6397 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890824

[startup+3.10292 s]
/proc/loadavg: 2.05 2.03 2.00 4/92 17544
/proc/meminfo: memFree=1229792/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=0.75
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1310 5373 0 1 5 2 64 4 15 0 1 0 22789203 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17522/statm: 4217 1111 409 3 0 796 0
[pid=17535] ppid=17522 vsize=5356 CPUtime=0
/proc/17535/stat : 17535 (sh) S 17522 17522 15707 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22789284 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17535/statm: 1339 233 193 169 0 50 0
[pid=17536] ppid=17535 vsize=868712 CPUtime=2.26
/proc/17536/stat : 17536 (java) S 17535 17522 15707 0 -1 0 8279 0 1 0 215 11 0 0 20 0 9 0 22789284 889561088 7283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17536/statm: 217178 7283 2590 9 0 211655 0
[pid=17536/tid=17537] ppid=17535 vsize=868712 CPUtime=1.71
/proc/17536/task/17537/stat : 17537 (java) R 17535 17522 15707 0 -1 64 2958 0 1 0 165 6 0 0 25 0 9 0 22789285 889561088 7283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17538] ppid=17535 vsize=868712 CPUtime=0.29
/proc/17536/task/17538/stat : 17538 (java) R 17535 17522 15707 0 -1 64 3093 0 0 0 27 2 0 0 15 0 9 0 22789286 889561088 7283 996147200 134512640 134550932 4294955936 18446744073709551615 102572036 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17539] ppid=17535 vsize=868712 CPUtime=0
/proc/17536/task/17539/stat : 17539 (java) S 17535 17522 15707 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22789287 889561088 7283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17540] ppid=17535 vsize=868712 CPUtime=0
/proc/17536/task/17540/stat : 17540 (java) S 17535 17522 15707 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22789287 889561088 7283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17541] ppid=17535 vsize=868712 CPUtime=0
/proc/17536/task/17541/stat : 17541 (java) S 17535 17522 15707 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22789289 889561088 7283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17542] ppid=17535 vsize=868712 CPUtime=0.23
/proc/17536/task/17542/stat : 17542 (java) S 17535 17522 15707 0 -1 64 1528 0 0 0 22 1 0 0 16 0 9 0 22789289 889561088 7283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17543] ppid=17535 vsize=868712 CPUtime=0
/proc/17536/task/17543/stat : 17543 (java) S 17535 17522 15707 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22789289 889561088 7283 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17536/tid=17544] ppid=17535 vsize=868712 CPUtime=0
/proc/17536/task/17544/stat : 17544 (java) S 17535 17522 15707 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22789289 889561088 7283 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) 890936

[startup+6.30229 s]
/proc/loadavg: 2.05 2.03 2.00 3/84 17546
/proc/meminfo: memFree=1227872/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 15 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=18148 CPUtime=2.96
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 4299 0 0 0 293 3 0 0 25 0 1 0 22789535 18583552 4285 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17546/statm: 4537 4285 76 150 0 4384 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 40372

[startup+12.703 s]
/proc/loadavg: 2.04 2.03 2.00 3/84 17546
/proc/meminfo: memFree=1216672/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=28628 CPUtime=9.36
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 6910 0 0 0 930 6 0 0 25 0 1 0 22789535 29315072 6896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17546/statm: 7157 6896 76 150 0 7004 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 50852

[startup+25.5015 s]
/proc/loadavg: 2.03 2.03 2.00 3/84 17546
/proc/meminfo: memFree=1201312/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=43316 CPUtime=22.16
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 10590 0 0 0 2206 10 0 0 25 0 1 0 22789535 44355584 10576 996147200 134512640 135127466 4294956256 18446744073709551615 134528076 0 0 4096 3 0 0 0 17 0 0 0
/proc/17546/statm: 10829 10576 76 150 0 10676 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 65540

[startup+51.1014 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 17546
/proc/meminfo: memFree=1179424/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=64784 CPUtime=47.74
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 15928 0 0 0 4759 15 0 0 25 0 1 0 22789535 66338816 15914 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17546/statm: 16196 15914 76 150 0 16043 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 87008

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 17546
/proc/meminfo: memFree=1122400/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=118388 CPUtime=98.92
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 29272 0 0 0 9863 29 0 0 25 0 1 0 22789535 121229312 29258 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17546/statm: 29597 29258 76 150 0 29444 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 140612

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 17546
/proc/meminfo: memFree=1088992/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

/proc/meminfo: memFree=1355736/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1355.68
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112256 0 0 0 135427 141 0 0 25 0 1 0 22789535 464060416 112242 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112242 76 150 0 113143 0
Current children cumulated CPU time (s) 1358.91
Current children cumulated vsize (KiB) 475408

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17659
/proc/meminfo: memFree=1355672/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1415.39
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112257 0 0 0 141398 141 0 0 25 0 1 0 22789535 464060416 112243 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112243 76 150 0 113143 0
Current children cumulated CPU time (s) 1418.62
Current children cumulated vsize (KiB) 475408

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17659
/proc/meminfo: memFree=1355608/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1475.1
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112258 0 0 0 147369 141 0 0 25 0 1 0 22789535 464060416 112244 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112244 76 150 0 113143 0
Current children cumulated CPU time (s) 1478.33
Current children cumulated vsize (KiB) 475408

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17659
/proc/meminfo: memFree=1355544/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1534.82
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112258 0 0 0 153341 141 0 0 25 0 1 0 22789535 464060416 112244 996147200 134512640 135127466 4294956256 18446744073709551615 134527499 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112244 76 150 0 113143 0
Current children cumulated CPU time (s) 1538.05
Current children cumulated vsize (KiB) 475408

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17659
/proc/meminfo: memFree=1355544/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1594.53
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112258 0 0 0 159312 141 0 0 25 0 1 0 22789535 464060416 112244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112244 76 150 0 113143 0
Current children cumulated CPU time (s) 1597.76
Current children cumulated vsize (KiB) 475408

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17659
/proc/meminfo: memFree=1355480/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1654.26
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112258 0 0 0 165284 142 0 0 25 0 1 0 22789535 464060416 112244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112244 76 150 0 113143 0
Current children cumulated CPU time (s) 1657.49
Current children cumulated vsize (KiB) 475408

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17659
/proc/meminfo: memFree=1355416/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1713.97
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112258 0 0 0 171255 142 0 0 25 0 1 0 22789535 464060416 112244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112244 76 150 0 113143 0
Current children cumulated CPU time (s) 1717.2
Current children cumulated vsize (KiB) 475408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17659
/proc/meminfo: memFree=1355160/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1773.68
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112258 0 0 0 177226 142 0 0 25 0 1 0 22789535 464060416 112244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112244 76 150 0 113143 0
Current children cumulated CPU time (s) 1776.91
Current children cumulated vsize (KiB) 475408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17659
/proc/meminfo: memFree=1355160/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1796.77
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112258 0 0 0 179535 142 0 0 25 0 1 0 22789535 464060416 112244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112244 76 150 0 113143 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 475408

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

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

[startup+1805.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17659
/proc/meminfo: memFree=1355160/2055920 swapFree=4192812/4192956
[pid=17522] ppid=17520 vsize=16868 CPUtime=3.23
/proc/17522/stat : 17522 (sugar) S 17520 17522 15707 0 -1 4194304 1376 13975 0 2 6 2 298 17 16 0 1 0 22789203 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17522/statm: 4217 1113 409 3 0 796 0
[pid=17545] ppid=17522 vsize=5356 CPUtime=0
/proc/17545/stat : 17545 (sh) S 17522 17522 15707 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22789535 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17545/statm: 1339 232 193 169 0 50 0
[pid=17546] ppid=17545 vsize=453184 CPUtime=1796.77
/proc/17546/stat : 17546 (minisat) R 17545 17522 15707 0 -1 4194304 112258 0 0 0 179535 142 0 0 25 0 1 0 22789535 464060416 112244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17546/statm: 113296 112244 76 150 0 113143 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 475408

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17522 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=50536
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=203968
# CPU time returned by wait4() is 3.2545
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.58
CPU time (s): 1800
CPU user time (s): 1798.39
CPU system time (s): 1.61
CPU usage (%): 99.6912
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.05054
system time used= 0.203968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15734
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= 3924
involuntary context switches= 3848

runsolver used 2.50862 second user time and 5.56915 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 02:07:20
IDJOB=2072963
IDBENCH=55895
IDSOLVER=739
FILE ID=node88/2072963-1247357240
PBS_JOBID= 9506876
Free space on /tmp= 66056 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-71-70.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-2072963-1247357240/watcher-2072963-1247357240 -o /tmp/evaluation-result-2072963-1247357240/solver-2072963-1247357240 -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-2072963-1247357240.xml

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

MD5SUM BENCH= 169d5c36ea31b7cbc30dbf69abb51501
RANDOM SEED=648640176

node88.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1252952 kB
Buffers:         10428 kB
Cached:          96400 kB
SwapCached:          0 kB
Active:         725968 kB
Inactive:        27728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1252952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:         663080 kB
Slab:            33320 kB
Committed_AS:   921740 kB
PageTables:       3100 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= 66080 MiB
End job on node88 at 2009-07-12 02:37:28