Trace number 1821835

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
MiniSat2hack 2009-03-23? (TO) 1200.03 1199.92

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_13_UNKNOWN.cnf
MD5SUM604e1311b2fcb3c933399ca7195c63f1
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 variables2058
Number of clauses133055
Sum of the clauses size396210
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23208
Number of clauses of size 3129824
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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  133055   396210 |   39916       0        0     nan |  0.000 % |
1.03/1.02	c |         0 |  132150   561686 |      --       0       --      -- |     --   | -905/165476
1.03/1.02	c ==============================================================================
1.03/1.02	c Result  :   #vars: 1298   #clauses: 132150   #literals: 561686
1.03/1.02	c CPU time:   0.99 s
1.03/1.02	c ==============================================================================
1.13/1.20	This is MiniSat 2.0 beta with hacks by AVG
1.13/1.20	WARNING: for repeatability, setting FPU to use double precision
1.13/1.20	============================[ Problem Statistics ]=============================
1.13/1.20	|                                                                             |
1.13/1.20	|  Number of variables:  1298                                                 |
1.13/1.20	|  Number of clauses:    132150                                               |
1.21/1.28	|  Parsing time:         0.08         s                                       |
1200.02/1199.92	HOME/SatELiteGTI: line 36: 13120 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-1821835-1242571938/watcher-1821835-1242571938 -o /tmp/evaluation-result-1821835-1242571938/solver-1821835-1242571938 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821835-1242571938.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 13114
/proc/meminfo: memFree=533168/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2412 CPUtime=0.01
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1021690943 2469888 277 4294967295 134512640 135169312 3215195536 3215194072 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 603 277 235 161 0 42 0
[pid=13118] ppid=13114 vsize=956 CPUtime=0
/proc/13118/stat : 13118 (SatELite_releas) R 13114 13114 14060 0 -1 4202496 136 0 0 0 0 0 0 0 20 0 1 0 1021690943 978944 72 4294967295 134512640 135223648 3215095136 3215094092 134563184 0 0 0 3 0 0 0 17 1 0 0 0
/proc/13118/statm: 239 72 46 174 0 64 0

[startup+0.12151 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 13114
/proc/meminfo: memFree=533168/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2412 CPUtime=0.01
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1021690943 2469888 277 4294967295 134512640 135169312 3215195536 3215194072 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 603 277 235 161 0 42 0
[pid=13118] ppid=13114 vsize=11112 CPUtime=0.12
/proc/13118/stat : 13118 (SatELite_releas) R 13114 13114 14060 0 -1 4202496 2554 0 0 0 10 2 0 0 20 0 1 0 1021690943 11378688 2490 4294967295 134512640 135223648 3215095136 3215093136 134548993 0 0 0 3 0 0 0 17 1 0 0 0
/proc/13118/statm: 2778 2490 73 174 0 2603 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13524

[startup+0.221501 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 13114
/proc/meminfo: memFree=533168/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2412 CPUtime=0.01
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1021690943 2469888 277 4294967295 134512640 135169312 3215195536 3215194072 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 603 277 235 161 0 42 0
[pid=13118] ppid=13114 vsize=12164 CPUtime=0.22
/proc/13118/stat : 13118 (SatELite_releas) R 13114 13114 14060 0 -1 4202496 2815 0 0 0 19 3 0 0 21 0 1 0 1021690943 12455936 2751 4294967295 134512640 135223648 3215095136 3215092948 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/13118/statm: 3041 2752 73 174 0 2866 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 14576

[startup+0.321492 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 13114
/proc/meminfo: memFree=533168/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2412 CPUtime=0.01
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1021690943 2469888 277 4294967295 134512640 135169312 3215195536 3215194072 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 603 277 235 161 0 42 0
[pid=13118] ppid=13114 vsize=12956 CPUtime=0.32
/proc/13118/stat : 13118 (SatELite_releas) R 13114 13114 14060 0 -1 4202496 3011 0 0 0 29 3 0 0 21 0 1 0 1021690943 13266944 2947 4294967295 134512640 135223648 3215095136 3215093136 134549024 0 0 0 3 0 0 0 17 1 0 0 0
/proc/13118/statm: 3239 2947 73 174 0 3064 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 15368

[startup+0.721457 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 13114
/proc/meminfo: memFree=533168/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2412 CPUtime=0.01
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 367 648 0 0 1 0 0 0 18 0 1 0 1021690943 2469888 277 4294967295 134512640 135169312 3215195536 3215194072 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 603 277 235 161 0 42 0
[pid=13118] ppid=13114 vsize=15936 CPUtime=0.72
/proc/13118/stat : 13118 (SatELite_releas) R 13114 13114 14060 0 -1 4202496 3483 0 0 0 69 3 0 0 22 0 1 0 1021690943 16318464 3419 4294967295 134512640 135223648 3215095136 3215093232 134585515 0 0 0 3 0 0 0 17 1 0 0 0
/proc/13118/statm: 3984 3419 73 174 0 3809 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 18348

[startup+1.52139 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 13119
/proc/meminfo: memFree=518876/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 2416

[startup+3.12125 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13120
/proc/meminfo: memFree=521108/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=10372 CPUtime=1.92
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 2516 0 0 0 192 0 0 0 25 0 1 0 1021691063 10620928 2450 4294967295 134512640 135214715 3216408320 3216406528 134539301 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 2593 2450 74 172 0 2420 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 12788

[startup+6.32097 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13120
/proc/meminfo: memFree=517584/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=13544 CPUtime=5.12
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 3337 0 0 0 512 0 0 0 25 0 1 0 1021691063 13869056 3271 4294967295 134512640 135214715 3216408320 3216406784 134528794 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 3386 3271 74 172 0 3213 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 15960

[startup+12.7204 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13121
/proc/meminfo: memFree=511276/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=19460 CPUtime=11.52
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 4787 0 0 0 1152 0 0 0 25 0 1 0 1021691063 19927040 4721 4294967295 134512640 135214715 3216408320 3216406784 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 4865 4721 74 172 0 4692 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 21876

[startup+25.5093 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 13304
/proc/meminfo: memFree=505060/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=24852 CPUtime=24.31
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 6150 0 0 0 2430 1 0 0 25 0 1 0 1021691063 25448448 6084 4294967295 134512640 135214715 3216408320 3216406528 134537288 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 6213 6084 74 172 0 6040 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 27268

[startup+51.1071 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 13313
/proc/meminfo: memFree=495672/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=34532 CPUtime=49.91
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 8546 0 0 0 4987 4 0 0 25 0 1 0 1021691063 35360768 8480 4294967295 134512640 135214715 3216408320 3216406784 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 8633 8480 74 172 0 8460 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 36948

[startup+102.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13497
/proc/meminfo: memFree=489300/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=40736 CPUtime=101.12
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 10068 0 0 0 10105 7 0 0 25 0 1 0 1021691063 41713664 10002 4294967295 134512640 135214715 3216408320 3216406784 134528709 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 10184 10002 74 172 0 10011 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 43152

[startup+162.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13686
/proc/meminfo: memFree=484696/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=45416 CPUtime=161.13
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 11232 0 0 0 16106 7 0 0 25 0 1 0 1021691063 46505984 11166 4294967295 134512640 135214715 3216408320 3216406784 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 11354 11166 74 172 0 11181 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 47832

[startup+222.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 13874
/proc/meminfo: memFree=478164/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=52436 CPUtime=221.14
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 12952 0 0 0 22107 7 0 0 25 0 1 0 1021691063 53694464 12886 4294967295 134512640 135214715 3216408320 3216406784 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 13109 12886 74 172 0 12936 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 54852

[startup+282.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 14064
/proc/meminfo: memFree=474064/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=56612 CPUtime=281.14
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 13954 0 0 0 28107 7 0 0 25 0 1 0 1021691063 57970688 13888 4294967295 134512640 135214715 3216408320 3216406784 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 14153 13888 74 172 0 13980 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 59028

[startup+342.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14257
/proc/meminfo: memFree=468840/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=61884 CPUtime=341.14
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 15249 0 0 0 34105 9 0 0 25 0 1 0 1021691063 63369216 15183 4294967295 134512640 135214715 3216408320 3216406784 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 15471 15183 74 172 0 15298 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 64300

[startup+402.307 s]

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

/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=75724 CPUtime=461.15
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 18662 0 0 0 46103 12 0 0 25 0 1 0 1021691063 77541376 18596 4294967295 134512640 135214715 3216408320 3216406784 134528772 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 18931 18596 74 172 0 18758 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 78140

[startup+522.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 14822
/proc/meminfo: memFree=452504/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=78252 CPUtime=521.16
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 19253 0 0 0 52104 12 0 0 25 0 1 0 1021691063 80130048 19187 4294967295 134512640 135214715 3216408320 3216406784 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 19563 19187 74 172 0 19390 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 80668

[startup+582.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15011
/proc/meminfo: memFree=449784/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=81340 CPUtime=581.17
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 19971 0 0 0 58105 12 0 0 25 0 1 0 1021691063 83292160 19905 4294967295 134512640 135214715 3216408320 3216406784 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 20335 19905 74 172 0 20162 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 83756

[startup+642.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15200
/proc/meminfo: memFree=446860/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=84276 CPUtime=641.17
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 20687 0 0 0 64104 13 0 0 25 0 1 0 1021691063 86298624 20621 4294967295 134512640 135214715 3216408320 3216406784 134528721 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 21069 20621 74 172 0 20896 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 86692

[startup+702.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 15384
/proc/meminfo: memFree=443064/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=87716 CPUtime=701.18
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 21575 0 0 0 70104 14 0 0 25 0 1 0 1021691063 89821184 21509 4294967295 134512640 135214715 3216408320 3216406784 134528709 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 21929 21509 74 172 0 21756 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 90132

[startup+762.315 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 15573
/proc/meminfo: memFree=439832/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=91148 CPUtime=761.18
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 22384 0 0 0 76103 15 0 0 25 0 1 0 1021691063 93335552 22318 4294967295 134512640 135214715 3216408320 3216406784 134528698 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 22787 22318 74 172 0 22614 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 93564

[startup+822.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15776
/proc/meminfo: memFree=437120/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=94164 CPUtime=821.18
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 23134 0 0 0 82102 16 0 0 25 0 1 0 1021691063 96423936 23068 4294967295 134512640 135214715 3216408320 3216406784 134528678 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 23541 23068 74 172 0 23368 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 96580

[startup+882.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 15965
/proc/meminfo: memFree=433632/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=97560 CPUtime=881.19
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 23963 0 0 0 88102 17 0 0 25 0 1 0 1021691063 99901440 23897 4294967295 134512640 135214715 3216408320 3216406784 134528791 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 24390 23897 74 172 0 24217 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 99976

[startup+942.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 16154
/proc/meminfo: memFree=430368/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=101116 CPUtime=941.2
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 24808 0 0 0 94102 18 0 0 25 0 1 0 1021691063 103542784 24742 4294967295 134512640 135214715 3216408320 3216406784 134528579 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 25279 24742 74 172 0 25106 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 103532

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 16338
/proc/meminfo: memFree=427308/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=104148 CPUtime=1001.2
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 25568 0 0 0 100102 18 0 0 25 0 1 0 1021691063 106647552 25502 4294967295 134512640 135214715 3216408320 3216406784 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 26037 25502 74 172 0 25864 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 106564

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16529
/proc/meminfo: memFree=423796/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=107704 CPUtime=1061.21
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 26460 0 0 0 106101 20 0 0 25 0 1 0 1021691063 110288896 26394 4294967295 134512640 135214715 3216408320 3216406784 134528709 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 26926 26394 74 172 0 26753 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 110120

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 16717
/proc/meminfo: memFree=420372/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=111024 CPUtime=1121.2
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 27272 0 0 0 112099 21 0 0 25 0 1 0 1021691063 113688576 27206 4294967295 134512640 135214715 3216408320 3216406784 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 27756 27206 74 172 0 27583 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 113440

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 16910
/proc/meminfo: memFree=418348/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=113040 CPUtime=1181.21
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 27776 0 0 0 118100 21 0 0 25 0 1 0 1021691063 115752960 27710 4294967295 134512640 135214715 3216408320 3216406784 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 28260 27710 74 172 0 28087 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 115456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 16910
/proc/meminfo: memFree=417892/2074464 swapFree=1949056/1959888
[pid=13114] ppid=13112 vsize=2416 CPUtime=1.21
/proc/13114/stat : 13114 (SatELiteGTI) S 13112 13114 14060 0 -1 4194304 387 4135 0 0 1 0 116 4 18 0 1 0 1021690943 2473984 278 4294967295 134512640 135169312 3215195536 3215191752 3085446894 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/13114/statm: 604 278 235 161 0 43 0
[pid=13120] ppid=13114 vsize=113648 CPUtime=1198.81
/proc/13120/stat : 13120 (minisat_static) R 13114 13114 14060 0 -1 4202496 27909 0 0 0 119860 21 0 0 25 0 1 0 1021691063 116375552 27843 4294967295 134512640 135214715 3216408320 3216406784 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13120/statm: 28412 27843 74 172 0 28239 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 116064

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.77
system time used= 0.26
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32707
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= 18
involuntary context switches= 1101

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-17 16:52:18
IDJOB=1821835
IDBENCH=71100
IDSOLVER=660
FILE ID=tipi27/1821835-1242571938
PBS_JOBID=
Free space on /tmp= 8664 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_13_UNKNOWN.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821835-1242571938/watcher-1821835-1242571938 -o /tmp/evaluation-result-1821835-1242571938/solver-1821835-1242571938 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821835-1242571938.cnf

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

MD5SUM BENCH= 604e1311b2fcb3c933399ca7195c63f1
RANDOM SEED= 1519465485

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

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

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.389
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:        533200 kB
Buffers:         56248 kB
Cached:        1354652 kB
SwapCached:       5456 kB
Active:         542920 kB
Inactive:       877628 kB
HighTotal:     1178688 kB
HighFree:       232360 kB
LowTotal:       895776 kB
LowFree:        300840 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            3904 kB
Writeback:           0 kB
AnonPages:        9068 kB
Mapped:           3316 kB
Slab:           112140 kB
PageTables:        496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90628 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8664 MiB
End job on tipi27 at 2009-05-17 17:12:18