Trace number 1820996

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.09 1200.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand032.cnf
MD5SUMfc00df719c8630009723cd295f7c0c3b
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 variables23696
Number of clauses70703
Sum of the clauses size164971
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 247134
Number of clauses of size 323567
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.05/0.06	c ==============================================================================
0.05/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.05/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.05/0.06	c ==============================================================================
0.05/0.06	c |         0 |   70701   164969 |   21210       0        0     nan |  0.000 % |
0.53/0.56	c |         0 |   35182   121457 |      --       0       --      -- |     --   | -35497/-43459
0.53/0.56	c ==============================================================================
0.53/0.56	c Result  :   #vars: 6588   #clauses: 35182   #literals: 121457
0.53/0.56	c CPU time:   0.56 s
0.53/0.56	c ==============================================================================
0.53/0.60	This is MiniSat 2.0 beta
0.53/0.60	WARNING: for repeatability, setting FPU to use double precision
0.53/0.60	============================[ Problem Statistics ]=============================
0.53/0.60	|                                                                             |
0.53/0.61	|  Number of variables:  6588                                                 |
0.53/0.61	|  Number of clauses:    35182                                                |
0.61/0.63	|  Parsing time:         0.02         s                                       |
0.61/0.63	============================[ Search Statistics ]==============================
0.61/0.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.61/0.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.61/0.63	===============================================================================
0.61/0.63	|         0 |    6588    35182   121457 |    11727        0    nan |  0.000 % |
0.61/0.65	|       101 |    6588    35182   121457 |    12900      101     24 |  0.000 % |
0.61/0.67	|       251 |    6588    35182   121457 |    14190      251     23 |  0.000 % |
0.61/0.70	|       477 |    6588    35182   121457 |    15609      477     16 |  0.000 % |
0.61/0.76	|       814 |    6588    35182   121457 |    17169      814     15 |  0.000 % |
0.61/0.86	|      1321 |    6588    35182   121457 |    18886     1321     34 |  0.000 % |
0.61/0.95	|      2081 |    6588    35182   121457 |    20775     2081     30 |  0.001 % |
1.33/1.34	|      3221 |    6588    35182   121457 |    22853     3221     61 |  0.000 % |
1.63/1.66	|      4929 |    6588    35182   121457 |    25138     4929     51 |  0.001 % |
1.93/2.02	|      7491 |    6588    35182   121457 |    27652     7491     44 |  0.000 % |
2.93/2.98	|     11336 |    6586    35149   121389 |    30417    11333     44 |  0.032 % |
4.63/4.63	|     17103 |    6586    35117   121325 |    33459    17099     53 |  0.031 % |
6.83/6.83	|     25752 |    6586    35117   121325 |    36805    25748     54 |  0.032 % |
12.13/12.20	|     38727 |    6584    35052   121193 |    40485    38719     60 |  0.061 % |
21.83/21.88	|     58189 |    6584    35052   121193 |    44534    31417     72 |  0.061 % |
36.93/36.99	|     87381 |    6584    35052   121193 |    48987    31951     85 |  0.062 % |
66.83/66.90	|    131170 |    6584    35052   121193 |    53886    42094    104 |  0.062 % |
130.83/130.86	|    196854 |    6584    35052   121193 |    59275    37062    156 |  0.061 % |
202.33/202.36	|    295380 |    6584    35052   121193 |    65203    53675     96 |  0.061 % |
327.14/327.19	|    443172 |    6584    35052   121193 |    71723    23627    119 |  0.061 % |
478.65/478.68	|    664855 |    6583    35017   121117 |    78895    41666    103 |  0.076 % |
848.47/848.50	|    997382 |    6583    35017   121117 |    86785    48599    170 |  0.076 % |
1200.08/1200.02	HOME/SatELiteGTI: line 36: 28901 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-1820996-1242495447/watcher-1820996-1242495447 -o /tmp/evaluation-result-1820996-1242495447/solver-1820996-1242495447 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820996-1242495447.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.72 1.29 1.10 3/97 28895
/proc/meminfo: memFree=1764232/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2416 CPUtime=0.01
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 369 643 0 0 1 0 0 0 19 0 1 0 1014045707 2473984 277 4294967295 134512640 135169312 3215476176 3215474712 3085188846 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28895/statm: 604 277 235 161 0 43 0
[pid=28899] ppid=28895 vsize=956 CPUtime=0
/proc/28899/stat : 28899 (SatELite_releas) R 28895 28895 16367 0 -1 4202496 124 0 0 0 0 0 0 0 20 0 1 0 1014045707 978944 59 4294967295 134512640 135223648 3214089328 3214087924 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28899/statm: 239 63 46 174 0 64 0

[startup+0.044365 s]
/proc/loadavg: 1.72 1.29 1.10 3/97 28895
/proc/meminfo: memFree=1764232/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2416 CPUtime=0.01
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 369 643 0 0 1 0 0 0 19 0 1 0 1014045707 2473984 277 4294967295 134512640 135169312 3215476176 3215474712 3085188846 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28895/statm: 604 277 235 161 0 43 0
[pid=28899] ppid=28895 vsize=8124 CPUtime=0.04
/proc/28899/stat : 28899 (SatELite_releas) R 28895 28895 16367 0 -1 4202496 1624 0 0 0 4 0 0 0 20 0 1 0 1014045707 8318976 1559 4294967295 134512640 135223648 3214089328 3214088280 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28899/statm: 2031 1560 46 174 0 1856 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10540

[startup+0.12434 s]
/proc/loadavg: 1.72 1.29 1.10 3/97 28895
/proc/meminfo: memFree=1764232/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2416 CPUtime=0.01
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 369 643 0 0 1 0 0 0 19 0 1 0 1014045707 2473984 277 4294967295 134512640 135169312 3215476176 3215474712 3085188846 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28895/statm: 604 277 235 161 0 43 0
[pid=28899] ppid=28895 vsize=12124 CPUtime=0.12
/proc/28899/stat : 28899 (SatELite_releas) R 28895 28895 16367 0 -1 4202496 2781 0 0 0 12 0 0 0 21 0 1 0 1014045707 12414976 2576 4294967295 134512640 135223648 3214089328 3214087420 134587374 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28899/statm: 3031 2576 73 174 0 2856 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 14540

[startup+0.324328 s]
/proc/loadavg: 1.72 1.29 1.10 3/97 28895
/proc/meminfo: memFree=1764232/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2416 CPUtime=0.01
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 369 643 0 0 1 0 0 0 19 0 1 0 1014045707 2473984 277 4294967295 134512640 135169312 3215476176 3215474712 3085188846 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/28895/statm: 604 277 235 161 0 43 0
[pid=28899] ppid=28895 vsize=12584 CPUtime=0.32
/proc/28899/stat : 28899 (SatELite_releas) R 28895 28895 16367 0 -1 4202496 2908 0 0 0 32 0 0 0 21 0 1 0 1014045707 12886016 2703 4294967295 134512640 135223648 3214089328 3214087232 134688357 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28899/statm: 3146 2703 73 174 0 2971 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 15000

[startup+0.724305 s]
/proc/loadavg: 1.72 1.29 1.10 3/97 28895
/proc/meminfo: memFree=1764232/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 2420

[startup+1.52426 s]
/proc/loadavg: 1.72 1.29 1.10 2/99 28901
/proc/meminfo: memFree=1757628/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=5272 CPUtime=0.92
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 1153 0 0 0 91 1 0 0 20 0 1 0 1014045767 5398528 1088 4294967295 134512640 135216011 3213136880 3213135232 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 1318 1088 71 172 0 1145 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 7692

[startup+3.12417 s]
/proc/loadavg: 1.72 1.29 1.10 2/99 28901
/proc/meminfo: memFree=1756388/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=6724 CPUtime=2.52
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 1515 0 0 0 251 1 0 0 25 0 1 0 1014045767 6885376 1450 4294967295 134512640 135216011 3213136880 3213135232 134527269 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 1681 1450 71 172 0 1508 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 9144

[startup+6.32399 s]
/proc/loadavg: 1.66 1.29 1.10 2/99 28901
/proc/meminfo: memFree=1752916/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=10056 CPUtime=5.72
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 2365 0 0 0 571 1 0 0 25 0 1 0 1014045767 10297344 2300 4294967295 134512640 135216011 3213136880 3213135232 134527723 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 2514 2300 71 172 0 2341 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 12476

[startup+12.7236 s]
/proc/loadavg: 1.61 1.28 1.10 2/99 28902
/proc/meminfo: memFree=1747524/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=15124 CPUtime=12.12
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 3632 0 0 0 1210 2 0 0 25 0 1 0 1014045767 15486976 3567 4294967295 134512640 135216011 3213136880 3213135232 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 3781 3567 71 172 0 3608 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 17544

[startup+25.5229 s]
/proc/loadavg: 1.47 1.27 1.10 3/99 28903
/proc/meminfo: memFree=1745108/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=17448 CPUtime=24.92
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 4177 0 0 0 2490 2 0 0 25 0 1 0 1014045767 17866752 4112 4294967295 134512640 135216011 3213136880 3213135232 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 4362 4112 71 172 0 4189 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 19868

[startup+51.1215 s]
/proc/loadavg: 1.31 1.25 1.10 3/99 29090
/proc/meminfo: memFree=1734236/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=28140 CPUtime=50.52
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 6858 0 0 0 5048 4 0 0 25 0 1 0 1014045767 28815360 6793 4294967295 134512640 135216011 3213136880 3213134960 134524605 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 7035 6793 71 172 0 6862 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 30560

[startup+102.329 s]
/proc/loadavg: 1.13 1.21 1.09 2/99 29096
/proc/meminfo: memFree=1730664/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=31440 CPUtime=101.73
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 7690 0 0 0 10168 5 0 0 25 0 1 0 1014045767 32194560 7625 4294967295 134512640 135216011 3213136880 3213135232 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 7860 7625 71 172 0 7687 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 33860

[startup+162.315 s]
/proc/loadavg: 1.05 1.17 1.08 2/99 29284
/proc/meminfo: memFree=1721736/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=40284 CPUtime=161.72
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 9893 0 0 0 16163 9 0 0 25 0 1 0 1014045767 41250816 9828 4294967295 134512640 135216011 3213136880 3213135048 134525963 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 10071 9828 71 172 0 9898 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 42704

[startup+222.322 s]
/proc/loadavg: 1.02 1.13 1.08 2/99 29472
/proc/meminfo: memFree=1721620/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=40404 CPUtime=221.73
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 9899 0 0 0 22164 9 0 0 25 0 1 0 1014045767 41373696 9834 4294967295 134512640 135216011 3213136880 3213135232 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 10101 9834 71 172 0 9928 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 42824

[startup+282.318 s]
/proc/loadavg: 1.00 1.11 1.07 2/99 29661
/proc/meminfo: memFree=1717272/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=44752 CPUtime=281.73
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 10966 0 0 0 28164 9 0 0 25 0 1 0 1014045767 45826048 10901 4294967295 134512640 135216011 3213136880 3213135232 134527269 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 11188 10901 71 172 0 11015 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 47172

[startup+342.315 s]
/proc/loadavg: 1.00 1.08 1.06 2/99 29848
/proc/meminfo: memFree=1714412/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=47656 CPUtime=341.73
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 11716 0 0 0 34163 10 0 0 25 0 1 0 1014045767 48799744 11651 4294967295 134512640 135216011 3213136880 3213135232 134527376 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 11914 11651 71 172 0 11741 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 50076

[startup+402.322 s]

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

/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=49180 CPUtime=461.74
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 12090 0 0 0 46164 10 0 0 25 0 1 0 1014045767 50360320 12025 4294967295 134512640 135216011 3213136880 3213135232 134527406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 12295 12025 71 172 0 12122 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 51600

[startup+522.315 s]
/proc/loadavg: 1.00 1.04 1.05 3/99 30417
/proc/meminfo: memFree=1712396/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=49180 CPUtime=521.74
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 12097 0 0 0 52164 10 0 0 25 0 1 0 1014045767 50360320 12032 4294967295 134512640 135216011 3213136880 3213135232 134527243 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 12295 12032 71 172 0 12122 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 51600

[startup+582.311 s]
/proc/loadavg: 1.00 1.03 1.04 3/99 30606
/proc/meminfo: memFree=1696152/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=65724 CPUtime=581.74
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 16238 0 0 0 58160 14 0 0 25 0 1 0 1014045767 67301376 16173 4294967295 134512640 135216011 3213136880 3213135232 134527213 0 0 0 3 0 0 0 17 0 0 0 0
/proc/28901/statm: 16431 16173 71 172 0 16258 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 68144

[startup+642.318 s]
/proc/loadavg: 1.00 1.02 1.04 2/99 30793
/proc/meminfo: memFree=1692548/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=69200 CPUtime=641.75
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17089 0 0 0 64159 16 0 0 25 0 1 0 1014045767 70860800 17024 4294967295 134512640 135216011 3213136880 3213135232 134527406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17300 17024 71 172 0 17127 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 71620

[startup+702.315 s]
/proc/loadavg: 1.00 1.02 1.03 3/99 30980
/proc/meminfo: memFree=1692052/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=69200 CPUtime=701.75
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17090 0 0 0 70159 16 0 0 25 0 1 0 1014045767 70860800 17025 4294967295 134512640 135216011 3213136880 3213135232 134527402 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17300 17025 71 172 0 17127 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 71620

[startup+762.321 s]
/proc/loadavg: 1.00 1.01 1.02 3/99 31168
/proc/meminfo: memFree=1692044/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=69200 CPUtime=761.76
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17091 0 0 0 76160 16 0 0 25 0 1 0 1014045767 70860800 17026 4294967295 134512640 135216011 3213136880 3213134960 134524599 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17300 17026 71 172 0 17127 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 71620

[startup+822.318 s]
/proc/loadavg: 1.04 1.02 1.02 2/99 31356
/proc/meminfo: memFree=1692060/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=69200 CPUtime=821.76
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17091 0 0 0 82160 16 0 0 25 0 1 0 1014045767 70860800 17026 4294967295 134512640 135216011 3213136880 3213135232 134527518 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17300 17026 71 172 0 17127 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 71620

[startup+882.314 s]
/proc/loadavg: 1.01 1.02 1.02 2/99 31549
/proc/meminfo: memFree=1691944/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=69200 CPUtime=881.76
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17098 0 0 0 88160 16 0 0 25 0 1 0 1014045767 70860800 17033 4294967295 134512640 135216011 3213136880 3213134960 134524258 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17300 17033 71 172 0 17127 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 71620

[startup+942.311 s]
/proc/loadavg: 1.00 1.01 1.01 2/99 31736
/proc/meminfo: memFree=1691936/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=69200 CPUtime=941.76
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17099 0 0 0 94160 16 0 0 25 0 1 0 1014045767 70860800 17034 4294967295 134512640 135216011 3213136880 3213135232 134527406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17300 17034 71 172 0 17127 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 71620

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.01 3/99 31923
/proc/meminfo: memFree=1692068/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=69200 CPUtime=1001.77
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17099 0 0 0 100160 17 0 0 25 0 1 0 1014045767 70860800 17034 4294967295 134512640 135216011 3213136880 3213135232 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17300 17034 71 172 0 17127 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 71620

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 32111
/proc/meminfo: memFree=1691936/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=69200 CPUtime=1061.77
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17099 0 0 0 106160 17 0 0 25 0 1 0 1014045767 70860800 17034 4294967295 134512640 135216011 3213136880 3213135232 134527485 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17300 17034 71 172 0 17127 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 71620

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 32299
/proc/meminfo: memFree=1691820/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=69200 CPUtime=1121.78
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17099 0 0 0 112161 17 0 0 25 0 1 0 1014045767 70860800 17034 4294967295 134512640 135216011 3213136880 3213135232 134527983 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17300 17034 71 172 0 17127 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 71620

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 32488
/proc/meminfo: memFree=1690192/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=71312 CPUtime=1181.77
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17616 0 0 0 118160 17 0 0 25 0 1 0 1014045767 73023488 17551 4294967295 134512640 135216011 3213136880 3213134960 134524278 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17828 17551 71 172 0 17655 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 73732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 32671
/proc/meminfo: memFree=1690040/2074464 swapFree=1949244/1959888
[pid=28895] ppid=28893 vsize=2420 CPUtime=0.61
/proc/28895/stat : 28895 (SatELiteGTI) S 28893 28895 16367 0 -1 4194304 387 3922 0 0 1 0 60 0 15 0 1 0 1014045707 2478080 278 4294967295 134512640 135169312 3215476176 3215472392 3085188846 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/28895/statm: 605 278 235 161 0 44 0
[pid=28901] ppid=28895 vsize=71312 CPUtime=1199.47
/proc/28901/stat : 28901 (minisat_static) R 28895 28895 16367 0 -1 4202496 17616 0 0 0 119930 17 0 0 25 0 1 0 1014045767 73023488 17551 4294967295 134512640 135216011 3213136880 3213134960 134524351 0 0 0 3 0 0 0 17 3 0 0 0
/proc/28901/statm: 17828 17551 71 172 0 17655 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 73732

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.02
CPU time (s): 1200.09
CPU user time (s): 1199.91
CPU system time (s): 0.18
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 73732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.91
system time used= 0.18
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22202
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= 23
involuntary context switches= 1859

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 19:37:27
IDJOB=1820996
IDBENCH=70796
IDSOLVER=661
FILE ID=tipi11/1820996-1242495447
PBS_JOBID=
Free space on /tmp= 9909 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxororand/maxxororand032.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820996-1242495447/watcher-1820996-1242495447 -o /tmp/evaluation-result-1820996-1242495447/solver-1820996-1242495447 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820996-1242495447.cnf

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

MD5SUM BENCH= fc00df719c8630009723cd295f7c0c3b
RANDOM SEED= 1137028346

Linux tipi11 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.431
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.431
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.431
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.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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:       1764232 kB
Buffers:         25636 kB
Cached:         214220 kB
SwapCached:       5224 kB
Active:          57584 kB
Inactive:       193932 kB
HighTotal:     1178688 kB
HighFree:       984096 kB
LowTotal:       895776 kB
LowFree:        780136 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            2844 kB
Writeback:           4 kB
AnonPages:       11164 kB
Mapped:           5040 kB
Slab:            49896 kB
PageTables:        552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97132 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9909 MiB
End job on tipi11 at 2009-05-16 19:57:27