Trace number 1820817

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
APTUSAT 2009-03-22? (TO) 1200.09 1200.02

General information on the benchmark

Namealoul-chnl11-13.cnf
MD5SUMc7162bc1ddb6d2592f237fef1b04b5ce
Bench CategoryAPPLICATION (applications instances)
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 variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    1742     3718 |     522       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    1716     6240 |      --       0       --      -- |     --   | -26/2522
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 260   #clauses: 1716   #literals: 6240
0.00/0.00	c CPU time:   0.01 s
0.00/0.00	c ==============================================================================
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  260                                                  |
0.00/0.01	|  Number of clauses:    1716                                                 |
0.00/0.01	|  Parsing time:         0.00         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |     260     1716     6240 |      572        0    nan |  0.000 % |
0.00/0.01	|       100 |     260     1716     6240 |      629      100     35 |  0.001 % |
0.00/0.01	|       250 |     260     1716     6240 |      692      250     32 |  0.019 % |
0.00/0.02	|       476 |     260     1716     6240 |      761      476     31 |  0.019 % |
0.00/0.02	|       814 |     260     1716     6240 |      837      814     31 |  0.019 % |
0.00/0.03	|      1320 |     260     1716     6240 |      921      866     33 |  0.019 % |
0.01/0.05	|      2079 |     260     1716     6240 |     1013      629     38 |  0.019 % |
0.01/0.09	|      3218 |     260     1716     6240 |     1114      687     41 |  0.019 % |
0.01/0.14	|      4926 |     260     1716     6240 |     1226     1205     45 |  0.019 % |
0.01/0.23	|      7488 |     260     1716     6240 |     1348     1189     45 |  0.019 % |
0.01/0.38	|     11333 |     260     1716     6240 |     1483      803     40 |  0.019 % |
0.01/0.61	|     17100 |     260     1716     6240 |     1631     1159     41 |  0.019 % |
0.01/0.94	|     25749 |     260     1716     6240 |     1795     1366     41 |  0.019 % |
1.53/1.53	|     38723 |     260     1716     6240 |     1974     1395     44 |  0.019 % |
2.43/2.44	|     58184 |     260     1716     6240 |     2172     1606     46 |  0.019 % |
3.93/3.93	|     87377 |     260     1716     6240 |     2389     1863     49 |  0.019 % |
6.23/6.25	|    131166 |     260     1716     6240 |     2628     1728     43 |  0.019 % |
9.83/9.90	|    196850 |     260     1716     6240 |     2891     1779     46 |  0.019 % |
15.53/15.57	|    295377 |     260     1716     6240 |     3180     1647     44 |  0.019 % |
24.33/24.41	|    443166 |     260     1716     6240 |     3498     2288     45 |  0.019 % |
38.63/38.68	|    664849 |     260     1716     6240 |     3848     1838     44 |  0.019 % |
60.22/60.28	|    997374 |     260     1716     6240 |     4232     2581     38 |  0.021 % |
93.72/93.73	|   1496163 |     260     1716     6240 |     4656     3575     40 |  0.022 % |
146.13/146.22	|   2244345 |     260     1716     6240 |     5121     4730     43 |  0.025 % |
230.33/230.39	|   3366619 |     260     1716     6240 |     5634     3368     41 |  0.030 % |
364.44/364.46	|   5050031 |     260     1716     6240 |     6197     3292     40 |  0.040 % |
579.05/579.05	|   7575147 |     259     1704     6216 |     6817     5488     40 |  0.411 % |
917.47/917.48	|  11362823 |     257     1680     6168 |     7498     5357     39 |  1.181 % |
1200.08/1200.02	HOME/SatELiteGTI: line 36:  5172 Terminated              $MS $2 $TMP.cnf $TMP.result

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1820817-1242479794/watcher-1820817-1242479794 -o /tmp/evaluation-result-1820817-1242479794/solver-1820817-1242479794 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820817-1242479794.cnf -restarts=1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 2/96 5166
/proc/meminfo: memFree=1142616/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2412 CPUtime=0
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 368 645 0 0 0 0 0 0 18 0 1 0 1012477686 2469888 276 4294967295 134512640 135169312 3213509600 3213508136 3085192942 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5166/statm: 603 276 235 161 0 42 0
[pid=5170] ppid=5166 vsize=956 CPUtime=0
/proc/5170/stat : 5170 (SatELite_releas) R 5166 5166 11066 0 -1 4202496 130 0 0 0 0 0 0 0 18 0 1 0 1012477686 978944 66 4294967295 134512640 135223648 3213423568 3213422520 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5170/statm: 239 67 46 174 0 64 0

[startup+0.047432 s]
/proc/loadavg: 0.99 0.98 0.99 2/96 5166
/proc/meminfo: memFree=1142616/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.127427 s]
/proc/loadavg: 0.99 0.98 0.99 2/96 5166
/proc/meminfo: memFree=1142616/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.327418 s]
/proc/loadavg: 0.99 0.98 0.99 2/96 5166
/proc/meminfo: memFree=1142616/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+0.727394 s]
/proc/loadavg: 0.99 0.98 0.99 2/96 5166
/proc/meminfo: memFree=1142616/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2416

[startup+1.52735 s]
/proc/loadavg: 0.99 0.98 0.99 2/98 5174
/proc/meminfo: memFree=1142368/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=2568 CPUtime=1.52
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 347 0 0 0 152 0 0 0 25 0 1 0 1012477687 2629632 282 4294967295 134512640 135213731 3215466016 3215464208 134527295 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 642 282 73 172 0 468 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 4984

[startup+3.12726 s]
/proc/loadavg: 0.99 0.98 0.99 2/98 5174
/proc/meminfo: memFree=1142368/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=2700 CPUtime=3.12
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 387 0 0 0 312 0 0 0 25 0 1 0 1012477687 2764800 322 4294967295 134512640 135213731 3215466016 3215464496 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 675 322 73 172 0 501 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 5116

[startup+6.32709 s]
/proc/loadavg: 0.99 0.98 0.99 2/98 5175
/proc/meminfo: memFree=1142136/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=2964 CPUtime=6.32
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 427 0 0 0 632 0 0 0 25 0 1 0 1012477687 3035136 362 4294967295 134512640 135213731 3215466016 3215464208 134527361 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 741 362 73 172 0 567 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 5380

[startup+12.7267 s]
/proc/loadavg: 0.99 0.98 0.99 2/98 5175
/proc/meminfo: memFree=1141760/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=3096 CPUtime=12.72
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 485 0 0 0 1272 0 0 0 25 0 1 0 1012477687 3170304 420 4294967295 134512640 135213731 3215466016 3215464496 134530103 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 774 420 73 172 0 600 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 5512

[startup+25.526 s]
/proc/loadavg: 0.99 0.98 0.99 2/98 5178
/proc/meminfo: memFree=1141732/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=3360 CPUtime=25.52
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 554 0 0 0 2552 0 0 0 25 0 1 0 1012477687 3440640 489 4294967295 134512640 135213731 3215466016 3215464496 134530080 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 840 489 73 172 0 666 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 5776

[startup+51.1146 s]
/proc/loadavg: 1.07 1.00 1.00 2/98 5181
/proc/meminfo: memFree=1141376/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=3744 CPUtime=51.11
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 637 0 0 0 5111 0 0 0 25 0 1 0 1012477687 3833856 572 4294967295 134512640 135213731 3215466016 3215464496 134530202 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 936 572 73 172 0 762 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 6160

[startup+102.322 s]
/proc/loadavg: 1.19 1.03 1.01 3/98 5370
/proc/meminfo: memFree=1140872/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=4140 CPUtime=102.32
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 742 0 0 0 10232 0 0 0 25 0 1 0 1012477687 4239360 677 4294967295 134512640 135213731 3215466016 3215464496 134530101 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1035 677 73 172 0 861 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 6556

[startup+162.318 s]
/proc/loadavg: 1.07 1.03 1.00 2/98 5556
/proc/meminfo: memFree=1140368/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=4664 CPUtime=162.32
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 861 0 0 0 16232 0 0 0 25 0 1 0 1012477687 4775936 796 4294967295 134512640 135213731 3215466016 3215464272 134537628 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1166 796 73 172 0 992 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 7080

[startup+222.315 s]
/proc/loadavg: 1.02 1.02 1.00 3/98 5743
/proc/meminfo: memFree=1140004/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=4796 CPUtime=222.32
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 892 0 0 0 22232 0 0 0 25 0 1 0 1012477687 4911104 827 4294967295 134512640 135213731 3215466016 3215464496 134530092 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1199 827 73 172 0 1025 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 7212

[startup+282.322 s]
/proc/loadavg: 1.01 1.01 1.00 3/98 5932
/proc/meminfo: memFree=1139764/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5052 CPUtime=282.33
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 961 0 0 0 28233 0 0 0 25 0 1 0 1012477687 5173248 896 4294967295 134512640 135213731 3215466016 3215464496 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1263 896 73 172 0 1089 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 7468

[startup+342.319 s]
/proc/loadavg: 1.00 1.01 1.00 3/98 6127
/proc/meminfo: memFree=1139516/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5196 CPUtime=342.33
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 988 0 0 0 34233 0 0 0 25 0 1 0 1012477687 5320704 923 4294967295 134512640 135213731 3215466016 3215464496 134530117 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1299 923 73 172 0 1125 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 7612

[startup+402.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 6316
/proc/meminfo: memFree=1139268/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5452 CPUtime=402.33
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1051 0 0 0 40233 0 0 0 25 0 1 0 1012477687 5582848 986 4294967295 134512640 135213731 3215466016 3215464496 134530034 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1363 986 73 172 0 1189 0
Current children cumulated CPU time (s) 402.34

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

/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5452 CPUtime=462.33
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1070 0 0 0 46233 0 0 0 25 0 1 0 1012477687 5582848 1005 4294967295 134512640 135213731 3215466016 3215464496 134530208 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1363 1005 73 172 0 1189 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 7868

[startup+522.319 s]
/proc/loadavg: 1.10 1.03 1.01 2/98 6688
/proc/meminfo: memFree=1139252/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5584 CPUtime=522.34
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1101 0 0 0 52234 0 0 0 25 0 1 0 1012477687 5718016 1036 4294967295 134512640 135213731 3215466016 3215464496 134530034 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1396 1036 73 172 0 1222 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 8000

[startup+582.315 s]
/proc/loadavg: 1.03 1.02 1.00 3/98 6877
/proc/meminfo: memFree=1139012/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5716 CPUtime=582.34
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1138 0 0 0 58234 0 0 0 25 0 1 0 1012477687 5853184 1073 4294967295 134512640 135213731 3215466016 3215464496 134530408 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1429 1073 73 172 0 1255 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 8132

[startup+642.322 s]
/proc/loadavg: 1.01 1.02 1.00 3/98 7066
/proc/meminfo: memFree=1138772/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5836 CPUtime=642.35
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1165 0 0 0 64235 0 0 0 25 0 1 0 1012477687 5976064 1100 4294967295 134512640 135213731 3215466016 3215464496 134530110 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1459 1100 73 172 0 1285 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 8252

[startup+702.319 s]
/proc/loadavg: 1.00 1.01 1.00 3/98 7259
/proc/meminfo: memFree=1138524/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5836 CPUtime=702.35
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1166 0 0 0 70235 0 0 0 25 0 1 0 1012477687 5976064 1101 4294967295 134512640 135213731 3215466016 3215464496 134530092 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1459 1101 73 172 0 1285 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 8252

[startup+762.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 7445
/proc/meminfo: memFree=1138384/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5924 CPUtime=762.35
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1199 0 0 0 76235 0 0 0 25 0 1 0 1012477687 6066176 1129 4294967295 134512640 135213731 3215466016 3215464496 134530092 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1481 1129 73 172 0 1307 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 8340

[startup+822.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 7631
/proc/meminfo: memFree=1138384/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=5924 CPUtime=822.35
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1199 0 0 0 82235 0 0 0 25 0 1 0 1012477687 6066176 1129 4294967295 134512640 135213731 3215466016 3215464592 134539175 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1481 1129 73 172 0 1307 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 8340

[startup+882.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 7820
/proc/meminfo: memFree=1138144/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=6036 CPUtime=882.35
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1209 0 0 0 88235 0 0 0 25 0 1 0 1012477687 6180864 1139 4294967295 134512640 135213731 3215466016 3215464264 134526881 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1509 1139 73 172 0 1335 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 8452

[startup+942.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8009
/proc/meminfo: memFree=1137888/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=6168 CPUtime=942.36
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1257 0 0 0 94236 0 0 0 25 0 1 0 1012477687 6316032 1187 4294967295 134512640 135213731 3215466016 3215464496 134530110 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1542 1187 73 172 0 1368 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 8584

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8198
/proc/meminfo: memFree=1138012/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=6308 CPUtime=1002.36
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1266 0 0 0 100236 0 0 0 25 0 1 0 1012477687 6459392 1196 4294967295 134512640 135213731 3215466016 3215464496 134529987 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1577 1196 73 172 0 1403 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 8724

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 8384
/proc/meminfo: memFree=1137888/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=6308 CPUtime=1062.37
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1277 0 0 0 106237 0 0 0 25 0 1 0 1012477687 6459392 1207 4294967295 134512640 135213731 3215466016 3215464496 134530096 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1577 1207 73 172 0 1403 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 8724

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8574
/proc/meminfo: memFree=1138144/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=6308 CPUtime=1122.36
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1286 0 0 0 112236 0 0 0 25 0 1 0 1012477687 6459392 1216 4294967295 134512640 135213731 3215466016 3215464496 134530080 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1577 1216 73 172 0 1403 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 8724

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 4/98 8763
/proc/meminfo: memFree=1138012/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=6452 CPUtime=1182.37
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1325 0 0 0 118237 0 0 0 25 0 1 0 1012477687 6606848 1255 4294967295 134512640 135213731 3215466016 3215464496 134529987 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1613 1255 73 172 0 1439 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 8868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 8763
/proc/meminfo: memFree=1138012/2074464 swapFree=1950760/1959888
[pid=5166] ppid=5164 vsize=2416 CPUtime=0.01
/proc/5166/stat : 5166 (SatELiteGTI) S 5164 5166 11066 0 -1 4194304 385 856 0 0 0 0 1 0 19 0 1 0 1012477686 2473984 277 4294967295 134512640 135169312 3213509600 3213505816 3085192942 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5166/statm: 604 277 235 161 0 43 0
[pid=5172] ppid=5166 vsize=6452 CPUtime=1200.07
/proc/5172/stat : 5172 (minisat_static) R 5166 5166 11066 0 -1 4202496 1325 0 0 0 120007 0 0 0 25 0 1 0 1012477687 6606848 1255 4294967295 134512640 135213731 3215466016 3215464496 134530217 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5172/statm: 1613 1255 73 172 0 1439 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 8868

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.02
CPU time (s): 1200.09
CPU user time (s): 1200.08
CPU system time (s): 0.01
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 8868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.08
system time used= 0.01
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2846
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 624

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-16 15:16:34
IDJOB=1820817
IDBENCH=69602
IDSOLVER=662
FILE ID=tipi23/1820817-1242479794
PBS_JOBID=
Free space on /tmp= 8964 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT_RACE08/cnf/aloul-chnl11-13.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820817-1242479794/watcher-1820817-1242479794 -o /tmp/evaluation-result-1820817-1242479794/solver-1820817-1242479794 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820817-1242479794.cnf -restarts=1

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

MD5SUM BENCH= c7162bc1ddb6d2592f237fef1b04b5ce
RANDOM SEED= 1629718116

Linux tipi23 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1142616 kB
Buffers:         29868 kB
Cached:         806472 kB
SwapCached:       3660 kB
Active:         437700 kB
Inactive:       410344 kB
HighTotal:     1178688 kB
HighFree:       494912 kB
LowTotal:       895776 kB
LowFree:        647704 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            1644 kB
Writeback:           0 kB
AnonPages:       11152 kB
Mapped:           4324 kB
Slab:            74768 kB
PageTables:        540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96892 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8964 MiB
End job on tipi23 at 2009-05-16 15:36:34