Trace number 1820917

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
MiniSat2hack 2009-03-23? (TO) 1200.07 1200.03

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
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 variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.32/0.38	c ==============================================================================
0.32/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.32/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.32/0.38	c ==============================================================================
0.32/0.38	c |         0 |  415290   969010 |  124586       0        0     nan |  0.000 % |
2.32/2.37	c |         0 |  316116   885852 |      --       0       --      -- |     --   | -99172/-83153
2.32/2.38	c ==============================================================================
2.32/2.38	c Result  :   #vars: 76931   #clauses: 316116   #literals: 885852
2.32/2.38	c CPU time:   2.21 s
2.32/2.38	c ==============================================================================
2.60/2.70	This is MiniSat 2.0 beta with hacks by AVG
2.60/2.70	WARNING: for repeatability, setting FPU to use double precision
2.60/2.70	============================[ Problem Statistics ]=============================
2.60/2.70	|                                                                             |
2.60/2.71	|  Number of variables:  76931                                                |
2.60/2.71	|  Number of clauses:    316116                                               |
2.69/2.91	|  Parsing time:         0.17         s                                       |
1200.06/1200.02	HOME/SatELiteGTI: line 36: 28512 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-1820917-1242487494/watcher-1820917-1242487494 -o /tmp/evaluation-result-1820917-1242487494/solver-1820917-1242487494 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820917-1242487494.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: 1.00 1.00 1.00 2/93 28506
/proc/meminfo: memFree=1328768/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2412 CPUtime=0.01
/proc/28506/stat : 28506 (SatELiteGTI) R 28504 28506 10114 0 -1 4194304 363 648 0 0 0 0 0 1 18 0 1 0 1013250278 2469888 277 4294967295 134512640 135169312 3214949712 3214948496 134690634 0 0 4 65536 0 0 0 17 1 0 0 0
/proc/28506/statm: 603 277 235 161 0 42 0
[pid=28510] ppid=28506 vsize=0 CPUtime=0
/proc/28510/stat : 28510 (SatELite_releas) R 28506 28506 10114 0 -1 4194304 65 0 0 0 0 0 0 0 20 0 1 0 1013250279 0 0 4294967295 0 0 0 3214948340 3085261290 0 0 0 0 0 0 0 17 2 0 0 0
/proc/28510/statm: 204 5 2 174 0 29 0

[startup+0.112638 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28506
/proc/meminfo: memFree=1328768/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2412 CPUtime=0.01
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1013250278 2469888 277 4294967295 134512640 135169312 3214949712 3214948248 3085258478 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28506/statm: 603 277 235 161 0 42 0
[pid=28510] ppid=28506 vsize=18184 CPUtime=0.11
/proc/28510/stat : 28510 (SatELite_releas) R 28506 28506 10114 0 -1 4202496 3940 0 0 0 8 3 0 0 21 0 1 0 1013250279 18620416 3876 4294967295 134512640 135223648 3215599072 3215598024 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28510/statm: 4546 3877 46 174 0 4371 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20596

[startup+0.212631 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28506
/proc/meminfo: memFree=1328768/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2412 CPUtime=0.01
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1013250278 2469888 277 4294967295 134512640 135169312 3214949712 3214948248 3085258478 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28506/statm: 603 277 235 161 0 42 0
[pid=28510] ppid=28506 vsize=34400 CPUtime=0.21
/proc/28510/stat : 28510 (SatELite_releas) R 28506 28506 10114 0 -1 4202496 7319 0 0 0 17 4 0 0 21 0 1 0 1013250279 35225600 7255 4294967295 134512640 135223648 3215599072 3215597656 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28510/statm: 8600 7255 46 174 0 8425 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 36812

[startup+0.312628 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28506
/proc/meminfo: memFree=1328768/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2412 CPUtime=0.01
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1013250278 2469888 277 4294967295 134512640 135169312 3214949712 3214948248 3085258478 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28506/statm: 603 277 235 161 0 42 0
[pid=28510] ppid=28506 vsize=43376 CPUtime=0.31
/proc/28510/stat : 28510 (SatELite_releas) R 28506 28506 10114 0 -1 4202496 10587 0 0 0 24 7 0 0 21 0 1 0 1013250279 44417024 10523 4294967295 134512640 135223648 3215599072 3215598024 134737310 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28510/statm: 10844 10525 46 174 0 10669 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 45788

[startup+0.712607 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 28506
/proc/meminfo: memFree=1328768/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2412 CPUtime=0.01
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1013250278 2469888 277 4294967295 134512640 135169312 3214949712 3214948248 3085258478 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28506/statm: 603 277 235 161 0 42 0
[pid=28510] ppid=28506 vsize=77788 CPUtime=0.7
/proc/28510/stat : 28510 (SatELite_releas) R 28506 28506 10114 0 -1 4202496 16985 0 0 0 58 12 0 0 22 0 1 0 1013250279 79654912 15770 4294967295 134512640 135223648 3215599072 3215596740 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28510/statm: 19447 15770 73 174 0 19272 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 80200

[startup+1.51257 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28511
/proc/meminfo: memFree=1258552/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2412 CPUtime=0.01
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 367 648 0 0 0 0 0 1 18 0 1 0 1013250278 2469888 277 4294967295 134512640 135169312 3214949712 3214948248 3085258478 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/28506/statm: 603 277 235 161 0 42 0
[pid=28510] ppid=28506 vsize=84424 CPUtime=1.5
/proc/28510/stat : 28510 (SatELite_releas) R 28506 28506 10114 0 -1 4202496 18711 0 0 0 135 15 0 0 25 0 1 0 1013250279 86450176 17360 4294967295 134512640 135223648 3215599072 3215597088 134586682 0 0 0 3 0 0 0 17 2 0 0 0
/proc/28510/statm: 21106 17360 73 174 0 20931 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 86836

[startup+3.11249 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28511
/proc/meminfo: memFree=1255204/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 2416

[startup+6.31234 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28512
/proc/meminfo: memFree=1298480/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=21792 CPUtime=3.61
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 4982 0 0 0 357 4 0 0 25 0 1 0 1013250549 22315008 4917 4294967295 134512640 135214715 3218626848 3218625312 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 5448 4917 73 172 0 5275 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 24208

[startup+12.712 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28514
/proc/meminfo: memFree=1297892/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=22056 CPUtime=10.01
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 5026 0 0 0 997 4 0 0 25 0 1 0 1013250549 22585344 4961 4294967295 134512640 135214715 3218626848 3218625056 134538299 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 5514 4961 73 172 0 5341 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 24472

[startup+25.5214 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 28515
/proc/meminfo: memFree=1297492/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=22552 CPUtime=22.82
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 5145 0 0 0 2277 5 0 0 25 0 1 0 1013250549 23093248 5080 4294967295 134512640 135214715 3218626848 3218625056 134537619 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 5638 5080 73 172 0 5465 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 24968

[startup+51.1202 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28699
/proc/meminfo: memFree=1296880/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=23220 CPUtime=48.42
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 5307 0 0 0 4837 5 0 0 25 0 1 0 1013250549 23777280 5242 4294967295 134512640 135214715 3218626848 3218625056 134537255 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 5805 5242 73 172 0 5632 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 25636

[startup+102.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 28887
/proc/meminfo: memFree=1294584/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=25200 CPUtime=99.62
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 5804 0 0 0 9957 5 0 0 25 0 1 0 1013250549 25804800 5739 4294967295 134512640 135214715 3218626848 3218625056 134537701 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 6300 5739 73 172 0 6127 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27616

[startup+162.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 29075
/proc/meminfo: memFree=1293420/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=26652 CPUtime=159.62
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 6163 0 0 0 15954 8 0 0 25 0 1 0 1013250549 27291648 6098 4294967295 134512640 135214715 3218626848 3218625312 134529071 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 6663 6098 73 172 0 6490 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 29068

[startup+222.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 29262
/proc/meminfo: memFree=1291856/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=28116 CPUtime=219.63
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 6525 0 0 0 21955 8 0 0 25 0 1 0 1013250549 28790784 6460 4294967295 134512640 135214715 3218626848 3218625312 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 7029 6460 73 172 0 6856 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 30532

[startup+282.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 29449
/proc/meminfo: memFree=1290864/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=29304 CPUtime=279.63
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 6826 0 0 0 27955 8 0 0 25 0 1 0 1013250549 30007296 6761 4294967295 134512640 135214715 3218626848 3218625312 134528509 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 7326 6761 73 172 0 7153 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 31720

[startup+342.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 29644
/proc/meminfo: memFree=1289996/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=30244 CPUtime=339.63
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 7062 0 0 0 33955 8 0 0 25 0 1 0 1013250549 30969856 6997 4294967295 134512640 135214715 3218626848 3218624096 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 7561 6997 73 172 0 7388 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 32660

[startup+402.323 s]

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

/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=33552 CPUtime=519.64
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 7870 0 0 0 51954 10 0 0 25 0 1 0 1013250549 34357248 7805 4294967295 134512640 135214715 3218626848 3218624992 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 8388 7805 73 172 0 8215 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 35968

[startup+582.314 s]
/proc/loadavg: 1.13 1.03 1.01 2/95 30394
/proc/meminfo: memFree=1285532/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=34488 CPUtime=579.64
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 8117 0 0 0 57954 10 0 0 25 0 1 0 1013250549 35315712 8052 4294967295 134512640 135214715 3218626848 3218625056 134537607 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 8622 8052 73 172 0 8449 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 36904

[startup+642.311 s]
/proc/loadavg: 1.05 1.02 1.00 3/95 30583
/proc/meminfo: memFree=1284540/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=35412 CPUtime=639.64
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 8344 0 0 0 63948 16 0 0 25 0 1 0 1013250549 36261888 8279 4294967295 134512640 135214715 3218626848 3218624544 134536366 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 8853 8279 73 172 0 8680 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 37828

[startup+702.308 s]
/proc/loadavg: 1.05 1.03 1.00 2/95 30775
/proc/meminfo: memFree=1283408/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=36336 CPUtime=699.64
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 8588 0 0 0 69948 16 0 0 25 0 1 0 1013250549 37208064 8523 4294967295 134512640 135214715 3218626848 3218623072 134536472 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 9084 8523 73 172 0 8911 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 38752

[startup+762.316 s]
/proc/loadavg: 1.02 1.02 1.00 2/95 30963
/proc/meminfo: memFree=1282152/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=37896 CPUtime=759.65
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 8937 0 0 0 75949 16 0 0 25 0 1 0 1013250549 38805504 8872 4294967295 134512640 135214715 3218626848 3218625056 134537096 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 9474 8872 73 172 0 9301 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 40312

[startup+822.313 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 31150
/proc/meminfo: memFree=1280812/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=39388 CPUtime=819.65
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 9318 0 0 0 81949 16 0 0 25 0 1 0 1013250549 40333312 9253 4294967295 134512640 135214715 3218626848 3218625312 134528785 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 9847 9253 73 172 0 9674 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 41804

[startup+882.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 31337
/proc/meminfo: memFree=1279192/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=41004 CPUtime=879.65
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 9702 0 0 0 87948 17 0 0 25 0 1 0 1013250549 41988096 9637 4294967295 134512640 135214715 3218626848 3218625056 134537101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 10251 9637 73 172 0 10078 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 43420

[startup+942.317 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 31526
/proc/meminfo: memFree=1277340/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=42732 CPUtime=939.66
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 10139 0 0 0 93949 17 0 0 25 0 1 0 1013250549 43757568 10074 4294967295 134512640 135214715 3218626848 3218623264 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 10683 10074 73 172 0 10510 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 45148

[startup+1002.31 s]
/proc/loadavg: 1.07 1.03 1.01 3/95 31718
/proc/meminfo: memFree=1275736/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=44316 CPUtime=999.66
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 10532 0 0 0 99949 17 0 0 25 0 1 0 1013250549 45379584 10467 4294967295 134512640 135214715 3218626848 3218625312 134529071 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 11079 10467 73 172 0 10906 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 46732

[startup+1062.32 s]
/proc/loadavg: 1.02 1.02 1.00 3/95 31906
/proc/meminfo: memFree=1274224/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=45840 CPUtime=1059.67
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 10925 0 0 0 105950 17 0 0 25 0 1 0 1013250549 46940160 10860 4294967295 134512640 135214715 3218626848 3218625312 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 11460 10860 73 172 0 11287 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 48256

[startup+1122.32 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 32093
/proc/meminfo: memFree=1273124/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=46980 CPUtime=1119.67
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 11185 0 0 0 111950 17 0 0 25 0 1 0 1013250549 48107520 11120 4294967295 134512640 135214715 3218626848 3218622560 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 11745 11120 73 172 0 11572 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 49396

[startup+1182.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 32280
/proc/meminfo: memFree=1272232/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=47904 CPUtime=1179.67
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 11421 0 0 0 117949 18 0 0 25 0 1 0 1013250549 49053696 11356 4294967295 134512640 135214715 3218626848 3218625056 134537737 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 11976 11356 73 172 0 11803 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 50320



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 32282
/proc/meminfo: memFree=1271988/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=48300 CPUtime=1197.37
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 11510 0 0 0 119719 18 0 0 25 0 1 0 1013250549 49459200 11445 4294967295 134512640 135214715 3218626848 3218625408 134540467 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 12075 11445 73 172 0 11902 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 50716

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+1200.01 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 32282
/proc/meminfo: memFree=1271988/2074464 swapFree=1950884/1959888
[pid=28506] ppid=28504 vsize=2416 CPUtime=2.69
/proc/28506/stat : 28506 (SatELiteGTI) S 28504 28506 10114 0 -1 4194304 387 19904 0 0 0 0 250 19 18 0 1 0 1013250278 2473984 278 4294967295 134512640 135169312 3214949712 3214945928 3085258478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28506/statm: 604 278 235 161 0 43 0
[pid=28512] ppid=28506 vsize=48300 CPUtime=1197.37
/proc/28512/stat : 28512 (minisat_static) R 28506 28506 10114 0 -1 4202496 11510 0 0 0 119719 18 0 0 25 0 1 0 1013250549 49459200 11445 4294967295 134512640 135214715 3218626848 3218625408 134540467 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28512/statm: 12075 11445 73 172 0 11902 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 50716

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.07
CPU user time (s): 1199.69
CPU system time (s): 0.38
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 88548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.69
system time used= 0.38
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32077
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= 23
involuntary context switches= 3276

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 17:24:54
IDJOB=1820917
IDBENCH=70772
IDSOLVER=660
FILE ID=tipi13/1820917-1242487494
PBS_JOBID=
Free space on /tmp= 7164 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate128.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820917-1242487494/watcher-1820917-1242487494 -o /tmp/evaluation-result-1820917-1242487494/solver-1820917-1242487494 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820917-1242487494.cnf

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED= 777366049

Linux tipi13 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.475
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.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.475
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.475
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.475
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:       1329172 kB
Buffers:         40488 kB
Cached:         611796 kB
SwapCached:       3516 kB
Active:         329228 kB
Inactive:       332712 kB
HighTotal:     1178688 kB
HighFree:       590412 kB
LowTotal:       895776 kB
LowFree:        738760 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            8868 kB
Writeback:           0 kB
AnonPages:        8808 kB
Mapped:           2940 kB
Slab:            74008 kB
PageTables:        484 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90604 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 7164 MiB
End job on tipi13 at 2009-05-16 17:44:55