Trace number 1821980

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
BinMiniSat 2009-03-21? (TO) 1200.04 1200.03

General information on the benchmark

Namesimon-s02b-k2f-gr-rcs-w8.cnf
MD5SUM5da8899feefc5a4bb9db99e983e30f52
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 variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c Parsing...
0.11/0.20	c ==============================================================================
0.11/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.20	c ==============================================================================
0.11/0.20	c |         0 |  271393   550328 |   81417       0        0     nan |  0.000 % |
1.71/1.74	c |         0 |  269998   945031 |      --       0       --      -- |     --   | -1395/394703
1.71/1.74	c ==============================================================================
1.71/1.74	c Result  :   #vars: 8694   #clauses: 269998   #literals: 945031
1.71/1.74	c CPU time:   1.7 s
1.71/1.74	c ==============================================================================
2.01/2.05	This is MiniSat 2.0 beta
2.01/2.05	WARNING: for repeatability, setting FPU to use double precision
2.01/2.05	============================[ Problem Statistics ]=============================
2.01/2.05	|                                                                             |
2.01/2.06	|  Number of variables:  8694                                                 |
2.01/2.06	|  Number of clauses:    269998                                               |
2.21/2.28	|  Parsing time:         0.21         s                                       |
2.21/2.30	============================[ Search Statistics ]==============================
2.21/2.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.21/2.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.21/2.30	===============================================================================
2.30/2.32	|         0 |    8694   269998   945031 |    89999        0    nan |  0.000 % |
2.50/2.52	|       101 |    8694   269998   945031 |    98999      101     32 |  0.000 % |
2.60/2.61	|       252 |    8694   269998   945031 |   108899      252     23 |  0.000 % |
2.80/2.83	|       477 |    8694   269998   945031 |   119789      477     28 |  0.000 % |
3.10/3.12	|       816 |    8694   269998   945031 |   131768      816     30 |  0.000 % |
3.39/3.43	|      1322 |    8694   269998   945031 |   144944     1322     26 |  0.000 % |
4.09/4.13	|      2081 |    8694   269998   945031 |   159439     2081     33 |  0.000 % |
5.37/5.49	|      3221 |    8694   269998   945031 |   175383     3221     33 |  0.000 % |
6.87/6.95	|      4932 |    8694   269998   945031 |   192921     4932     34 |  0.000 % |
9.97/10.08	|      7494 |    8694   269998   945031 |   212213     7494     30 |  0.000 % |
14.88/15.01	|     11338 |    8694   269998   945031 |   233435    11338     33 |  0.000 % |
20.78/20.85	|     17104 |    8694   269998   945031 |   256778    17104     37 |  0.000 % |
34.68/34.81	|     25753 |    8694   269998   945031 |   282456    25753     37 |  0.000 % |
58.48/58.57	|     38727 |    8694   269998   945031 |   310702    38727     35 |  0.000 % |
95.59/95.68	|     58188 |    8694   269998   945031 |   341772    58188     36 |  0.000 % |
156.08/156.14	|     87380 |    8694   269998   945031 |   375949    87380     36 |  0.000 % |
273.29/273.33	|    131171 |    8694   269998   945031 |   413544   131171     35 |  0.000 % |
499.61/499.67	|    196855 |    8694   269998   945031 |   454898   196855     35 |  0.000 % |
838.50/838.54	|    295381 |    8694   269998   945031 |   500388   295381     35 |  0.000 % |
1200.03/1200.02	HOME/SatELiteGTI: line 36: 24261 Terminated              $MS $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-1821980-1242584990/watcher-1821980-1242584990 -o /tmp/evaluation-result-1821980-1242584990/solver-1821980-1242584990 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821980-1242584990.cnf 

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.92 1.00 0.99 2/91 24255
/proc/meminfo: memFree=688252/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2412 CPUtime=0.01
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 367 643 0 0 0 1 0 0 25 0 1 0 1022997194 2469888 276 4294967295 134512640 135169312 3214828848 3214827384 3085135598 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24255/statm: 603 276 235 161 0 42 0
[pid=24259] ppid=24255 vsize=952 CPUtime=0
/proc/24259/stat : 24259 (SatELite_releas) R 24255 24255 15108 0 -1 4202496 118 0 0 0 0 0 0 0 25 0 1 0 1022997195 974848 53 4294967295 134512640 135223648 3215689200 3215686720 134687968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24259/statm: 239 55 44 174 0 64 0

[startup+0.10414 s]
/proc/loadavg: 0.92 1.00 0.99 2/91 24255
/proc/meminfo: memFree=688252/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2412 CPUtime=0.01
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 367 643 0 0 0 1 0 0 25 0 1 0 1022997194 2469888 276 4294967295 134512640 135169312 3214828848 3214827384 3085135598 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24255/statm: 603 276 235 161 0 42 0
[pid=24259] ppid=24255 vsize=9412 CPUtime=0.1
/proc/24259/stat : 24259 (SatELite_releas) R 24255 24255 15108 0 -1 4202496 2058 0 0 0 10 0 0 0 25 0 1 0 1022997195 9637888 1993 4294967295 134512640 135223648 3215689200 3215688152 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24259/statm: 2353 1994 46 174 0 2178 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 11824

[startup+0.214131 s]
/proc/loadavg: 0.92 1.00 0.99 2/91 24255
/proc/meminfo: memFree=688252/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2412 CPUtime=0.01
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 367 643 0 0 0 1 0 0 25 0 1 0 1022997194 2469888 276 4294967295 134512640 135169312 3214828848 3214827384 3085135598 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24255/statm: 603 276 235 161 0 42 0
[pid=24259] ppid=24255 vsize=18120 CPUtime=0.21
/proc/24259/stat : 24259 (SatELite_releas) R 24255 24255 15108 0 -1 4202496 4089 0 0 0 21 0 0 0 25 0 1 0 1022997195 18554880 4024 4294967295 134512640 135223648 3215689200 3215687216 134586797 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24259/statm: 4530 4024 73 174 0 4355 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 20532

[startup+0.314123 s]
/proc/loadavg: 0.92 1.00 0.99 2/91 24255
/proc/meminfo: memFree=688252/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2412 CPUtime=0.01
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 367 643 0 0 0 1 0 0 25 0 1 0 1022997194 2469888 276 4294967295 134512640 135169312 3214828848 3214827384 3085135598 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24255/statm: 603 276 235 161 0 42 0
[pid=24259] ppid=24255 vsize=20568 CPUtime=0.31
/proc/24259/stat : 24259 (SatELite_releas) R 24255 24255 15108 0 -1 4202496 4718 0 0 0 31 0 0 0 25 0 1 0 1022997195 21061632 4653 4294967295 134512640 135223648 3215689200 3215686868 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24259/statm: 5142 4653 73 174 0 4967 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 22980

[startup+0.714092 s]
/proc/loadavg: 0.92 1.00 0.99 2/91 24255
/proc/meminfo: memFree=688252/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2412 CPUtime=0.01
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 367 643 0 0 0 1 0 0 25 0 1 0 1022997194 2469888 276 4294967295 134512640 135169312 3214828848 3214827384 3085135598 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24255/statm: 603 276 235 161 0 42 0
[pid=24259] ppid=24255 vsize=29924 CPUtime=0.71
/proc/24259/stat : 24259 (SatELite_releas) R 24255 24255 15108 0 -1 4202496 6511 0 0 0 68 3 0 0 25 0 1 0 1022997195 30642176 6446 4294967295 134512640 135223648 3215689200 3215687552 134601718 0 0 0 3 0 0 0 17 3 0 0 0
/proc/24259/statm: 7481 6446 73 174 0 7306 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 32336

[startup+1.51403 s]
/proc/loadavg: 0.92 1.00 0.99 3/93 24260
/proc/meminfo: memFree=662172/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2412 CPUtime=0.01
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 367 643 0 0 0 1 0 0 25 0 1 0 1022997194 2469888 276 4294967295 134512640 135169312 3214828848 3214827384 3085135598 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/24255/statm: 603 276 235 161 0 42 0
[pid=24259] ppid=24255 vsize=29924 CPUtime=1.5
/proc/24259/stat : 24259 (SatELite_releas) R 24255 24255 15108 0 -1 4202496 6541 0 0 0 147 3 0 0 25 0 1 0 1022997195 30642176 6476 4294967295 134512640 135223648 3215689200 3215687296 134585529 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24259/statm: 7481 6476 73 174 0 7306 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 32336

[startup+3.11391 s]
/proc/loadavg: 0.93 1.00 0.99 2/93 24261
/proc/meminfo: memFree=672340/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=15668 CPUtime=1.05
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 3794 0 0 0 103 2 0 0 25 0 1 0 1022997400 16044032 3729 4294967295 134512640 135216011 3220288192 3220286336 134536528 0 0 0 3 0 0 0 17 1 0 0 0
/proc/24261/statm: 3917 3729 71 172 0 3744 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 18084

[startup+6.31366 s]
/proc/loadavg: 0.93 1.00 0.99 2/93 24261
/proc/meminfo: memFree=666916/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=16464 CPUtime=4.22
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 4005 0 0 0 420 2 0 0 25 0 1 0 1022997400 16859136 3940 4294967295 134512640 135216011 3220288192 3220286360 134525954 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24261/statm: 4116 3940 71 172 0 3943 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18880

[startup+12.7132 s]
/proc/loadavg: 0.94 1.00 0.99 2/93 24263
/proc/meminfo: memFree=666212/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=17388 CPUtime=10.62
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 4241 0 0 0 1060 2 0 0 25 0 1 0 1022997400 17805312 4176 4294967295 134512640 135216011 3220288192 3220286544 134527961 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24261/statm: 4347 4176 71 172 0 4174 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19804

[startup+25.5222 s]
/proc/loadavg: 0.95 1.00 0.99 2/93 24448
/proc/meminfo: memFree=663592/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=19564 CPUtime=23.43
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 4791 0 0 0 2341 2 0 0 25 0 1 0 1022997400 20033536 4726 4294967295 134512640 135216011 3220288192 3220286544 134527946 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24261/statm: 4891 4726 71 172 0 4718 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21980

[startup+51.1202 s]
/proc/loadavg: 0.96 1.00 0.99 2/93 24449
/proc/meminfo: memFree=661232/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=22104 CPUtime=49.03
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 5428 0 0 0 4900 3 0 0 25 0 1 0 1022997400 22634496 5363 4294967295 134512640 135216011 3220288192 3220286544 134527395 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24261/statm: 5526 5363 71 172 0 5353 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24520

[startup+102.326 s]
/proc/loadavg: 0.98 1.00 0.99 2/93 24637
/proc/meminfo: memFree=656000/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=27340 CPUtime=100.24
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 6693 0 0 0 10021 3 0 0 25 0 1 0 1022997400 27996160 6628 4294967295 134512640 135216011 3220288192 3220286292 134722150 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24261/statm: 6835 6628 71 172 0 6662 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 29756

[startup+162.312 s]
/proc/loadavg: 1.15 1.03 1.01 2/93 24824
/proc/meminfo: memFree=650924/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=32376 CPUtime=160.23
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 7970 0 0 0 16018 5 0 0 25 0 1 0 1022997400 33153024 7905 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24261/statm: 8094 7905 71 172 0 7921 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 34792

[startup+222.317 s]
/proc/loadavg: 1.05 1.03 1.00 3/93 25015
/proc/meminfo: memFree=646972/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=36296 CPUtime=220.24
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 8932 0 0 0 22017 7 0 0 25 0 1 0 1022997400 37167104 8867 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24261/statm: 9074 8867 71 172 0 8901 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 38712

[startup+282.312 s]
/proc/loadavg: 1.02 1.02 1.00 2/93 25204
/proc/meminfo: memFree=643120/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=40008 CPUtime=280.24
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 9884 0 0 0 28015 9 0 0 25 0 1 0 1022997400 40968192 9819 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24261/statm: 10002 9819 71 172 0 9829 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 42424

[startup+342.308 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 25394
/proc/meminfo: memFree=639648/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=43592 CPUtime=340.24
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 10726 0 0 0 34014 10 0 0 25 0 1 0 1022997400 44638208 10661 4294967295 134512640 135216011 3220288192 3220286544 134527289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24261/statm: 10898 10661 71 172 0 10725 0
Current children cumulated CPU time (s) 342.29

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

/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=51620 CPUtime=520.25
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 12784 0 0 0 52011 14 0 0 25 0 1 0 1022997400 52858880 12719 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 12905 12719 71 172 0 12732 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 54036

[startup+582.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26149
/proc/meminfo: memFree=628860/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=54940 CPUtime=580.23
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 13492 0 0 0 58004 19 0 0 25 0 1 0 1022997400 56258560 13427 4294967295 134512640 135216011 3220288192 3220286544 134527533 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 13735 13427 71 172 0 13562 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 57356

[startup+642.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 26336
/proc/meminfo: memFree=626016/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=57816 CPUtime=640.24
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 14218 0 0 0 64004 20 0 0 25 0 1 0 1022997400 59203584 14153 4294967295 134512640 135216011 3220288192 3220286544 134527289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 14454 14153 71 172 0 14281 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 60232

[startup+702.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26525
/proc/meminfo: memFree=622132/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=61644 CPUtime=700.24
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 15198 0 0 0 69999 25 0 0 25 0 1 0 1022997400 63123456 15133 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 15411 15133 71 172 0 15238 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 64060

[startup+762.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 26712
/proc/meminfo: memFree=619056/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=64560 CPUtime=760.26
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 15941 0 0 0 75997 29 0 0 25 0 1 0 1022997400 66109440 15876 4294967295 134512640 135216011 3220288192 3220286544 134527406 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 16140 15876 71 172 0 15967 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 66976

[startup+822.321 s]
/proc/loadavg: 1.04 1.01 1.00 2/93 26899
/proc/meminfo: memFree=615840/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=67856 CPUtime=820.26
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 16771 0 0 0 81995 31 0 0 25 0 1 0 1022997400 69484544 16706 4294967295 134512640 135216011 3220288192 3220286544 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 16964 16706 71 172 0 16791 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 70272

[startup+882.317 s]
/proc/loadavg: 1.08 1.03 1.01 2/93 27088
/proc/meminfo: memFree=612368/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=71516 CPUtime=880.26
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 17662 0 0 0 87993 33 0 0 25 0 1 0 1022997400 73232384 17597 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 17879 17597 71 172 0 17706 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 73932

[startup+942.312 s]
/proc/loadavg: 1.03 1.03 1.00 2/93 27279
/proc/meminfo: memFree=609020/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=75524 CPUtime=940.26
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 18517 0 0 0 93991 35 0 0 25 0 1 0 1022997400 77336576 18452 4294967295 134512640 135216011 3220288192 3220286544 134527289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 18881 18452 71 172 0 18708 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 77940

[startup+1002.31 s]
/proc/loadavg: 1.01 1.02 1.00 3/93 27468
/proc/meminfo: memFree=606012/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=78468 CPUtime=1000.26
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 19298 0 0 0 99990 36 0 0 25 0 1 0 1022997400 80351232 19233 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 19617 19233 71 172 0 19444 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 80884

[startup+1062.31 s]
/proc/loadavg: 1.00 1.01 1.00 3/93 27656
/proc/meminfo: memFree=602812/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=81580 CPUtime=1060.27
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 20063 0 0 0 105990 37 0 0 25 0 1 0 1022997400 83537920 19998 4294967295 134512640 135216011 3220288192 3220286544 134527946 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 20395 19998 71 172 0 20222 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 83996

[startup+1122.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 27843
/proc/meminfo: memFree=599596/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=84592 CPUtime=1120.28
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 20828 0 0 0 111991 37 0 0 25 0 1 0 1022997400 86622208 20763 4294967295 134512640 135216011 3220288192 3220286544 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 21148 20763 71 172 0 20975 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 87008

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28032
/proc/meminfo: memFree=596620/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=87716 CPUtime=1180.29
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 21623 0 0 0 117992 37 0 0 25 0 1 0 1022997400 89821184 21558 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 21929 21558 71 172 0 21756 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 90132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28032
/proc/meminfo: memFree=595760/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=88640 CPUtime=1197.98
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 21869 0 0 0 119761 37 0 0 25 0 1 0 1022997400 90767360 21804 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 22160 21804 71 172 0 21987 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 91056

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28032
/proc/meminfo: memFree=595760/2074464 swapFree=1952056/1959888
[pid=24255] ppid=24253 vsize=2416 CPUtime=2.05
/proc/24255/stat : 24255 (SatELiteGTI) S 24253 24255 15108 0 -1 4194304 385 7187 0 0 0 1 200 4 18 0 1 0 1022997194 2473984 277 4294967295 134512640 135169312 3214828848 3214825064 3085135598 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/24255/statm: 604 277 235 161 0 43 0
[pid=24261] ppid=24255 vsize=88640 CPUtime=1197.98
/proc/24261/stat : 24261 (minisat_static) R 24255 24255 15108 0 -1 4202496 21869 0 0 0 119761 37 0 0 25 0 1 0 1022997400 90767360 21804 4294967295 134512640 135216011 3220288192 3220286544 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24261/statm: 22160 21804 71 172 0 21987 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 91056

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.04
CPU user time (s): 1199.61
CPU system time (s): 0.43
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 91056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.61
system time used= 0.43
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29718
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= 20
involuntary context switches= 4366

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi24 at 2009-05-17 20:29:50
IDJOB=1821980
IDBENCH=71764
IDSOLVER=661
FILE ID=tipi24/1821980-1242584990
PBS_JOBID=
Free space on /tmp= 9517 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/simon-s02b-k2f-gr-rcs-w8.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821980-1242584990/watcher-1821980-1242584990 -o /tmp/evaluation-result-1821980-1242584990/solver-1821980-1242584990 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821980-1242584990.cnf

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

MD5SUM BENCH= 5da8899feefc5a4bb9db99e983e30f52
RANDOM SEED= 2004085995

Linux tipi24 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.461
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.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.75

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.461
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.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        688532 kB
Buffers:         57916 kB
Cached:        1204740 kB
SwapCached:       3828 kB
Active:         392528 kB
Inactive:       879512 kB
HighTotal:     1178688 kB
HighFree:       137628 kB
LowTotal:       895776 kB
LowFree:        550904 kB
SwapTotal:     1959888 kB
SwapFree:      1952056 kB
Dirty:            5064 kB
Writeback:           0 kB
AnonPages:        8972 kB
Mapped:           3420 kB
Slab:           104384 kB
PageTables:        312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    87804 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9517 MiB
End job on tipi24 at 2009-05-17 20:49:51