Trace number 1776202

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
ManySAT 1.1 aimd 2/2009-03-20 (4 threads)? (TO) 3990.11 1000.04

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.12.unsat.cnf
MD5SUM8d6acb9f6b752ad76c024133f5175c69
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 variables1694
Number of clauses5726
Sum of the clauses size14874
Maximum clause length23
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22490
Number of clauses of size 33143
Number of clauses of size 439
Number of clauses of size 538
Number of clauses of size over 513

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    5723    14871 |    1716       0        0     nan |  0.000 % |
0.01/0.02	c |         0 |    4834    14382 |      --       0       --      -- |     --   | -843/-394
0.01/0.02	c ==============================================================================
0.01/0.02	c Result  :   #vars: 1165   #clauses: 4834   #literals: 14382
0.01/0.02	c CPU time:   0.02 s
0.01/0.02	c ==============================================================================

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-1776202-1243507356/watcher-1776202-1243507356 -o /tmp/evaluation-result-1776202-1243507356/solver-1776202-1243507356 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776202-1243507356.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.57 3.84 4.20 3/99 19511
/proc/meminfo: memFree=3157304/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2412 CPUtime=0
/proc/19511/stat : 19511 (manysat.sh) R 19509 19511 19648 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 1115399981 2469888 273 4294967295 134512640 135169312 3217284992 3217283468 3084945268 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/19511/statm: 603 273 231 161 0 42 0
[pid=19512] ppid=19511 vsize=1160 CPUtime=0
/proc/19512/stat : 19512 (SatElite) R 19511 19511 19648 0 -1 4202496 228 0 0 0 0 0 0 0 18 0 1 0 1115399982 1187840 165 4294967295 134512640 135034092 3215166784 3215162776 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/19512/statm: 290 165 51 128 0 160 0

[startup+0.015012 s]
/proc/loadavg: 2.57 3.84 4.20 3/99 19511
/proc/meminfo: memFree=3157304/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2412 CPUtime=0
/proc/19511/stat : 19511 (manysat.sh) R 19509 19511 19648 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 1115399981 2469888 273 4294967295 134512640 135169312 3217284992 3217283468 3084945268 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/19511/statm: 603 273 231 161 0 42 0
[pid=19512] ppid=19511 vsize=1576 CPUtime=0.01
/proc/19512/stat : 19512 (SatElite) R 19511 19511 19648 0 -1 4202496 360 0 0 0 1 0 0 0 18 0 1 0 1115399982 1613824 297 4294967295 134512640 135034092 3215166784 3215162780 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/19512/statm: 394 297 67 128 0 264 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3988

[startup+0.109611 s]
/proc/loadavg: 2.57 3.84 4.20 3/99 19511
/proc/meminfo: memFree=3157304/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2416

[startup+0.44561 s]
/proc/loadavg: 2.57 3.84 4.20 3/99 19511
/proc/meminfo: memFree=3157304/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2416

[startup+0.965511 s]
/proc/loadavg: 2.57 3.84 4.20 3/99 19511
/proc/meminfo: memFree=3157304/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2416

[startup+1.50802 s]
/proc/loadavg: 2.57 3.84 4.20 3/99 19511
/proc/meminfo: memFree=3157304/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2416

[startup+3.11472 s]
/proc/loadavg: 2.57 3.84 4.20 7/104 19518
/proc/meminfo: memFree=3146184/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=40408 CPUtime=12.2
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 3154 0 0 0 1216 4 0 0 16 0 4 0 1115399984 41377792 3089 4294967295 134512640 135305190 3217325952 3217324128 134528263 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/19514/statm: 10102 3089 79 194 0 9906 0
[pid=19514/tid=19515] ppid=19511 vsize=40408 CPUtime=3.05
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 628 0 0 0 304 1 0 0 16 0 4 0 1115399985 41377792 3089 4294967295 134512640 135305190 3217325952 3086433200 134556789 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=40408 CPUtime=3.03
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 653 0 0 0 301 2 0 0 15 0 4 0 1115399985 41377792 3089 4294967295 134512640 135305190 3217325952 3078044864 134528548 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=40408 CPUtime=3.04
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 755 0 0 0 304 0 0 0 16 0 4 0 1115399985 41377792 3089 4294967295 134512640 135305190 3217325952 3069656256 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 42824

[startup+6.30442 s]
/proc/loadavg: 2.92 3.89 4.22 8/104 19518
/proc/meminfo: memFree=3139900/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=46148 CPUtime=24.95
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 4719 0 0 0 2486 9 0 0 17 0 4 0 1115399984 47255552 4654 4294967295 134512640 135305190 3217325952 3217324128 134528329 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/19514/statm: 11537 4654 79 194 0 11341 0
[pid=19514/tid=19515] ppid=19511 vsize=46148 CPUtime=6.24
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 920 0 0 0 622 2 0 0 16 0 4 0 1115399985 47255552 4654 4294967295 134512640 135305190 3217325952 3086433200 134557438 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=46148 CPUtime=6.22
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 1156 0 0 0 619 3 0 0 16 0 4 0 1115399985 47255552 4654 4294967295 134512640 135305190 3217325952 3078044864 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=46148 CPUtime=6.21
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 1213 0 0 0 619 2 0 0 16 0 4 0 1115399985 47255552 4655 4294967295 134512640 135305190 3217325952 3069655920 134551860 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 48564

[startup+12.7038 s]
/proc/loadavg: 3.17 3.93 4.23 5/104 19705
/proc/meminfo: memFree=3126696/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=59472 CPUtime=50.23
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 7949 0 0 0 5010 13 0 0 25 0 4 0 1115399984 60899328 7865 4294967295 134512640 135305190 3217325952 3217323876 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 14868 7865 79 194 0 14672 0
[pid=19514/tid=19515] ppid=19511 vsize=59472 CPUtime=12.61
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 1367 0 0 0 1259 2 0 0 25 0 4 0 1115399985 60899328 7865 4294967295 134512640 135305190 3217325952 3086433200 134557704 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=59472 CPUtime=12.61
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 2329 0 0 0 1257 4 0 0 16 0 4 0 1115399985 60899328 7865 4294967295 134512640 135305190 3217325952 3078044864 134528548 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=59472 CPUtime=12.45
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 2054 0 0 0 1242 3 0 0 25 0 4 0 1115399985 60899328 7865 4294967295 134512640 135305190 3217325952 3069656004 134840070 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 61888

[startup+25.5126 s]
/proc/loadavg: 3.35 3.93 4.22 6/104 19705
/proc/meminfo: memFree=3118752/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=68408 CPUtime=101.37
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 10092 0 0 0 10116 21 0 0 25 0 4 0 1115399984 70049792 10008 4294967295 134512640 135305190 3217325952 3217324128 134528428 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 17102 10008 79 194 0 16906 0
[pid=19514/tid=19515] ppid=19511 vsize=68408 CPUtime=25.42
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 1708 0 0 0 2539 3 0 0 25 0 4 0 1115399985 70049792 10008 4294967295 134512640 135305190 3217325952 3086433472 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=68408 CPUtime=25.41
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 3285 0 0 0 2535 6 0 0 18 0 4 0 1115399985 70049792 10008 4294967295 134512640 135305190 3217325952 3078044544 134553542 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=68408 CPUtime=25.2
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 2508 0 0 0 2515 5 0 0 25 0 4 0 1115399985 70049792 10008 4294967295 134512640 135305190 3217325952 3069656256 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 70824

[startup+51.1102 s]
/proc/loadavg: 3.65 3.95 4.22 6/104 19714
/proc/meminfo: memFree=3109564/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=78220 CPUtime=203.7
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 12489 0 0 0 20349 21 0 0 25 0 4 0 1115399984 80097280 12405 4294967295 134512640 135305190 3217325952 3217324128 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 19555 12405 79 194 0 19359 0
[pid=19514/tid=19515] ppid=19511 vsize=78220 CPUtime=51.02
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 2031 0 0 0 5099 3 0 0 25 0 4 0 1115399985 80097280 12405 4294967295 134512640 135305190 3217325952 3086433472 134528771 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=78220 CPUtime=51.01
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 4218 0 0 0 5095 6 0 0 25 0 4 0 1115399985 80097280 12405 4294967295 134512640 135305190 3217325952 3078044864 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=78220 CPUtime=50.74
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 3030 0 0 0 5069 5 0 0 25 0 4 0 1115399985 80097280 12405 4294967295 134512640 135305190 3217325952 3069656256 134528344 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 80636

[startup+102.315 s]
/proc/loadavg: 4.02 4.00 4.22 5/104 19900
/proc/meminfo: memFree=3090224/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=97220 CPUtime=408.01
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 16854 0 0 0 40758 43 0 0 25 0 4 0 1115399984 99553280 16770 4294967295 134512640 135305190 3217325952 3217323792 134551684 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/19514/statm: 24305 16770 79 194 0 24109 0
[pid=19514/tid=19515] ppid=19511 vsize=97220 CPUtime=102.2
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 2900 0 0 0 10213 7 0 0 25 0 4 0 1115399985 99553280 16770 4294967295 134512640 135305190 3217325952 3086433472 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=97220 CPUtime=101.88
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 6053 0 0 0 10171 17 0 0 25 0 4 0 1115399985 99553280 16770 4294967295 134512640 135305190 3217325952 3078044864 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=97220 CPUtime=101.89
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 3697 0 0 0 10183 6 0 0 25 0 4 0 1115399985 99553280 16770 4294967295 134512640 135305190 3217325952 3069656000 134541563 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 99636

[startup+162.31 s]
/proc/loadavg: 4.18 4.06 4.22 5/104 20089
/proc/meminfo: memFree=3078636/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=106448 CPUtime=647.37
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 19671 0 0 0 64671 66 0 0 25 0 4 0 1115399984 109002752 19587 4294967295 134512640 135305190 3217325952 3217324128 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/19514/statm: 26612 19587 79 194 0 26416 0
[pid=19514/tid=19515] ppid=19511 vsize=106448 CPUtime=162.13
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 3520 0 0 0 16201 12 0 0 25 0 4 0 1115399985 109002752 19587 4294967295 134512640 135305190 3217325952 3086433472 134528382 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=106448 CPUtime=161.66
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7342 0 0 0 16139 27 0 0 25 0 4 0 1115399985 109002752 19587 4294967295 134512640 135305190 3217325952 3078044480 134551998 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=106448 CPUtime=161.71
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 4091 0 0 0 16161 10 0 0 25 0 4 0 1115399985 109002752 19587 4294967295 134512640 135305190 3217325952 3069656256 134528237 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.4
Current children cumulated vsize (KiB) 108864

[startup+222.304 s]
/proc/loadavg: 4.42 4.14 4.24 5/104 20275
/proc/meminfo: memFree=3068656/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03

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

/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 6994 0 0 0 58033 53 0 0 25 0 4 0 1115399985 181071872 35871 4294967295 134512640 135305190 3217325952 3069656256 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2323.42
Current children cumulated vsize (KiB) 179244

[startup+642.314 s]
/proc/loadavg: 4.68 4.45 4.33 6/104 21596
/proc/meminfo: memFree=3005104/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=185744 CPUtime=2562.84
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 38185 0 0 0 256065 219 0 0 25 0 4 0 1115399984 190201856 38037 4294967295 134512640 135305190 3217325952 3217324128 134528376 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 46436 38037 79 194 0 46240 0
[pid=19514/tid=19515] ppid=19511 vsize=185744 CPUtime=640.08
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7124 0 0 0 63961 47 0 0 25 0 4 0 1115399985 190201856 38037 4294967295 134512640 135305190 3217325952 3086433136 134551671 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=185744 CPUtime=640.68
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 16352 0 0 0 64009 59 0 0 25 0 4 0 1115399985 190201856 38037 4294967295 134512640 135305190 3217325952 3078044864 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=185744 CPUtime=640.85
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7119 0 0 0 64031 54 0 0 25 0 4 0 1115399985 190201856 38037 4294967295 134512640 135305190 3217325952 3069656256 134528399 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2562.87
Current children cumulated vsize (KiB) 188160

[startup+702.308 s]
/proc/loadavg: 4.45 4.43 4.33 5/104 21782
/proc/meminfo: memFree=3001192/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=190320 CPUtime=2802.35
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 38986 0 0 0 279996 239 0 0 25 0 4 0 1115399984 194887680 38838 4294967295 134512640 135305190 3217325952 3217324128 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 47580 38838 79 194 0 47384 0
[pid=19514/tid=19515] ppid=19511 vsize=190320 CPUtime=700.03
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7124 0 0 0 69952 51 0 0 25 0 4 0 1115399985 194887680 38838 4294967295 134512640 135305190 3217325952 3086433472 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=190320 CPUtime=700.44
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 16359 0 0 0 69974 70 0 0 25 0 4 0 1115399985 194887680 38838 4294967295 134512640 135305190 3217325952 3078044864 134528263 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=190320 CPUtime=700.82
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7460 0 0 0 70027 55 0 0 25 0 4 0 1115399985 194887680 38838 4294967295 134512640 135305190 3217325952 3069656256 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2802.38
Current children cumulated vsize (KiB) 192736

[startup+762.312 s]
/proc/loadavg: 4.37 4.41 4.33 6/104 21971
/proc/meminfo: memFree=2998888/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=193252 CPUtime=3041.76
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 39593 0 0 0 303914 262 0 0 25 0 4 0 1115399984 197890048 39445 4294967295 134512640 135305190 3217325952 3217323920 134547909 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 48313 39445 79 194 0 48117 0
[pid=19514/tid=19515] ppid=19511 vsize=193252 CPUtime=759.96
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7159 0 0 0 75942 54 0 0 25 0 4 0 1115399985 197890048 39445 4294967295 134512640 135305190 3217325952 3086433472 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=193252 CPUtime=760.23
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 16359 0 0 0 75945 78 0 0 25 0 4 0 1115399985 197890048 39445 4294967295 134512640 135305190 3217325952 3078044864 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=193252 CPUtime=760.79
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 8006 0 0 0 76021 58 0 0 25 0 4 0 1115399985 197890048 39445 4294967295 134512640 135305190 3217325952 3069656256 134528471 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3041.79
Current children cumulated vsize (KiB) 195668

[startup+822.307 s]
/proc/loadavg: 4.26 4.38 4.32 5/104 22161
/proc/meminfo: memFree=2997232/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=194708 CPUtime=3281.01
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 39933 0 0 0 327819 282 0 0 25 0 4 0 1115399984 199380992 39785 4294967295 134512640 135305190 3217325952 3217324128 134528506 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 48677 39785 79 194 0 48481 0
[pid=19514/tid=19515] ppid=19511 vsize=194708 CPUtime=819.83
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7408 0 0 0 81922 61 0 0 25 0 4 0 1115399985 199380992 39785 4294967295 134512640 135305190 3217325952 3086433472 134528256 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=194708 CPUtime=820.03
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 16359 0 0 0 81922 81 0 0 25 0 4 0 1115399985 199380992 39785 4294967295 134512640 135305190 3217325952 3078044864 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=194708 CPUtime=820.77
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 8006 0 0 0 82016 61 0 0 25 0 4 0 1115399985 199380992 39785 4294967295 134512640 135305190 3217325952 3069656256 134528594 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3281.04
Current children cumulated vsize (KiB) 197124

[startup+882.311 s]
/proc/loadavg: 4.34 4.38 4.33 5/104 22350
/proc/meminfo: memFree=2984196/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=209976 CPUtime=3520.37
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 43517 0 0 0 351739 298 0 0 25 0 4 0 1115399984 215015424 43369 4294967295 134512640 135305190 3217325952 3217324200 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 52494 43369 79 194 0 52298 0
[pid=19514/tid=19515] ppid=19511 vsize=209976 CPUtime=879.6
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7702 0 0 0 87898 62 0 0 25 0 4 0 1115399985 215015424 43369 4294967295 134512640 135305190 3217325952 3086433472 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=209976 CPUtime=879.98
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 18984 0 0 0 87912 86 0 0 25 0 4 0 1115399985 215015424 43369 4294967295 134512640 135305190 3217325952 3078044864 134528603 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=209976 CPUtime=880.76
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 8297 0 0 0 88011 65 0 0 25 0 4 0 1115399985 215015424 43369 4294967295 134512640 135305190 3217325952 3069656256 134528376 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3520.4
Current children cumulated vsize (KiB) 212392

[startup+942.315 s]
/proc/loadavg: 4.39 4.38 4.33 6/104 22539
/proc/meminfo: memFree=2973408/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=219956 CPUtime=3759.85
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 45960 0 0 0 375671 314 0 0 25 0 4 0 1115399984 225234944 45812 4294967295 134512640 135305190 3217325952 3217324128 134528379 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 54989 45812 79 194 0 54793 0
[pid=19514/tid=19515] ppid=19511 vsize=219956 CPUtime=939.56
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7754 0 0 0 93891 65 0 0 25 0 4 0 1115399985 225234944 45812 4294967295 134512640 135305190 3217325952 3086433472 134528268 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=219956 CPUtime=939.86
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 20645 0 0 0 93894 92 0 0 25 0 4 0 1115399985 225234944 45812 4294967295 134512640 135305190 3217325952 3078044480 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=219956 CPUtime=940.7
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 8510 0 0 0 94004 66 0 0 25 0 4 0 1115399985 225234944 45812 4294967295 134512640 135305190 3217325952 3069656256 134528418 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3759.88
Current children cumulated vsize (KiB) 222372



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.33 4.37 4.33 6/104 22725
/proc/meminfo: memFree=2966316/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=227268 CPUtime=3990.08
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 47735 0 0 0 398686 322 0 0 25 0 4 0 1115399984 232722432 47585 4294967295 134512640 135305190 3217325952 3217324128 134528263 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 56817 47585 79 194 0 56621 0
[pid=19514/tid=19515] ppid=19511 vsize=227268 CPUtime=997.21
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7839 0 0 0 99655 66 0 0 25 0 4 0 1115399985 232722432 47585 4294967295 134512640 135305190 3217325952 3086433472 134528286 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=227268 CPUtime=997.27
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 21576 0 0 0 99632 95 0 0 25 0 4 0 1115399985 232722432 47585 4294967295 134512640 135305190 3217325952 3078044864 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=227268 CPUtime=998.33
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 8954 0 0 0 99763 70 0 0 25 0 4 0 1115399985 232722432 47585 4294967295 134512640 135305190 3217325952 3069656256 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3990.11
Current children cumulated vsize (KiB) 229684

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

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

[startup+1000.01 s]
/proc/loadavg: 4.33 4.37 4.33 6/104 22725
/proc/meminfo: memFree=2966316/3368532 swapFree=1953580/1959888
[pid=19511] ppid=19509 vsize=2416 CPUtime=0.03
/proc/19511/stat : 19511 (manysat.sh) S 19509 19511 19648 0 -1 4194304 370 385 0 0 0 0 3 0 18 0 1 0 1115399981 2473984 275 4294967295 134512640 135169312 3217284992 3217281208 3084943086 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/19511/statm: 604 275 231 161 0 43 0
[pid=19514] ppid=19511 vsize=227268 CPUtime=3990.08
/proc/19514/stat : 19514 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202496 47735 0 0 0 398686 322 0 0 25 0 4 0 1115399984 232722432 47585 4294967295 134512640 135305190 3217325952 3217324128 134528263 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/19514/statm: 56817 47585 79 194 0 56621 0
[pid=19514/tid=19515] ppid=19511 vsize=227268 CPUtime=997.21
/proc/19514/task/19515/stat : 19515 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 7839 0 0 0 99655 66 0 0 25 0 4 0 1115399985 232722432 47585 4294967295 134512640 135305190 3217325952 3086433472 134528286 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=19514/tid=19516] ppid=19511 vsize=227268 CPUtime=997.27
/proc/19514/task/19516/stat : 19516 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 21576 0 0 0 99632 95 0 0 25 0 4 0 1115399985 232722432 47585 4294967295 134512640 135305190 3217325952 3078044864 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=19514/tid=19517] ppid=19511 vsize=227268 CPUtime=998.33
/proc/19514/task/19517/stat : 19517 (manysat1.1_stat) R 19511 19511 19648 0 -1 4202560 8954 0 0 0 99763 70 0 0 25 0 4 0 1115399985 232722432 47585 4294967295 134512640 135305190 3217325952 3069656256 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3990.11
Current children cumulated vsize (KiB) 229684

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1000.04
CPU time (s): 3990.11
CPU user time (s): 3986.89
CPU system time (s): 3.22
CPU usage (%): 398.995
Max. virtual memory (cumulated for all children) (KiB): 229684

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

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 12:42:36
IDJOB=1776202
IDBENCH=20468
IDSOLVER=626
FILE ID=/1776202-1243507356
PBS_JOBID=
Free space on /tmp= 15885 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.12.unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776202-1243507356/watcher-1776202-1243507356 -o /tmp/evaluation-result-1776202-1243507356/solver-1776202-1243507356 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776202-1243507356.cnf aimd 2

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 8d6acb9f6b752ad76c024133f5175c69
RANDOM SEED= 367502129

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 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	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 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	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
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	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
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	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3157304 kB
Buffers:         18400 kB
Cached:         117656 kB
SwapCached:       2424 kB
Active:          77664 kB
Inactive:        69100 kB
HighTotal:     2489216 kB
HighFree:      2358272 kB
LowTotal:       879316 kB
LowFree:        799032 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            2904 kB
Writeback:           0 kB
AnonPages:        9792 kB
Mapped:           4764 kB
Slab:            55208 kB
SReclaimable:    46776 kB
SUnreclaim:       8432 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93916 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15884 MiB
End job on  at 2009-05-28 12:59:18