Trace number 1849625

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.92

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_11_UNKNOWN.cnf
MD5SUMe0639bbed56c8b8c34616f8cb99c381c
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 variables1740
Number of clauses114011
Sum of the clauses size339448
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22792
Number of clauses of size 3111196
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.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  114011   339448 |   34203       0        0     nan |  0.000 % |
1.14/1.13	c |         0 |  113182   490657 |      --       0       --      -- |     --   | -829/151209
1.14/1.13	c ==============================================================================
1.14/1.13	c Result  :   #vars: 1091   #clauses: 113182   #literals: 490657
1.14/1.13	c CPU time:   1.11 s
1.14/1.13	c ==============================================================================
1.23/1.28	This is MiniSat 2.0 beta
1.23/1.28	WARNING: for repeatability, setting FPU to use double precision
1.23/1.28	============================[ Problem Statistics ]=============================
1.23/1.28	|                                                                             |
1.23/1.28	|  Number of variables:  1091                                                 |
1.23/1.28	|  Number of clauses:    113182                                               |
1.29/1.34	|  Parsing time:         0.05         s                                       |
1.29/1.35	============================[ Search Statistics ]==============================
1.29/1.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.29/1.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.29/1.35	===============================================================================
1.29/1.35	|         0 |    1091   113182   490657 |    37727        0    nan |  0.000 % |
1.29/1.43	|       102 |    1091   113182   490657 |    41500      102     65 |  0.000 % |
1.29/1.45	|       255 |    1091   113182   490657 |    45650      255     54 |  0.000 % |
1.29/1.56	|       480 |    1091   113182   490657 |    50215      480     56 |  0.000 % |
1.29/1.68	|       818 |    1091   113182   490657 |    55236      818     62 |  0.000 % |
1.29/1.88	|      1325 |    1091   113182   490657 |    60760     1325     66 |  0.000 % |
2.24/2.28	|      2084 |    1091   113182   490657 |    66836     2084     67 |  0.000 % |
3.23/3.24	|      3223 |    1091   113182   490657 |    73519     3223     68 |  0.000 % |
4.44/4.44	|      4931 |    1091   113182   490657 |    80871     4931     73 |  0.000 % |
6.43/6.45	|      7495 |    1091   113182   490657 |    88959     7495     77 |  0.000 % |
9.23/9.30	|     11341 |    1091   113182   490657 |    97854    11341     76 |  0.000 % |
14.02/14.04	|     17107 |    1091   113182   490657 |   107640    17107     78 |  0.000 % |
24.23/24.28	|     25757 |    1091   113182   490657 |   118404    25757     80 |  0.000 % |
43.83/43.84	|     38733 |    1091   113182   490657 |   130244    38733     80 |  0.000 % |
72.03/72.05	|     58196 |    1091   113182   490657 |   143269    58196     78 |  0.000 % |
137.04/137.11	|     87389 |    1091   113182   490657 |   157596    87389     78 |  0.000 % |
265.55/265.52	|    131182 |    1091   113182   490657 |   173356   131182     76 |  0.000 % |
496.76/496.75	|    196877 |    1091   113182   490657 |   190691    39904     72 |  0.000 % |
874.60/874.54	|    295405 |    1091   113182   490657 |   209760   138432     79 |  0.000 % |
1200.02/1199.92	HOME/SatELiteGTI: line 36: 10959 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-1849625-1244855091/watcher-1849625-1244855091 -o /tmp/evaluation-result-1849625-1244855091/solver-1849625-1244855091 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849625-1244855091.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.03 1.00 2/95 10953
/proc/meminfo: memFree=798968/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2412 CPUtime=0.01
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 366 648 0 0 0 1 0 0 18 0 1 0 82930081 2469888 276 4294967295 134512640 135169312 3216748304 3216746840 3085766382 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10953/statm: 603 276 235 161 0 42 0
[pid=10957] ppid=10953 vsize=956 CPUtime=0
/proc/10957/stat : 10957 (SatELite_releas) R 10953 10953 19205 0 -1 4202496 136 0 0 0 0 0 0 0 21 0 1 0 82930081 978944 72 4294967295 134512640 135223648 3212866368 3212865320 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10957/statm: 239 72 46 174 0 64 0

[startup+0.080461 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 10953
/proc/meminfo: memFree=798968/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2412 CPUtime=0.01
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 366 648 0 0 0 1 0 0 18 0 1 0 82930081 2469888 276 4294967295 134512640 135169312 3216748304 3216746840 3085766382 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10953/statm: 603 276 235 161 0 42 0
[pid=10957] ppid=10953 vsize=8164 CPUtime=0.08
/proc/10957/stat : 10957 (SatELite_releas) R 10953 10953 19205 0 -1 4202496 1934 0 0 0 6 2 0 0 21 0 1 0 82930081 8359936 1870 4294967295 134512640 135223648 3212866368 3212864160 134548209 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10957/statm: 2041 1870 72 174 0 1866 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10576

[startup+0.120459 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 10953
/proc/meminfo: memFree=798968/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2412 CPUtime=0.01
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 366 648 0 0 0 1 0 0 18 0 1 0 82930081 2469888 276 4294967295 134512640 135169312 3216748304 3216746840 3085766382 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10953/statm: 603 276 235 161 0 42 0
[pid=10957] ppid=10953 vsize=9360 CPUtime=0.12
/proc/10957/stat : 10957 (SatELite_releas) R 10953 10953 19205 0 -1 4202496 2234 0 0 0 10 2 0 0 21 0 1 0 82930081 9584640 2170 4294967295 134512640 135223648 3212866368 3212864144 134585497 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10957/statm: 2340 2170 73 174 0 2165 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 11772

[startup+0.32044 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 10953
/proc/meminfo: memFree=798968/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2412 CPUtime=0.01
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 366 648 0 0 0 1 0 0 18 0 1 0 82930081 2469888 276 4294967295 134512640 135169312 3216748304 3216746840 3085766382 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10953/statm: 603 276 235 161 0 42 0
[pid=10957] ppid=10953 vsize=11260 CPUtime=0.32
/proc/10957/stat : 10957 (SatELite_releas) R 10953 10953 19205 0 -1 4202496 2610 0 0 0 30 2 0 0 21 0 1 0 82930081 11530240 2546 4294967295 134512640 135223648 3212866368 3212864144 134585540 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10957/statm: 2815 2546 73 174 0 2640 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 13672

[startup+0.720407 s]
/proc/loadavg: 1.00 1.03 1.00 2/95 10953
/proc/meminfo: memFree=798968/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2412 CPUtime=0.01
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 366 648 0 0 0 1 0 0 18 0 1 0 82930081 2469888 276 4294967295 134512640 135169312 3216748304 3216746840 3085766382 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10953/statm: 603 276 235 161 0 42 0
[pid=10957] ppid=10953 vsize=13856 CPUtime=0.72
/proc/10957/stat : 10957 (SatELite_releas) R 10953 10953 19205 0 -1 4202496 3057 0 0 0 70 2 0 0 22 0 1 0 82930081 14188544 2993 4294967295 134512640 135223648 3212866368 3212864576 134593704 0 0 0 3 0 0 0 17 0 0 0 0
/proc/10957/statm: 3464 2993 73 174 0 3289 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 16268

[startup+1.52034 s]
/proc/loadavg: 1.00 1.03 1.00 2/97 10958
/proc/meminfo: memFree=787304/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 2416

[startup+3.1202 s]
/proc/loadavg: 1.00 1.03 1.00 2/97 10959
/proc/meminfo: memFree=789412/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=8496 CPUtime=1.84
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 2057 0 0 0 183 1 0 0 25 0 1 0 82930209 8699904 1991 4294967295 134512640 135212939 3219200432 3219198896 134526797 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 2124 1991 76 171 0 1952 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 10912

[startup+6.31994 s]
/proc/loadavg: 1.00 1.03 1.00 2/97 10959
/proc/meminfo: memFree=787800/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=10212 CPUtime=5.04
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 2465 0 0 0 503 1 0 0 25 0 1 0 82930209 10457088 2399 4294967295 134512640 135212939 3219200432 3219198896 134526750 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 2553 2399 76 171 0 2381 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 12628

[startup+12.7094 s]
/proc/loadavg: 1.00 1.03 1.00 2/97 10959
/proc/meminfo: memFree=784672/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=13144 CPUtime=11.43
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 3192 0 0 0 1142 1 0 0 25 0 1 0 82930209 13459456 3126 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 3286 3126 76 171 0 3114 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 15560

[startup+25.5083 s]
/proc/loadavg: 1.00 1.03 1.00 2/97 10959
/proc/meminfo: memFree=780304/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=17372 CPUtime=24.23
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 4251 0 0 0 2422 1 0 0 25 0 1 0 82930209 17788928 4185 4294967295 134512640 135212939 3219200432 3219198896 134526720 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 4343 4185 76 171 0 4171 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 19788

[startup+51.1162 s]
/proc/loadavg: 1.00 1.03 1.00 2/97 11147
/proc/meminfo: memFree=773364/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=23740 CPUtime=49.84
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 5799 0 0 0 4981 3 0 0 25 0 1 0 82930209 24309760 5733 4294967295 134512640 135212939 3219200432 3219198672 134536960 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 5935 5733 76 171 0 5763 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 26156

[startup+102.322 s]
/proc/loadavg: 1.22 1.07 1.02 2/97 11335
/proc/meminfo: memFree=762396/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=34772 CPUtime=101.05
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 8518 0 0 0 10102 3 0 0 25 0 1 0 82930209 35606528 8452 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 8693 8452 76 171 0 8521 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 37188

[startup+162.317 s]
/proc/loadavg: 1.08 1.05 1.01 2/97 11526
/proc/meminfo: memFree=754428/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=42856 CPUtime=161.05
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 10463 0 0 0 16100 5 0 0 25 0 1 0 82930209 43884544 10397 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 10714 10397 76 171 0 10542 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 45272

[startup+222.312 s]
/proc/loadavg: 1.03 1.04 1.00 3/97 11723
/proc/meminfo: memFree=747972/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=49752 CPUtime=221.05
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 12185 0 0 0 22100 5 0 0 25 0 1 0 82930209 50946048 12119 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 12438 12119 76 171 0 12266 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 52168

[startup+282.317 s]
/proc/loadavg: 1.01 1.03 1.00 2/97 11911
/proc/meminfo: memFree=741532/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=56436 CPUtime=281.06
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 13819 0 0 0 28099 7 0 0 25 0 1 0 82930209 57790464 13753 4294967295 134512640 135212939 3219200432 3219198896 134526636 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 14109 13753 76 171 0 13937 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 58852

[startup+342.322 s]
/proc/loadavg: 1.00 1.02 1.00 4/97 12100
/proc/meminfo: memFree=736820/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=61176 CPUtime=341.07
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 14964 0 0 0 34100 7 0 0 25 0 1 0 82930209 62644224 14890 4294967295 134512640 135212939 3219200432 3219198896 134526769 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 15294 14890 76 171 0 15122 0
Current children cumulated CPU time (s) 342.36
Current children cumulated vsize (KiB) 63592

[startup+402.307 s]

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

[pid=10959] ppid=10953 vsize=70088 CPUtime=521.08
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 17149 0 0 0 52101 7 0 0 25 0 1 0 82930209 71770112 17059 4294967295 134512640 135212939 3219200432 3219198896 134526636 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 17522 17059 76 171 0 17350 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 72504

[startup+582.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 12864
/proc/meminfo: memFree=728420/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=70088 CPUtime=581.08
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 17150 0 0 0 58101 7 0 0 25 0 1 0 82930209 71770112 17060 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 17522 17060 76 171 0 17350 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 72504

[startup+642.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 13054
/proc/meminfo: memFree=728288/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=70088 CPUtime=641.09
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 17151 0 0 0 64102 7 0 0 25 0 1 0 82930209 71770112 17061 4294967295 134512640 135212939 3219200432 3219198896 134526759 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 17522 17061 76 171 0 17350 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 72504

[startup+702.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 13243
/proc/meminfo: memFree=728132/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=70088 CPUtime=701.1
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 17151 0 0 0 70103 7 0 0 25 0 1 0 82930209 71770112 17061 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 17522 17061 76 171 0 17350 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 72504

[startup+762.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 13437
/proc/meminfo: memFree=727892/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=70088 CPUtime=761.1
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 17153 0 0 0 76103 7 0 0 25 0 1 0 82930209 71770112 17063 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 17522 17063 76 171 0 17350 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 72504

[startup+822.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 13628
/proc/meminfo: memFree=728000/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=70088 CPUtime=821.1
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 17157 0 0 0 82103 7 0 0 25 0 1 0 82930209 71770112 17067 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 17522 17067 76 171 0 17350 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 72504

[startup+882.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 13816
/proc/meminfo: memFree=728156/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=70088 CPUtime=881.11
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 17157 0 0 0 88104 7 0 0 25 0 1 0 82930209 71770112 17067 4294967295 134512640 135212939 3219200432 3219198896 134526736 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 17522 17067 76 171 0 17350 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 72504

[startup+942.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 14005
/proc/meminfo: memFree=727628/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=70220 CPUtime=941.11
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 17216 0 0 0 94104 7 0 0 25 0 1 0 82930209 71905280 17126 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 17555 17126 76 171 0 17383 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 72636

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/97 14199
/proc/meminfo: memFree=724692/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=73560 CPUtime=1001.12
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 18030 0 0 0 100104 8 0 0 25 0 1 0 82930209 75325440 17940 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 18390 17940 76 171 0 18218 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 75976

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 4/97 14390
/proc/meminfo: memFree=721476/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=76828 CPUtime=1061.12
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 18818 0 0 0 106104 8 0 0 25 0 1 0 82930209 78671872 18728 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 19207 18728 76 171 0 19035 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 79244

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 14581
/proc/meminfo: memFree=717676/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=80656 CPUtime=1121.12
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 19765 0 0 0 112104 8 0 0 25 0 1 0 82930209 82591744 19675 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 20164 19675 76 171 0 19992 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 83072

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 14769
/proc/meminfo: memFree=713408/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=84848 CPUtime=1181.13
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 20788 0 0 0 118104 9 0 0 25 0 1 0 82930209 86884352 20698 4294967295 134512640 135212939 3219200432 3219198896 134526736 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 21212 20698 76 171 0 21040 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 87264



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 14772
/proc/meminfo: memFree=712536/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=85776 CPUtime=1198.73
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 21031 0 0 0 119864 9 0 0 25 0 1 0 82930209 87834624 20941 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 21444 20941 76 171 0 21272 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 88192

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

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 14772
/proc/meminfo: memFree=712536/2074464 swapFree=1959888/1959888
[pid=10953] ppid=10951 vsize=2416 CPUtime=1.29
/proc/10953/stat : 10953 (SatELiteGTI) S 10951 10953 19205 0 -1 4194304 386 3708 0 0 1 1 125 2 20 0 1 0 82930081 2473984 278 4294967295 134512640 135169312 3216748304 3216744520 3085766382 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/10953/statm: 604 278 235 161 0 43 0
[pid=10959] ppid=10953 vsize=85776 CPUtime=1198.73
/proc/10959/stat : 10959 (minisat_static) R 10953 10953 19205 0 -1 4202496 21031 0 0 0 119864 9 0 0 25 0 1 0 82930209 87834624 20941 4294967295 134512640 135212939 3219200432 3219198896 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/10959/statm: 21444 20941 76 171 0 21272 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 88192

Child status: 143
Real time (s): 1199.92
CPU time (s): 1200.03
CPU user time (s): 1199.9
CPU system time (s): 0.13
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 88192

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi09 at 2009-06-13 03:04:51
IDJOB=1849625
IDBENCH=71103
IDSOLVER=690
FILE ID=tipi09/1849625-1244855091
PBS_JOBID=
Free space on /tmp= 15097 MiB

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

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

MD5SUM BENCH= e0639bbed56c8b8c34616f8cb99c381c
RANDOM SEED= 1872374561

Linux tipi09 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.365
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.365
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:        798984 kB
Buffers:         78032 kB
Cached:        1067696 kB
SwapCached:          0 kB
Active:         411056 kB
Inactive:       747804 kB
HighTotal:     1178688 kB
HighFree:       214928 kB
LowTotal:       895776 kB
LowFree:        584056 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            3336 kB
Writeback:           0 kB
AnonPages:       13056 kB
Mapped:           7584 kB
Slab:           107628 kB
PageTables:        416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    91956 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15097 MiB
End job on tipi09 at 2009-06-13 03:24:52