Trace number 1849425

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.04 1199.95

General information on the benchmark

Namevange-col-abb313GPIA-9-c.cnf
MD5SUM0baefedb2aaa81442743e253487854d8
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 variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c Parsing...
0.71/0.75	c ==============================================================================
0.71/0.75	c |           |     ORIGINAL     |              LEARNT              |          |
0.71/0.75	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.71/0.75	c ==============================================================================
0.71/0.75	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
1.01/1.09	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
1.01/1.09	c ==============================================================================
1.01/1.09	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
1.01/1.09	c CPU time:   0.99 s
1.01/1.09	c ==============================================================================
2.22/2.23	This is MiniSat 2.0 beta
2.22/2.23	WARNING: for repeatability, setting FPU to use double precision
2.22/2.23	============================[ Problem Statistics ]=============================
2.22/2.23	|                                                                             |
2.22/2.23	|  Number of variables:  6212                                                 |
2.22/2.23	|  Number of clauses:    479096                                               |
2.23/2.74	|  Parsing time:         0.46         s                                       |
2.23/2.77	============================[ Search Statistics ]==============================
2.23/2.77	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.23/2.77	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.23/2.77	===============================================================================
2.23/2.77	|         0 |    6212   479096  3790745 |   159698        0    nan |  0.000 % |
2.23/2.77	|       100 |    6212   479096  3790745 |   175668      100     18 |  0.000 % |
2.23/2.78	|       250 |    6212   479096  3790745 |   193235      250     16 |  0.000 % |
2.23/2.78	|       475 |    6212   479096  3790745 |   212558      475     15 |  0.000 % |
2.23/2.79	|       813 |    6212   479096  3790745 |   233814      813     15 |  0.000 % |
2.23/2.80	|      1319 |    6212   479096  3790745 |   257196     1319     15 |  0.000 % |
2.23/2.82	|      2080 |    6212   479096  3790745 |   282915     2080     15 |  0.000 % |
2.23/2.86	|      3220 |    6212   479096  3790745 |   311207     3220     15 |  0.000 % |
2.23/2.90	|      4928 |    6212   479096  3790745 |   342328     4928     16 |  0.000 % |
2.23/2.99	|      7491 |    6212   479096  3790745 |   376561     7491     16 |  0.000 % |
2.23/3.15	|     11335 |    6212   479096  3790745 |   414217    11335     16 |  0.000 % |
3.32/3.37	|     17102 |    6212   479096  3790745 |   455638    17102     16 |  0.000 % |
3.71/3.76	|     25752 |    6212   479096  3790745 |   501202    25752     17 |  0.000 % |
4.51/4.55	|     38726 |    6212   479096  3790745 |   551323    38726     17 |  0.000 % |
5.91/5.93	|     58187 |    6212   479096  3790745 |   606455    58187     19 |  0.000 % |
8.31/8.35	|     87380 |    6212   479096  3790745 |   667100    87380     19 |  0.000 % |
12.81/12.83	|    131169 |    6208   479096  3790745 |   733811   131167     19 |  0.064 % |
22.32/22.34	|    196854 |    6208   479096  3790745 |   807192   196852     19 |  0.064 % |
45.42/45.50	|    295380 |    6208   479096  3790745 |   887911   295378     19 |  0.064 % |
108.83/108.89	|    443169 |    6208   478573  3787692 |   976702   443167     20 |  0.064 % |
203.03/203.05	|    664853 |    6207   478573  3787692 |  1074372   664850     19 |  0.080 % |
537.97/537.98	|    997378 |    6204   477550  3780672 |  1181810   997355     20 |  0.129 % |
942.99/942.98	|   1496166 |    6202   477550  3780672 |  1299991   337651     19 |  0.161 % |
1200.02/1199.93	HOME/SatELiteGTI: line 36: 19206 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-1849425-1244817699/watcher-1849425-1244817699 -o /tmp/evaluation-result-1849425-1244817699/solver-1849425-1244817699 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849425-1244817699.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: 0.92 0.98 0.99 2/94 19198
/proc/meminfo: memFree=1195648/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2412 CPUtime=0
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 365 644 0 0 0 0 0 0 25 0 1 0 79190976 2469888 275 4294967295 134512640 135169312 3220456080 3220454616 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/19198/statm: 603 275 235 161 0 42 0
[pid=19202] ppid=19198 vsize=956 CPUtime=0
/proc/19202/stat : 19202 (SatELite_releas) R 19198 19198 19205 0 -1 4202496 150 0 0 0 0 0 0 0 25 0 1 0 79190977 978944 86 4294967295 134512640 135223648 3219710416 3219709296 134543095 0 0 0 3 0 0 0 17 0 0 0 0
/proc/19202/statm: 272 89 45 174 0 97 0

[startup+0.018108 s]
/proc/loadavg: 0.92 0.98 0.99 2/94 19198
/proc/meminfo: memFree=1195648/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2412 CPUtime=0
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 365 644 0 0 0 0 0 0 25 0 1 0 79190976 2469888 275 4294967295 134512640 135169312 3220456080 3220454616 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/19198/statm: 603 275 235 161 0 42 0
[pid=19202] ppid=19198 vsize=2364 CPUtime=0.02
/proc/19202/stat : 19202 (SatELite_releas) R 19198 19198 19205 0 -1 4202496 435 0 0 0 2 0 0 0 25 0 1 0 79190977 2420736 371 4294967295 134512640 135223648 3219710416 3219709368 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/19202/statm: 591 371 47 174 0 416 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4776

[startup+0.108095 s]
/proc/loadavg: 0.92 0.98 0.99 2/94 19198
/proc/meminfo: memFree=1195648/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2412 CPUtime=0
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 365 644 0 0 0 0 0 0 25 0 1 0 79190976 2469888 275 4294967295 134512640 135169312 3220456080 3220454616 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/19198/statm: 603 275 235 161 0 42 0
[pid=19202] ppid=19198 vsize=7612 CPUtime=0.11
/proc/19202/stat : 19202 (SatELite_releas) R 19198 19198 19205 0 -1 4202496 1690 0 0 0 10 1 0 0 25 0 1 0 79190977 7794688 1626 4294967295 134512640 135223648 3219710416 3219709368 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/19202/statm: 1903 1626 47 174 0 1728 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10024

[startup+0.308078 s]
/proc/loadavg: 0.92 0.98 0.99 2/94 19198
/proc/meminfo: memFree=1195648/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2412 CPUtime=0
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 365 644 0 0 0 0 0 0 25 0 1 0 79190976 2469888 275 4294967295 134512640 135169312 3220456080 3220454616 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/19198/statm: 603 275 235 161 0 42 0
[pid=19202] ppid=19198 vsize=18024 CPUtime=0.31
/proc/19202/stat : 19202 (SatELite_releas) R 19198 19198 19205 0 -1 4202496 4326 0 0 0 27 4 0 0 25 0 1 0 79190977 18456576 4262 4294967295 134512640 135223648 3219710416 3219709368 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/19202/statm: 4506 4263 47 174 0 4331 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 20436

[startup+0.708044 s]
/proc/loadavg: 0.92 0.98 0.99 2/94 19198
/proc/meminfo: memFree=1195648/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2412 CPUtime=0
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 365 644 0 0 0 0 0 0 25 0 1 0 79190976 2469888 275 4294967295 134512640 135169312 3220456080 3220454616 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/19198/statm: 603 275 235 161 0 42 0
[pid=19202] ppid=19198 vsize=50992 CPUtime=0.71
/proc/19202/stat : 19202 (SatELite_releas) R 19198 19198 19205 0 -1 4202496 12579 0 0 0 63 8 0 0 25 0 1 0 79190977 52215808 12515 4294967295 134512640 135223648 3219710416 3219709424 134547578 0 0 0 3 0 0 0 17 0 0 0 0
/proc/19202/statm: 12748 12515 47 174 0 12573 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 53404

[startup+1.50798 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 19204
/proc/meminfo: memFree=1141808/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2412 CPUtime=0
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 365 644 0 0 0 0 0 0 25 0 1 0 79190976 2469888 275 4294967295 134512640 135169312 3220456080 3220454616 3085389550 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/19198/statm: 603 275 235 161 0 42 0
[pid=19202] ppid=19198 vsize=53892 CPUtime=1.51
/proc/19202/stat : 19202 (SatELite_releas) R 19198 19198 19205 0 -1 4202496 13749 0 0 0 141 10 0 0 25 0 1 0 79190977 55185408 12954 4294967295 134512640 135223648 3219710416 3219707036 134737406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/19202/statm: 13473 12954 74 174 0 13298 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 56304

[startup+3.10784 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 19204
/proc/meminfo: memFree=1126556/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 2416
heavy processes:

[startup+6.30758 s]
/proc/loadavg: 0.93 0.98 0.99 2/96 19206
/proc/meminfo: memFree=1137252/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=40732 CPUtime=4.08
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 9871 0 0 0 403 5 0 0 25 0 1 0 79191200 41709568 9806 4294967295 134512640 135212939 3214591312 3214589776 134526627 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 10183 9806 76 171 0 10011 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 43148

[startup+12.707 s]
/proc/loadavg: 0.93 0.98 0.99 2/96 19206
/proc/meminfo: memFree=1128604/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=48312 CPUtime=10.48
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 11783 0 0 0 1040 8 0 0 25 0 1 0 79191200 49471488 11718 4294967295 134512640 135212939 3214591312 3214589872 134539408 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 12078 11718 76 171 0 11906 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 50728

[startup+25.516 s]
/proc/loadavg: 0.95 0.98 0.99 3/96 19394
/proc/meminfo: memFree=1118516/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=57972 CPUtime=23.29
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 14111 0 0 0 2317 12 0 0 25 0 1 0 79191200 59363328 14046 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 14493 14046 76 171 0 14321 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 60388

[startup+51.1138 s]
/proc/loadavg: 0.96 0.98 0.99 3/96 19396
/proc/meminfo: memFree=1107696/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=69188 CPUtime=48.89
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 16861 0 0 0 4870 19 0 0 25 0 1 0 79191200 70848512 16796 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 17297 16796 76 171 0 17125 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 71604

[startup+102.32 s]
/proc/loadavg: 0.98 0.98 0.99 2/96 19587
/proc/meminfo: memFree=1092180/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=83852 CPUtime=100.1
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 20634 0 0 0 9987 23 0 0 25 0 1 0 79191200 85864448 20569 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 20963 20569 76 171 0 20791 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 86268

[startup+162.314 s]
/proc/loadavg: 0.99 0.98 0.99 3/96 19775
/proc/meminfo: memFree=1075324/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=101292 CPUtime=160.1
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 24884 0 0 0 15983 27 0 0 25 0 1 0 79191200 103723008 24819 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 25323 24819 76 171 0 25151 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 103708

[startup+222.309 s]
/proc/loadavg: 0.99 0.98 0.99 3/96 19965
/proc/meminfo: memFree=1062396/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=113652 CPUtime=220.1
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 28041 0 0 0 21982 28 0 0 25 0 1 0 79191200 116379648 27976 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 28413 27976 76 171 0 28241 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 116068

[startup+282.304 s]
/proc/loadavg: 0.99 0.98 0.99 2/96 20156
/proc/meminfo: memFree=1053284/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=124008 CPUtime=280.1
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 30331 0 0 0 27976 34 0 0 25 0 1 0 79191200 126984192 30266 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 31002 30266 76 171 0 30830 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 126424

[startup+342.319 s]
/proc/loadavg: 0.99 0.98 0.99 3/96 20351
/proc/meminfo: memFree=1045160/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=132132 CPUtime=340.12
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 32387 0 0 0 33974 38 0 0 25 0 1 0 79191200 135303168 32322 4294967295 134512640 135212939 3214591312 3214589776 134526736 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 33033 32322 76 171 0 32861 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 134548


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

/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=149848 CPUtime=520.14
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 36908 0 0 0 51970 44 0 0 25 0 1 0 79191200 153444352 36843 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 37462 36843 76 171 0 37290 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 152264

[startup+582.319 s]
/proc/loadavg: 1.30 1.06 1.02 3/96 21109
/proc/meminfo: memFree=1020716/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=155756 CPUtime=580.14
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 38375 0 0 0 57967 47 0 0 25 0 1 0 79191200 159494144 38310 4294967295 134512640 135212939 3214591312 3214589776 134526627 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 38939 38310 76 171 0 38767 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 158172

[startup+642.314 s]
/proc/loadavg: 1.26 1.08 1.02 2/96 21300
/proc/meminfo: memFree=1014996/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=162896 CPUtime=640.14
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 39686 0 0 0 63967 47 0 0 25 0 1 0 79191200 166805504 39621 4294967295 134512640 135212939 3214591312 3214589776 134526736 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 40724 39621 76 171 0 40552 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 165312

[startup+702.319 s]
/proc/loadavg: 1.09 1.06 1.02 2/96 21493
/proc/meminfo: memFree=1010260/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=167560 CPUtime=700.15
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 40872 0 0 0 69966 49 0 0 25 0 1 0 79191200 171581440 40807 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 41890 40807 76 171 0 41718 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 169976

[startup+762.324 s]
/proc/loadavg: 1.03 1.05 1.01 2/96 21683
/proc/meminfo: memFree=1005248/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=172476 CPUtime=760.16
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 42100 0 0 0 75966 50 0 0 25 0 1 0 79191200 176615424 42035 4294967295 134512640 135212939 3214591312 3214589776 134526723 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 43119 42035 76 171 0 42947 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 174892

[startup+822.319 s]
/proc/loadavg: 1.01 1.04 1.00 2/96 21873
/proc/meminfo: memFree=999208/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=178616 CPUtime=820.16
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 43650 0 0 0 81966 50 0 0 25 0 1 0 79191200 182902784 43585 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 44654 43585 76 171 0 44482 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 181032

[startup+882.324 s]
/proc/loadavg: 1.00 1.03 1.00 3/96 22062
/proc/meminfo: memFree=997892/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=180120 CPUtime=880.17
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 43999 0 0 0 87966 51 0 0 25 0 1 0 79191200 184442880 43934 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 45030 43934 76 171 0 44858 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 182536

[startup+942.309 s]
/proc/loadavg: 1.00 1.02 1.00 2/96 22253
/proc/meminfo: memFree=997784/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=180120 CPUtime=940.16
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 43999 0 0 0 93961 55 0 0 25 0 1 0 79191200 184442880 43934 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 45030 43934 76 171 0 44858 0
Current children cumulated CPU time (s) 942.39
Current children cumulated vsize (KiB) 182536

[startup+1002.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/96 22446
/proc/meminfo: memFree=997984/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=180120 CPUtime=1000.17
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 43999 0 0 0 99961 56 0 0 25 0 1 0 79191200 184442880 43934 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 45030 43934 76 171 0 44858 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 182536

[startup+1062.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/96 22636
/proc/meminfo: memFree=998116/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=180120 CPUtime=1060.18
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 43999 0 0 0 105962 56 0 0 25 0 1 0 79191200 184442880 43934 4294967295 134512640 135212939 3214591312 3214589776 134526820 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 45030 43934 76 171 0 44858 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 182536

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 22826
/proc/meminfo: memFree=997852/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=180120 CPUtime=1120.18
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 44001 0 0 0 111961 57 0 0 25 0 1 0 79191200 184442880 43936 4294967295 134512640 135212939 3214591312 3214589776 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 45030 43936 76 171 0 44858 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 182536

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 23015
/proc/meminfo: memFree=997752/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=180120 CPUtime=1180.19
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 44004 0 0 0 117962 57 0 0 25 0 1 0 79191200 184442880 43939 4294967295 134512640 135212939 3214591312 3214589576 134530602 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 45030 43939 76 171 0 44858 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 182536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 23017
/proc/meminfo: memFree=997940/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=180120 CPUtime=1197.79
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 44004 0 0 0 119722 57 0 0 25 0 1 0 79191200 184442880 43939 4294967295 134512640 135212939 3214591312 3214589776 134526811 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 45030 43939 76 171 0 44858 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 182536

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

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 3/96 23017
/proc/meminfo: memFree=997940/2074464 swapFree=1959888/1959888
[pid=19198] ppid=19196 vsize=2416 CPUtime=2.23
/proc/19198/stat : 19198 (SatELiteGTI) S 19196 19198 19205 0 -1 4194304 384 14395 0 0 0 0 210 13 18 0 1 0 79190976 2473984 276 4294967295 134512640 135169312 3220456080 3220452296 3085389550 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19198/statm: 604 276 235 161 0 43 0
[pid=19206] ppid=19198 vsize=180120 CPUtime=1197.79
/proc/19206/stat : 19206 (minisat_static) R 19198 19198 19205 0 -1 4202496 44004 0 0 0 119722 57 0 0 25 0 1 0 79191200 184442880 43939 4294967295 134512640 135212939 3214591312 3214589776 134526811 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19206/statm: 45030 43939 76 171 0 44858 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 182536

Child status: 143
Real time (s): 1199.95
CPU time (s): 1200.04
CPU user time (s): 1199.32
CPU system time (s): 0.72
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 182536

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi09 at 2009-06-12 16:41:39
IDJOB=1849425
IDBENCH=69600
IDSOLVER=690
FILE ID=tipi09/1849425-1244817699
PBS_JOBID=
Free space on /tmp= 15347 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT_RACE08/cnf/vange-col-abb313GPIA-9-c.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849425-1244817699/watcher-1849425-1244817699 -o /tmp/evaluation-result-1849425-1244817699/solver-1849425-1244817699 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849425-1244817699.cnf

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

MD5SUM BENCH= 0baefedb2aaa81442743e253487854d8
RANDOM SEED= 1111745861

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:       1195672 kB
Buffers:         58180 kB
Cached:         693148 kB
SwapCached:          0 kB
Active:         263788 kB
Inactive:       499944 kB
HighTotal:     1178688 kB
HighFree:       590836 kB
LowTotal:       895776 kB
LowFree:        604836 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:           22544 kB
Writeback:           0 kB
AnonPages:       12336 kB
Mapped:           6740 kB
Slab:           107224 kB
PageTables:        528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    91004 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15347 MiB
End job on tipi09 at 2009-06-12 17:01:41