Trace number 1849611

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
minisat2 070721/core? (TO) 1200.03 1199.93

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_12_UNKNOWN.cnf
MD5SUMfbf37caab2e9eafe910c795f49053484
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 variables1898
Number of clauses128735
Sum of the clauses size383430
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23005
Number of clauses of size 3125707
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.04/0.08	c ==============================================================================
0.04/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.08	c ==============================================================================
0.04/0.08	c |         0 |  128735   383430 |   38620       0        0     nan |  0.000 % |
1.22/1.23	c |         0 |  127840   554049 |      --       0       --      -- |     --   | -895/170619
1.22/1.23	c ==============================================================================
1.22/1.23	c Result  :   #vars: 1205   #clauses: 127840   #literals: 554049
1.22/1.23	c CPU time:   1.22 s
1.22/1.23	c ==============================================================================
1.32/1.40	This is MiniSat 2.0 beta
1.32/1.40	WARNING: for repeatability, setting FPU to use double precision
1.32/1.40	============================[ Problem Statistics ]=============================
1.32/1.40	|                                                                             |
1.32/1.40	|  Number of variables:  1205                                                 |
1.32/1.40	|  Number of clauses:    127840                                               |
1.40/1.47	|  Parsing time:         0.08         s                                       |
1.40/1.48	============================[ Search Statistics ]==============================
1.40/1.48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.40/1.48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.40/1.48	===============================================================================
1.40/1.48	|         0 |    1205   127840   554049 |    42613        0    nan |  0.000 % |
1.40/1.53	|       100 |    1205   127840   554049 |    46874      100     47 |  0.000 % |
1.40/1.60	|       252 |    1205   127840   554049 |    51562      252     61 |  0.000 % |
1.40/1.71	|       478 |    1205   127840   554049 |    56718      478     62 |  0.000 % |
1.40/1.85	|       815 |    1205   127840   554049 |    62390      815     73 |  0.000 % |
1.40/2.03	|      1322 |    1205   127840   554049 |    68629     1322     76 |  0.000 % |
2.22/2.24	|      2081 |    1205   127840   554049 |    75492     2081     77 |  0.000 % |
2.52/2.59	|      3221 |    1205   127840   554049 |    83041     3221     77 |  0.000 % |
3.22/3.25	|      4929 |    1205   127840   554049 |    91345     4929     76 |  0.000 % |
5.02/5.01	|      7492 |    1205   127840   554049 |   100480     7492     76 |  0.000 % |
9.72/9.78	|     11336 |    1205   127840   554049 |   110528    11336     76 |  0.000 % |
15.82/15.85	|     17102 |    1205   127840   554049 |   121580    17102     76 |  0.000 % |
30.62/30.69	|     25751 |    1205   127840   554049 |   133738    25751     76 |  0.000 % |
70.02/70.02	|     38727 |    1205   127840   554049 |   147112    38727     75 |  0.000 % |
226.94/226.92	|     58189 |    1205   127840   554049 |   161824    58189     77 |  0.000 % |
355.64/355.63	|     87381 |    1205   127840   554049 |   178006    87381     79 |  0.000 % |
735.88/735.88	|    131170 |    1205   127840   554049 |   195807   131170     85 |  0.000 % |
1200.02/1199.92	HOME/SatELiteGTI: line 36: 29814 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-1849611-1244851240/watcher-1849611-1244851240 -o /tmp/evaluation-result-1849611-1244851240/solver-1849611-1244851240 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849611-1244851240.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/91 29808
/proc/meminfo: memFree=1617252/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2416 CPUtime=0.01
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 369 643 0 0 1 0 0 0 25 0 1 0 82543554 2473984 277 4294967295 134512640 135169312 3215558128 3215556664 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29808/statm: 604 277 235 161 0 43 0
[pid=29812] ppid=29808 vsize=948 CPUtime=0
/proc/29812/stat : 29812 (SatELite_releas) R 29808 29808 17865 0 -1 4202496 93 0 0 0 0 0 0 0 25 0 1 0 82543554 970752 28 4294967295 134512640 135223648 3218970896 3218970668 134614223 0 0 0 0 0 0 0 17 3 0 0 0
/proc/29812/statm: 237 41 33 174 0 62 0

[startup+0.034209 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 29808
/proc/meminfo: memFree=1617252/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2416 CPUtime=0.01
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 369 643 0 0 1 0 0 0 25 0 1 0 82543554 2473984 277 4294967295 134512640 135169312 3215558128 3215556664 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29808/statm: 604 277 235 161 0 43 0
[pid=29812] ppid=29808 vsize=3764 CPUtime=0.03
/proc/29812/stat : 29812 (SatELite_releas) R 29808 29808 17865 0 -1 4202496 825 0 0 0 3 0 0 0 25 0 1 0 82543554 3854336 761 4294967295 134512640 135223648 3218970896 3218969396 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29812/statm: 941 762 46 174 0 766 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6180

[startup+0.114202 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 29808
/proc/meminfo: memFree=1617252/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2416 CPUtime=0.01
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 369 643 0 0 1 0 0 0 25 0 1 0 82543554 2473984 277 4294967295 134512640 135169312 3215558128 3215556664 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29808/statm: 604 277 235 161 0 43 0
[pid=29812] ppid=29808 vsize=10212 CPUtime=0.11
/proc/29812/stat : 29812 (SatELite_releas) R 29808 29808 17865 0 -1 4202496 2468 0 0 0 11 0 0 0 25 0 1 0 82543554 10457088 2403 4294967295 134512640 135223648 3218970896 3218968752 134578176 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29812/statm: 2553 2403 73 174 0 2378 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 12628

[startup+0.314185 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 29808
/proc/meminfo: memFree=1617252/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2416 CPUtime=0.01
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 369 643 0 0 1 0 0 0 25 0 1 0 82543554 2473984 277 4294967295 134512640 135169312 3215558128 3215556664 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29808/statm: 604 277 235 161 0 43 0
[pid=29812] ppid=29808 vsize=11936 CPUtime=0.31
/proc/29812/stat : 29812 (SatELite_releas) R 29808 29808 17865 0 -1 4202496 2914 0 0 0 31 0 0 0 25 0 1 0 82543554 12222464 2849 4294967295 134512640 135223648 3218970896 3218968896 134548993 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29812/statm: 2984 2849 73 174 0 2809 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14352

[startup+0.714154 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 29808
/proc/meminfo: memFree=1617252/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2416 CPUtime=0.01
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 369 643 0 0 1 0 0 0 25 0 1 0 82543554 2473984 277 4294967295 134512640 135169312 3215558128 3215556664 3085770478 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/29808/statm: 604 277 235 161 0 43 0
[pid=29812] ppid=29808 vsize=15352 CPUtime=0.71
/proc/29812/stat : 29812 (SatELite_releas) R 29808 29808 17865 0 -1 4202496 3434 0 0 0 71 0 0 0 25 0 1 0 82543554 15720448 3369 4294967295 134512640 135223648 3218970896 3218968992 134585544 0 0 0 3 0 0 0 17 3 0 0 0
/proc/29812/statm: 3838 3369 73 174 0 3663 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 17768

[startup+1.51409 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 29813
/proc/meminfo: memFree=1603736/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 2420

[startup+3.11396 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 29814
/proc/meminfo: memFree=1606092/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=9704 CPUtime=1.72
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 2357 0 0 0 171 1 0 0 25 0 1 0 82543694 9936896 2292 4294967295 134512640 135212939 3217356784 3217355248 134526757 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 2426 2292 76 171 0 2254 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 12124

[startup+6.3137 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 29815
/proc/meminfo: memFree=1603892/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=11024 CPUtime=4.92
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 2700 0 0 0 491 1 0 0 25 0 1 0 82543694 11288576 2635 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 2756 2635 76 171 0 2584 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13444

[startup+12.7132 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 29816
/proc/meminfo: memFree=1602064/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=12812 CPUtime=11.32
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 3129 0 0 0 1131 1 0 0 25 0 1 0 82543694 13119488 3064 4294967295 134512640 135212939 3217356784 3217355248 134526720 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 3203 3064 76 171 0 3031 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 15232

[startup+25.5122 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 29817
/proc/meminfo: memFree=1598836/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=15936 CPUtime=24.12
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 3916 0 0 0 2409 3 0 0 25 0 1 0 82543694 16318464 3851 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 3984 3851 76 171 0 3812 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 18356

[startup+51.1101 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 30005
/proc/meminfo: memFree=1594760/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=19996 CPUtime=49.72
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 4887 0 0 0 4968 4 0 0 25 0 1 0 82543694 20475904 4822 4294967295 134512640 135212939 3217356784 3217355248 134526736 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 4999 4822 76 171 0 4827 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 22416

[startup+102.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30008
/proc/meminfo: memFree=1590040/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=25260 CPUtime=100.93
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 6102 0 0 0 10087 6 0 0 25 0 1 0 82543694 25866240 6037 4294967295 134512640 135212939 3217356784 3217355248 134526762 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 6315 6037 76 171 0 6143 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 27680

[startup+162.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30200
/proc/meminfo: memFree=1587752/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=27876 CPUtime=160.93
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 6733 0 0 0 16085 8 0 0 25 0 1 0 82543694 28545024 6668 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 6969 6668 76 171 0 6797 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 30296

[startup+222.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 30391
/proc/meminfo: memFree=1585584/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=30216 CPUtime=220.94
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 7333 0 0 0 22086 8 0 0 25 0 1 0 82543694 30941184 7268 4294967295 134512640 135212939 3217356784 3217355248 134526682 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 7554 7268 76 171 0 7382 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 32636

[startup+282.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30582
/proc/meminfo: memFree=1581848/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=33904 CPUtime=280.95
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 8244 0 0 0 28083 12 0 0 25 0 1 0 82543694 34717696 8179 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 8476 8179 76 171 0 8304 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 36324

[startup+342.307 s]
/proc/loadavg: 1.00 1.00 1.00 4/94 30773
/proc/meminfo: memFree=1576632/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=39064 CPUtime=340.94
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 9522 0 0 0 34080 14 0 0 25 0 1 0 82543694 40001536 9457 4294967295 134512640 135212939 3217356784 3217355248 134526736 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 9766 9457 76 171 0 9594 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 41484

[startup+402.312 s]

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

[pid=29814] ppid=29808 vsize=52920 CPUtime=520.96
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 12825 0 0 0 52073 23 0 0 25 0 1 0 82543694 54190080 12739 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 13230 12739 76 171 0 13058 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 55340

[startup+582.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 31537
/proc/meminfo: memFree=1560116/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=56300 CPUtime=580.97
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 13686 0 0 0 58074 23 0 0 25 0 1 0 82543694 57651200 13600 4294967295 134512640 135212939 3217356784 3217355248 134526757 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 14075 13600 76 171 0 13903 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 58720

[startup+642.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 31726
/proc/meminfo: memFree=1556496/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=59832 CPUtime=640.97
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 14544 0 0 0 64074 23 0 0 25 0 1 0 82543694 61267968 14458 4294967295 134512640 135212939 3217356784 3217355248 134526811 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 14958 14458 76 171 0 14786 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 62252

[startup+702.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 31916
/proc/meminfo: memFree=1554620/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=61440 CPUtime=700.97
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 14968 0 0 0 70074 23 0 0 25 0 1 0 82543694 62914560 14882 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 15360 14882 76 171 0 15188 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 63860

[startup+762.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 32106
/proc/meminfo: memFree=1551996/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=64436 CPUtime=760.99
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 15716 0 0 0 76074 25 0 0 25 0 1 0 82543694 65982464 15630 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 16109 15630 76 171 0 15937 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 66856

[startup+822.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 32295
/proc/meminfo: memFree=1549972/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=66684 CPUtime=820.99
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 16211 0 0 0 82070 29 0 0 25 0 1 0 82543694 68284416 16125 4294967295 134512640 135212939 3217356784 3217355248 134526754 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 16671 16125 76 171 0 16499 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 69104

[startup+882.323 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 32486
/proc/meminfo: memFree=1547144/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=69060 CPUtime=881
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 16831 0 0 0 88071 29 0 0 25 0 1 0 82543694 70717440 16745 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 17265 16745 76 171 0 17093 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 71480

[startup+942.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 32678
/proc/meminfo: memFree=1543152/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=73148 CPUtime=941
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 17878 0 0 0 94070 30 0 0 25 0 1 0 82543694 74903552 17792 4294967295 134512640 135212939 3217356784 3217355248 134526736 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 18287 17792 76 171 0 18115 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 75568

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 404
/proc/meminfo: memFree=1541532/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=74916 CPUtime=1001.01
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 18319 0 0 0 100071 30 0 0 25 0 1 0 82543694 76713984 18233 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 18729 18233 76 171 0 18557 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 77336

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 594
/proc/meminfo: memFree=1538448/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=78016 CPUtime=1061.01
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 19056 0 0 0 106069 32 0 0 25 0 1 0 82543694 79888384 18962 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 19504 18962 76 171 0 19332 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 80436

[startup+1122.31 s]
/proc/loadavg: 1.08 1.03 1.01 3/93 783
/proc/meminfo: memFree=1536556/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=79912 CPUtime=1121.01
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 19482 0 0 0 112069 32 0 0 25 0 1 0 82543694 81829888 19388 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 19978 19388 76 171 0 19806 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 82332

[startup+1182.32 s]
/proc/loadavg: 1.03 1.02 1.00 2/93 987
/proc/meminfo: memFree=1533820/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=82540 CPUtime=1181.02
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 20121 0 0 0 118069 33 0 0 25 0 1 0 82543694 84520960 20027 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 20635 20027 76 171 0 20463 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 84960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.02 1.02 1.00 3/93 1173
/proc/meminfo: memFree=1532972/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=83452 CPUtime=1198.62
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 20348 0 0 0 119829 33 0 0 25 0 1 0 82543694 85454848 20254 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 20863 20254 76 171 0 20691 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 85872

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

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

[startup+1199.92 s]
/proc/loadavg: 1.02 1.02 1.00 3/93 1173
/proc/meminfo: memFree=1532972/2074464 swapFree=1959860/1959888
[pid=29808] ppid=29806 vsize=2420 CPUtime=1.4
/proc/29808/stat : 29808 (SatELiteGTI) S 29806 29808 17865 0 -1 4194304 387 4080 0 0 1 0 139 0 18 0 1 0 82543554 2478080 278 4294967295 134512640 135169312 3215558128 3215554344 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/29808/statm: 605 278 235 161 0 44 0
[pid=29814] ppid=29808 vsize=83452 CPUtime=1198.62
/proc/29814/stat : 29814 (minisat_static) R 29808 29808 17865 0 -1 4202496 20348 0 0 0 119829 33 0 0 25 0 1 0 82543694 85454848 20254 4294967295 134512640 135212939 3217356784 3217355248 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29814/statm: 20863 20254 76 171 0 20691 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 85872

Child status: 143
Real time (s): 1199.93
CPU time (s): 1200.03
CPU user time (s): 1199.7
CPU system time (s): 0.33
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 85872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.7
system time used= 0.33
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25092
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= 923

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi08 at 2009-06-13 02:00:40
IDJOB=1849611
IDBENCH=71084
IDSOLVER=690
FILE ID=tipi08/1849611-1244851240
PBS_JOBID=
Free space on /tmp= 15194 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_12_UNKNOWN.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849611-1244851240/watcher-1849611-1244851240 -o /tmp/evaluation-result-1849611-1244851240/solver-1849611-1244851240 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849611-1244851240.cnf

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED= 918995594

Linux tipi08 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.464
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.39

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.464
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.464
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.464
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:       1617376 kB
Buffers:         26500 kB
Cached:         365752 kB
SwapCached:          4 kB
Active:         116820 kB
Inactive:       286996 kB
HighTotal:     1178688 kB
HighFree:       811108 kB
LowTotal:       895776 kB
LowFree:        806268 kB
SwapTotal:     1959888 kB
SwapFree:      1959860 kB
Dirty:            3668 kB
Writeback:           0 kB
AnonPages:       11260 kB
Mapped:           5288 kB
Slab:            44112 kB
PageTables:        380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85848 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15194 MiB
End job on tipi08 at 2009-06-13 02:20:40