Trace number 1821908

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BinMiniSat 2009-03-21? (TO) 1200.03 1199.93

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.67
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.00	c Parsing...
0.21/0.23	c ==============================================================================
0.21/0.23	c |           |     ORIGINAL     |              LEARNT              |          |
0.21/0.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.21/0.23	c ==============================================================================
0.21/0.23	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
1.21/1.23	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
1.21/1.23	c ==============================================================================
1.21/1.23	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
1.21/1.23	c CPU time:   1.21 s
1.21/1.23	c ==============================================================================
1.51/1.54	This is MiniSat 2.0 beta
1.51/1.54	WARNING: for repeatability, setting FPU to use double precision
1.51/1.54	============================[ Problem Statistics ]=============================
1.51/1.54	|                                                                             |
1.51/1.54	|  Number of variables:  11639                                                |
1.51/1.54	|  Number of clauses:    289635                                               |
1.54/1.72	|  Parsing time:         0.18         s                                       |
1.54/1.73	============================[ Search Statistics ]==============================
1.54/1.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.54/1.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.54/1.73	===============================================================================
1.54/1.74	|         0 |   11639   289635   951406 |    96545        0    nan |  0.000 % |
1.54/1.83	|       100 |   11639   289635   951406 |   106199      100     16 |  0.000 % |
1.54/1.98	|       250 |   11639   289635   951406 |   116819      250     26 |  0.000 % |
2.11/2.15	|       475 |   11639   289635   951406 |   128501      475     28 |  0.001 % |
2.31/2.36	|       812 |   11639   289635   951406 |   141351      812     35 |  0.001 % |
2.41/2.46	|      1318 |   11639   289635   951406 |   155486     1318     42 |  0.001 % |
2.71/2.71	|      2077 |   11639   289635   951406 |   171035     2077     51 |  0.000 % |
3.01/3.06	|      3216 |   11639   289635   951406 |   188138     3216     57 |  0.000 % |
3.71/3.73	|      4926 |   11639   289635   951406 |   206952     4926     62 |  0.000 % |
4.61/4.70	|      7491 |   11639   289635   951406 |   227648     7491     60 |  0.001 % |
5.91/5.93	|     11335 |   11639   289635   951406 |   250412    11335     72 |  0.001 % |
7.71/7.74	|     17105 |   11639   289635   951406 |   275454    17105     88 |  0.001 % |
10.31/10.33	|     25754 |   11639   289635   951406 |   302999    25754     78 |  0.001 % |
15.41/15.43	|     38728 |   11639   289635   951406 |   333299    38728     73 |  0.001 % |
23.01/23.09	|     58192 |   11639   289635   951406 |   366629    58192    106 |  0.000 % |
37.91/37.97	|     87384 |   11639   289635   951406 |   403292    87384     89 |  0.001 % |
72.23/72.30	|    131174 |   11639   289635   951406 |   443621   131174     76 |  0.001 % |
119.13/119.19	|    196859 |   11639   289635   951406 |   487983   196859     62 |  0.001 % |
188.74/188.72	|    295385 |   11637   287573   944810 |   536782    78282    143 |  0.017 % |
310.95/310.93	|    443174 |   11637   286851   942667 |   590460   226063    178 |  0.017 % |
604.98/604.96	|    664857 |   11637   286851   942667 |   649506   447746    191 |  0.017 % |
1027.61/1027.55	|    997382 |   11572   286761   942447 |   714457   148979    119 |  0.903 % |

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-1821908-1242578584/watcher-1821908-1242578584 -o /tmp/evaluation-result-1821908-1242578584/solver-1821908-1242578584 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821908-1242578584.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.91 0.97 0.99 2/93 8650
/proc/meminfo: memFree=797584/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2412 CPUtime=0
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1022359464 2469888 277 4294967295 134512640 135169312 3214302384 3214300920 3085381358 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8650/statm: 603 277 235 161 0 42 0
[pid=8654] ppid=8650 vsize=952 CPUtime=0
/proc/8654/stat : 8654 (SatELite_releas) R 8650 8650 20977 0 -1 4202496 123 0 0 0 0 0 0 0 25 0 1 0 1022359465 974848 59 4294967295 134512640 135223648 3213308848 3213307432 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8654/statm: 238 61 46 174 0 63 0

[startup+0.099133 s]
/proc/loadavg: 0.91 0.97 0.99 2/93 8650
/proc/meminfo: memFree=797584/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2412 CPUtime=0
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1022359464 2469888 277 4294967295 134512640 135169312 3214302384 3214300920 3085381358 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8650/statm: 603 277 235 161 0 42 0
[pid=8654] ppid=8650 vsize=9764 CPUtime=0.1
/proc/8654/stat : 8654 (SatELite_releas) R 8650 8650 20977 0 -1 4202496 2100 0 0 0 9 1 0 0 25 0 1 0 1022359465 9998336 2036 4294967295 134512640 135223648 3213308848 3213307800 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8654/statm: 2441 2036 46 174 0 2266 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12176

[startup+0.109134 s]
/proc/loadavg: 0.91 0.97 0.99 2/93 8650
/proc/meminfo: memFree=797584/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2412 CPUtime=0
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1022359464 2469888 277 4294967295 134512640 135169312 3214302384 3214300920 3085381358 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8650/statm: 603 277 235 161 0 42 0
[pid=8654] ppid=8650 vsize=10424 CPUtime=0.11
/proc/8654/stat : 8654 (SatELite_releas) R 8650 8650 20977 0 -1 4202496 2278 0 0 0 10 1 0 0 25 0 1 0 1022359465 10674176 2214 4294967295 134512640 135223648 3213308848 3213307800 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8654/statm: 2606 2215 46 174 0 2431 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 12836

[startup+0.309113 s]
/proc/loadavg: 0.91 0.97 0.99 2/93 8650
/proc/meminfo: memFree=797584/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2412 CPUtime=0
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1022359464 2469888 277 4294967295 134512640 135169312 3214302384 3214300920 3085381358 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8650/statm: 603 277 235 161 0 42 0
[pid=8654] ppid=8650 vsize=27884 CPUtime=0.31
/proc/8654/stat : 8654 (SatELite_releas) R 8650 8650 20977 0 -1 4202496 6635 0 0 0 29 2 0 0 25 0 1 0 1022359465 28553216 5944 4294967295 134512640 135223648 3213308848 3213306864 134586818 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8654/statm: 6971 5944 73 174 0 6796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 30296

[startup+0.709073 s]
/proc/loadavg: 0.91 0.97 0.99 2/93 8650
/proc/meminfo: memFree=797584/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2412 CPUtime=0
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1022359464 2469888 277 4294967295 134512640 135169312 3214302384 3214300920 3085381358 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8650/statm: 603 277 235 161 0 42 0
[pid=8654] ppid=8650 vsize=29580 CPUtime=0.71
/proc/8654/stat : 8654 (SatELite_releas) R 8650 8650 20977 0 -1 4202496 7028 0 0 0 69 2 0 0 25 0 1 0 1022359465 30289920 6337 4294967295 134512640 135223648 3213308848 3213306864 134586667 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8654/statm: 7395 6337 73 174 0 7220 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 31992

[startup+1.509 s]
/proc/loadavg: 0.91 0.97 0.99 2/95 8655
/proc/meminfo: memFree=769048/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2412 CPUtime=0
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 1022359464 2469888 277 4294967295 134512640 135169312 3214302384 3214300920 3085381358 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/8650/statm: 603 277 235 161 0 42 0
[pid=8654] ppid=8650 vsize=29784 CPUtime=1.51
/proc/8654/stat : 8654 (SatELite_releas) R 8650 8650 20977 0 -1 4202496 8265 0 0 0 148 3 0 0 25 0 1 0 1022359465 30498816 6389 4294967295 134512640 135223648 3213308848 3213305652 134819009 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8654/statm: 7446 6389 74 174 0 7271 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 32196

[startup+3.10884 s]
/proc/loadavg: 0.91 0.97 0.99 2/95 8656
/proc/meminfo: memFree=776240/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=16376 CPUtime=1.57
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 3997 0 0 0 157 0 0 0 25 0 1 0 1022359619 16769024 3932 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 4094 3932 71 172 0 3921 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 18792

[startup+6.30861 s]
/proc/loadavg: 0.92 0.97 0.99 2/95 8657
/proc/meminfo: memFree=773016/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=19808 CPUtime=4.77
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 4850 0 0 0 476 1 0 0 25 0 1 0 1022359619 20283392 4785 4294967295 134512640 135216011 3220325056 3220323136 134524304 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 4952 4785 71 172 0 4779 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 22224

[startup+12.7079 s]
/proc/loadavg: 0.93 0.97 0.99 2/95 8657
/proc/meminfo: memFree=766136/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=26192 CPUtime=11.17
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 6447 0 0 0 1115 2 0 0 25 0 1 0 1022359619 26820608 6382 4294967295 134512640 135216011 3220325056 3220323408 134527489 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 6548 6382 71 172 0 6375 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 28608

[startup+25.5066 s]
/proc/loadavg: 0.94 0.97 0.99 2/95 8659
/proc/meminfo: memFree=748436/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=43768 CPUtime=23.97
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 10810 0 0 0 2392 5 0 0 25 0 1 0 1022359619 44818432 10745 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 10942 10745 71 172 0 10769 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 46184

[startup+51.1041 s]
/proc/loadavg: 0.96 0.97 0.99 2/95 8844
/proc/meminfo: memFree=737616/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=54232 CPUtime=49.57
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 13410 0 0 0 4949 8 0 0 25 0 1 0 1022359619 55533568 13345 4294967295 134512640 135216011 3220325056 3220323200 134537447 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 13558 13345 71 172 0 13385 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 56648

[startup+102.319 s]
/proc/loadavg: 0.98 0.97 0.99 2/95 9031
/proc/meminfo: memFree=722928/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=68816 CPUtime=100.79
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 16986 0 0 0 10067 12 0 0 25 0 1 0 1022359619 70467584 16921 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 17204 16921 71 172 0 17031 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 71232

[startup+162.323 s]
/proc/loadavg: 0.99 0.97 0.99 3/95 9222
/proc/meminfo: memFree=714192/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=78128 CPUtime=160.8
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 19179 0 0 0 16068 12 0 0 25 0 1 0 1022359619 80003072 19114 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 19532 19114 71 172 0 19359 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 80544

[startup+222.327 s]
/proc/loadavg: 1.07 1.00 1.00 3/95 9409
/proc/meminfo: memFree=685016/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=107336 CPUtime=220.81
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 26495 0 0 0 22065 16 0 0 25 0 1 0 1022359619 109912064 26430 4294967295 134512640 135216011 3220325056 3220323408 134527289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 26834 26430 71 172 0 26661 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 109752

[startup+282.321 s]
/proc/loadavg: 1.02 1.00 1.00 3/95 9598
/proc/meminfo: memFree=628928/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=164020 CPUtime=280.81
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 40626 0 0 0 28054 27 0 0 25 0 1 0 1022359619 167956480 40561 4294967295 134512640 135216011 3220325056 3220323408 134527301 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 41005 40561 71 172 0 40832 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 166436

[startup+342.315 s]
/proc/loadavg: 1.15 1.03 1.01 2/95 9787
/proc/meminfo: memFree=590744/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=202148 CPUtime=340.81
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 50184 0 0 0 34047 34 0 0 25 0 1 0 1022359619 206999552 50119 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/8656/statm: 50537 50119 71 172 0 50364 0
Current children cumulated CPU time (s) 342.35

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

/proc/8656/statm: 89548 89059 71 172 0 89375 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 360608

[startup+642.326 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 10731
/proc/meminfo: memFree=399528/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=393832 CPUtime=640.85
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 97818 0 0 0 64008 77 0 0 25 0 1 0 1022359619 403283968 97753 4294967295 134512640 135216011 3220325056 3220323408 134527301 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 98458 97753 71 172 0 98285 0
Current children cumulated CPU time (s) 642.39
Current children cumulated vsize (KiB) 396248

[startup+702.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 10919
/proc/meminfo: memFree=367116/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=426472 CPUtime=700.84
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 105990 0 0 0 69990 94 0 0 25 0 1 0 1022359619 436707328 105925 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 106618 105925 71 172 0 106445 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 428888

[startup+762.314 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 11106
/proc/meminfo: memFree=341264/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=451980 CPUtime=760.85
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 112386 0 0 0 75985 100 0 0 25 0 1 0 1022359619 462827520 112321 4294967295 134512640 135216011 3220325056 3220323408 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 112995 112321 71 172 0 112822 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 454396

[startup+822.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 11293
/proc/meminfo: memFree=319096/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=474072 CPUtime=820.86
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 117941 0 0 0 81984 102 0 0 25 0 1 0 1022359619 485449728 117876 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 118518 117876 71 172 0 118345 0
Current children cumulated CPU time (s) 822.4
Current children cumulated vsize (KiB) 476488

[startup+882.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 11482
/proc/meminfo: memFree=295236/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=497860 CPUtime=880.87
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 123841 0 0 0 87983 104 0 0 25 0 1 0 1022359619 509808640 123776 4294967295 134512640 135216011 3220325056 3220323408 134527851 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 124465 123776 71 172 0 124292 0
Current children cumulated CPU time (s) 882.41
Current children cumulated vsize (KiB) 500276

[startup+942.317 s]
/proc/loadavg: 1.08 1.02 1.01 3/95 11673
/proc/meminfo: memFree=282384/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=510668 CPUtime=940.87
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 127056 0 0 0 93982 105 0 0 25 0 1 0 1022359619 522924032 126991 4294967295 134512640 135216011 3220325056 3220323360 134531741 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 127667 126991 71 172 0 127494 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 513084

[startup+1002.32 s]
/proc/loadavg: 1.03 1.01 1.00 3/95 11862
/proc/meminfo: memFree=282184/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=510668 CPUtime=1000.88
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 127056 0 0 0 99983 105 0 0 25 0 1 0 1022359619 522924032 126991 4294967295 134512640 135216011 3220325056 3220323408 134527301 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 127667 126991 71 172 0 127494 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 513084

[startup+1062.31 s]
/proc/loadavg: 1.01 1.00 1.00 3/95 12049
/proc/meminfo: memFree=282144/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=510668 CPUtime=1060.88
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 127057 0 0 0 105982 106 0 0 25 0 1 0 1022359619 522924032 126992 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 127667 126992 71 172 0 127494 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 513084

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 12236
/proc/meminfo: memFree=281888/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=510668 CPUtime=1120.88
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 127059 0 0 0 111982 106 0 0 25 0 1 0 1022359619 522924032 126994 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 127667 126994 71 172 0 127494 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 513084

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 12425
/proc/meminfo: memFree=282052/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=510668 CPUtime=1180.89
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 127069 0 0 0 117983 106 0 0 25 0 1 0 1022359619 522924032 127004 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 127667 127004 71 172 0 127494 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 513084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 12426
/proc/meminfo: memFree=282212/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=510668 CPUtime=1198.49
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 127070 0 0 0 119742 107 0 0 25 0 1 0 1022359619 522924032 127005 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 127667 127005 71 172 0 127494 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 513084

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 3/95 12426
/proc/meminfo: memFree=282212/2074464 swapFree=1951864/1959888
[pid=8650] ppid=8648 vsize=2416 CPUtime=1.54
/proc/8650/stat : 8650 (SatELiteGTI) S 8648 8650 20977 0 -1 4194304 386 8913 0 0 0 0 151 3 18 0 1 0 1022359464 2473984 278 4294967295 134512640 135169312 3214302384 3214298600 3085381358 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/8650/statm: 604 278 235 161 0 43 0
[pid=8656] ppid=8650 vsize=510668 CPUtime=1198.49
/proc/8656/stat : 8656 (minisat_static) R 8650 8650 20977 0 -1 4202496 127070 0 0 0 119742 107 0 0 25 0 1 0 1022359619 522924032 127005 4294967295 134512640 135216011 3220325056 3220323408 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8656/statm: 127667 127005 71 172 0 127494 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 513084

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8650 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=510000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=30000
# CPU time returned by wait4() is 1.54
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.93
CPU time (s): 1200.03
CPU user time (s): 1198.93
CPU system time (s): 1.1
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 513084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.51
system time used= 0.03
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9299
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= 15
involuntary context switches= 6

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-17 18:43:04
IDJOB=1821908
IDBENCH=71718
IDSOLVER=661
FILE ID=tipi10/1821908-1242578584
PBS_JOBID=
Free space on /tmp= 3692 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821908-1242578584/watcher-1821908-1242578584 -o /tmp/evaluation-result-1821908-1242578584/solver-1821908-1242578584 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821908-1242578584.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED= 1242651061

Linux tipi10 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.37

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        797832 kB
Buffers:         49440 kB
Cached:        1106944 kB
SwapCached:       2732 kB
Active:         393588 kB
Inactive:       772952 kB
HighTotal:     1178688 kB
HighFree:       448412 kB
LowTotal:       895776 kB
LowFree:        349420 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            7176 kB
Writeback:           0 kB
AnonPages:        9124 kB
Mapped:           3324 kB
Slab:           101488 kB
PageTables:        496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90596 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 3685 MiB
End job on tipi10 at 2009-05-17 19:03:06