Trace number 1821770

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 1199.92

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.05/0.08	c ==============================================================================
0.05/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.05/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.05/0.08	c ==============================================================================
0.05/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.21 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.48	|  Parsing time:         0.05         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.49	|         0 |    1205   127840   554049 |    42613        0    nan |  0.000 % |
1.40/1.52	|       101 |    1205   127840   554049 |    46874      101     54 |  0.015 % |
1.40/1.58	|       251 |    1205   127840   554049 |    51562      251     60 |  0.001 % |
1.40/1.67	|       478 |    1205   127840   554049 |    56718      478     55 |  0.002 % |
1.40/1.84	|       816 |    1205   127840   554049 |    62390      816     55 |  0.002 % |
1.40/2.08	|      1322 |    1205   127840   554049 |    68629     1322     55 |  0.000 % |
2.52/2.58	|      2081 |    1205   127840   554049 |    75492     2081     54 |  0.001 % |
2.82/2.85	|      3220 |    1205   127840   554049 |    83041     3220     61 |  0.002 % |
3.82/3.82	|      4930 |    1205   127840   554049 |    91345     4930     61 |  0.002 % |
4.62/4.61	|      7493 |    1205   127840   554049 |   100480     7493     68 |  0.002 % |
6.72/6.81	|     11338 |    1205   127840   554049 |   110528    11338     68 |  0.002 % |
10.32/10.40	|     17104 |    1205   127840   554049 |   121580    17104     66 |  0.000 % |
16.62/16.69	|     25753 |    1205   127840   554049 |   133738    25753     67 |  0.002 % |
24.22/24.24	|     38727 |    1205   127840   554049 |   147112    38727     70 |  0.000 % |
43.42/43.48	|     58188 |    1205   127840   554049 |   161824    58188     72 |  0.002 % |
81.52/81.54	|     87380 |    1205   127840   554049 |   178006    87380     85 |  0.000 % |
152.84/152.90	|    131170 |    1205   127840   554049 |   195807   131170     78 |  0.002 % |
303.15/303.13	|    196855 |    1205   127840   554049 |   215387    17995     57 |  0.000 % |
445.26/445.25	|    295383 |    1205   127840   554049 |   236926   116523     70 |  0.002 % |
709.99/710.01	|    443172 |    1205   127840   554049 |   260619    46981     64 |  0.002 % |
1186.93/1186.82	|    664856 |    1205   127840   554049 |   286681    27133     69 |  0.002 % |
1200.03/1199.92	HOME/SatELiteGTI: line 36: 22678 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-1821770-1242562694/watcher-1821770-1242562694 -o /tmp/evaluation-result-1821770-1242562694/solver-1821770-1242562694 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821770-1242562694.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 22671
/proc/meminfo: memFree=449688/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2416 CPUtime=0
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 368 647 0 0 0 0 0 0 25 0 1 0 1020770438 2473984 277 4294967295 134512640 135169312 3213204400 3213202936 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22671/statm: 604 277 235 161 0 43 0
[pid=22675] ppid=22671 vsize=812 CPUtime=0
/proc/22675/stat : 22675 (SatELite_releas) R 22671 22671 20977 0 -1 4194304 70 0 0 0 0 0 0 0 25 0 1 0 1020770438 831488 6 4294967295 134512640 135223648 3213993040 3213992924 134743488 0 0 0 0 0 0 0 17 3 0 0 0
/proc/22675/statm: 204 18 13 174 0 29 0

[startup+0.045398 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 22671
/proc/meminfo: memFree=449688/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2416 CPUtime=0
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 368 647 0 0 0 0 0 0 25 0 1 0 1020770438 2473984 277 4294967295 134512640 135169312 3213204400 3213202936 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22671/statm: 604 277 235 161 0 43 0
[pid=22675] ppid=22671 vsize=4812 CPUtime=0.05
/proc/22675/stat : 22675 (SatELite_releas) R 22671 22671 20977 0 -1 4202496 1042 0 0 0 5 0 0 0 25 0 1 0 1020770438 4927488 978 4294967295 134512640 135223648 3213993040 3213991540 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22675/statm: 1203 978 46 174 0 1028 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7228

[startup+0.115391 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 22671
/proc/meminfo: memFree=449688/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2416 CPUtime=0
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 368 647 0 0 0 0 0 0 25 0 1 0 1020770438 2473984 277 4294967295 134512640 135169312 3213204400 3213202936 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22671/statm: 604 277 235 161 0 43 0
[pid=22675] ppid=22671 vsize=10212 CPUtime=0.12
/proc/22675/stat : 22675 (SatELite_releas) R 22671 22671 20977 0 -1 4202496 2475 0 0 0 10 2 0 0 25 0 1 0 1020770438 10457088 2411 4294967295 134512640 135223648 3213993040 3213991056 134586748 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22675/statm: 2553 2411 73 174 0 2378 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 12628

[startup+0.315371 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 22671
/proc/meminfo: memFree=449688/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2416 CPUtime=0
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 368 647 0 0 0 0 0 0 25 0 1 0 1020770438 2473984 277 4294967295 134512640 135169312 3213204400 3213202936 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22671/statm: 604 277 235 161 0 43 0
[pid=22675] ppid=22671 vsize=11936 CPUtime=0.32
/proc/22675/stat : 22675 (SatELite_releas) R 22671 22671 20977 0 -1 4202496 2913 0 0 0 30 2 0 0 25 0 1 0 1020770438 12222464 2849 4294967295 134512640 135223648 3213993040 3213991040 134548987 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22675/statm: 2984 2849 73 174 0 2809 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14352

[startup+0.715332 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 22671
/proc/meminfo: memFree=449688/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2416 CPUtime=0
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 368 647 0 0 0 0 0 0 25 0 1 0 1020770438 2473984 277 4294967295 134512640 135169312 3213204400 3213202936 3085770478 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/22671/statm: 604 277 235 161 0 43 0
[pid=22675] ppid=22671 vsize=15352 CPUtime=0.72
/proc/22675/stat : 22675 (SatELite_releas) R 22671 22671 20977 0 -1 4202496 3433 0 0 0 70 2 0 0 25 0 1 0 1020770438 15720448 3369 4294967295 134512640 135223648 3213993040 3213991136 134585497 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22675/statm: 3838 3369 73 174 0 3663 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 17768

[startup+1.51526 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22677
/proc/meminfo: memFree=436420/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 2420

[startup+3.1151 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22678
/proc/meminfo: memFree=439148/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=9184 CPUtime=1.72
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 2225 0 0 0 168 4 0 0 25 0 1 0 1020770578 9404416 2160 4294967295 134512640 135216011 3219085712 3219084064 134527412 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22678/statm: 2296 2160 71 172 0 2123 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 11604

[startup+6.31479 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22678
/proc/meminfo: memFree=436668/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=11432 CPUtime=4.92
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 2781 0 0 0 488 4 0 0 25 0 1 0 1020770578 11706368 2716 4294967295 134512640 135216011 3219085712 3219084064 134527399 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22678/statm: 2858 2716 71 172 0 2685 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13852

[startup+12.7142 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22678
/proc/meminfo: memFree=433384/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=14580 CPUtime=11.32
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 3553 0 0 0 1127 5 0 0 25 0 1 0 1020770578 14929920 3488 4294967295 134512640 135216011 3219085712 3219084064 134527964 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22678/statm: 3645 3488 71 172 0 3472 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 17000

[startup+25.5129 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22678
/proc/meminfo: memFree=426172/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=21724 CPUtime=24.12
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 5332 0 0 0 2405 7 0 0 25 0 1 0 1020770578 22245376 5267 4294967295 134512640 135216011 3219085712 3219084064 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22678/statm: 5431 5267 71 172 0 5258 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 24144

[startup+51.1104 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22863
/proc/meminfo: memFree=415764/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=31864 CPUtime=49.72
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 7864 0 0 0 4959 13 0 0 25 0 1 0 1020770578 32628736 7799 4294967295 134512640 135216011 3219085712 3219084064 134527410 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22678/statm: 7966 7799 71 172 0 7793 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 34284

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22867
/proc/meminfo: memFree=400440/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=47444 CPUtime=100.92
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 11687 0 0 0 10077 15 0 0 25 0 1 0 1020770578 48582656 11622 4294967295 134512640 135216011 3219085712 3219084064 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22678/statm: 11861 11622 71 172 0 11688 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 49864

[startup+162.319 s]
/proc/loadavg: 1.10 1.03 1.01 2/95 23056
/proc/meminfo: memFree=390400/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=58032 CPUtime=160.94
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 14290 0 0 0 16077 17 0 0 25 0 1 0 1020770578 59424768 14225 4294967295 134512640 135216011 3219085712 3219084064 134527531 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 14508 14225 71 172 0 14335 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 60452

[startup+222.314 s]
/proc/loadavg: 1.04 1.02 1.00 2/95 23243
/proc/meminfo: memFree=382384/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=65640 CPUtime=220.94
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 16153 0 0 0 22075 19 0 0 25 0 1 0 1020770578 67215360 16088 4294967295 134512640 135216011 3219085712 3219084064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 16410 16088 71 172 0 16237 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 68060

[startup+282.318 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 23430
/proc/meminfo: memFree=375920/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=72328 CPUtime=280.95
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 17833 0 0 0 28074 21 0 0 25 0 1 0 1020770578 74063872 17768 4294967295 134512640 135216011 3219085712 3219084064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 18082 17768 71 172 0 17909 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 74748

[startup+342.322 s]
/proc/loadavg: 1.07 1.04 1.01 3/95 23625
/proc/meminfo: memFree=373828/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=74244 CPUtime=340.96
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 18331 0 0 0 34074 22 0 0 25 0 1 0 1020770578 76025856 18266 4294967295 134512640 135216011 3219085712 3219084064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 18561 18266 71 172 0 18388 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 76664

[startup+402.326 s]

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

/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=74244 CPUtime=520.97
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 18359 0 0 0 52075 22 0 0 25 0 1 0 1020770578 76025856 18294 4294967295 134512640 135216011 3219085712 3219084064 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 18561 18294 71 172 0 18388 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 76664

[startup+582.318 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 24375
/proc/meminfo: memFree=373464/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=74244 CPUtime=580.98
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 18366 0 0 0 58076 22 0 0 25 0 1 0 1020770578 76025856 18301 4294967295 134512640 135216011 3219085712 3219084064 134527533 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 18561 18301 71 172 0 18388 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 76664

[startup+642.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24564
/proc/meminfo: memFree=367156/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=80728 CPUtime=640.99
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 19926 0 0 0 64076 23 0 0 25 0 1 0 1020770578 82665472 19861 4294967295 134512640 135216011 3219085712 3219083792 134524310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 20182 19861 71 172 0 20009 0
Current children cumulated CPU time (s) 642.39
Current children cumulated vsize (KiB) 83148

[startup+702.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24755
/proc/meminfo: memFree=362272/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=85824 CPUtime=700.99
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 21176 0 0 0 70075 24 0 0 25 0 1 0 1020770578 87883776 21111 4294967295 134512640 135216011 3219085712 3219084064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 21456 21111 71 172 0 21283 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 88244

[startup+762.321 s]
/proc/loadavg: 1.08 1.03 1.01 3/95 24944
/proc/meminfo: memFree=362056/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=85824 CPUtime=761
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 21184 0 0 0 76076 24 0 0 25 0 1 0 1020770578 87883776 21119 4294967295 134512640 135216011 3219085712 3219084064 134527301 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 21456 21119 71 172 0 21283 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 88244

[startup+822.315 s]
/proc/loadavg: 1.10 1.05 1.01 3/95 25131
/proc/meminfo: memFree=362156/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=85824 CPUtime=821
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 21191 0 0 0 82076 24 0 0 25 0 1 0 1020770578 87883776 21126 4294967295 134512640 135216011 3219085712 3219084064 134527457 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 21456 21126 71 172 0 21283 0
Current children cumulated CPU time (s) 822.4
Current children cumulated vsize (KiB) 88244

[startup+882.319 s]
/proc/loadavg: 1.11 1.07 1.02 2/95 25318
/proc/meminfo: memFree=362164/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=85824 CPUtime=881.01
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 21196 0 0 0 88077 24 0 0 25 0 1 0 1020770578 87883776 21131 4294967295 134512640 135216011 3219085712 3219084064 134527406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 21456 21131 71 172 0 21283 0
Current children cumulated CPU time (s) 882.41
Current children cumulated vsize (KiB) 88244

[startup+942.313 s]
/proc/loadavg: 1.04 1.05 1.01 2/95 25507
/proc/meminfo: memFree=362264/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=85824 CPUtime=941.01
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 21202 0 0 0 94077 24 0 0 25 0 1 0 1020770578 87883776 21137 4294967295 134512640 135216011 3219085712 3219084064 134527406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 21456 21137 71 172 0 21283 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 88244

[startup+1002.32 s]
/proc/loadavg: 1.01 1.04 1.00 3/95 25694
/proc/meminfo: memFree=357816/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=90216 CPUtime=1001.02
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 22308 0 0 0 100077 25 0 0 25 0 1 0 1020770578 92381184 22243 4294967295 134512640 135216011 3219085712 3219084064 134527435 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 22554 22243 71 172 0 22381 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 92636

[startup+1062.32 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 25887
/proc/meminfo: memFree=350616/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=97984 CPUtime=1061.03
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 24249 0 0 0 106077 26 0 0 25 0 1 0 1020770578 100335616 24184 4294967295 134512640 135216011 3219085712 3219084064 134527324 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 24496 24184 71 172 0 24323 0
Current children cumulated CPU time (s) 1062.43
Current children cumulated vsize (KiB) 100404

[startup+1122.32 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 26074
/proc/meminfo: memFree=343300/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=105452 CPUtime=1121.03
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 26046 0 0 0 112077 26 0 0 25 0 1 0 1020770578 107982848 25981 4294967295 134512640 135216011 3219085712 3219084064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 26363 25981 71 172 0 26190 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 107872

[startup+1182.31 s]
/proc/loadavg: 1.00 1.02 1.00 4/95 26261
/proc/meminfo: memFree=338084/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=110684 CPUtime=1181.03
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 27346 0 0 0 118076 27 0 0 25 0 1 0 1020770578 113340416 27281 4294967295 134512640 135216011 3219085712 3219084064 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 27671 27281 71 172 0 27498 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 113104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 26448
/proc/meminfo: memFree=337592/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=110684 CPUtime=1198.63
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 27349 0 0 0 119836 27 0 0 25 0 1 0 1020770578 113340416 27284 4294967295 134512640 135216011 3219085712 3219084064 134527395 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 27671 27284 71 172 0 27498 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 113104

Sending SIGTERM to process tree (bottom up)

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 26448
/proc/meminfo: memFree=337592/2074464 swapFree=1951864/1959888
[pid=22671] ppid=22669 vsize=2420 CPUtime=1.4
/proc/22671/stat : 22671 (SatELiteGTI) S 22669 22671 20977 0 -1 4194304 387 4083 0 0 0 0 137 3 20 0 1 0 1020770438 2478080 278 4294967295 134512640 135169312 3213204400 3213200616 3085770478 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/22671/statm: 605 278 235 161 0 44 0
[pid=22678] ppid=22671 vsize=110684 CPUtime=1198.63
/proc/22678/stat : 22678 (minisat_static) R 22671 22671 20977 0 -1 4202496 27349 0 0 0 119836 27 0 0 25 0 1 0 1020770578 113340416 27284 4294967295 134512640 135216011 3219085712 3219084064 134527395 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22678/statm: 27671 27284 71 172 0 27498 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 113104

Child status: 143
Real time (s): 1199.92
CPU time (s): 1200.04
CPU user time (s): 1199.73
CPU system time (s): 0.31
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 113104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.73
system time used= 0.31
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32096
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= 19
involuntary context switches= 1224

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-17 14:18:14
IDJOB=1821770
IDBENCH=71084
IDSOLVER=661
FILE ID=tipi10/1821770-1242562694
PBS_JOBID=
Free space on /tmp= 3860 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_12_UNKNOWN.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821770-1242562694/watcher-1821770-1242562694 -o /tmp/evaluation-result-1821770-1242562694/solver-1821770-1242562694 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821770-1242562694.cnf

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED= 625181720

Linux tipi10 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.367
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.367
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.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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.367
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:        449688 kB
Buffers:         45504 kB
Cached:        1444152 kB
SwapCached:       2732 kB
Active:         607192 kB
Inactive:       892364 kB
HighTotal:     1178688 kB
HighFree:       115912 kB
LowTotal:       895776 kB
LowFree:        333776 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            3816 kB
Writeback:           0 kB
AnonPages:        9220 kB
Mapped:           3248 kB
Slab:           115752 kB
PageTables:        584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90592 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 3860 MiB
End job on tipi10 at 2009-05-17 14:38:14