Trace number 1778911

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 0/2009-03-20 (4 threads)? (TO) 3956.56 1000.05

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl128.cnf
MD5SUMd464f22dd212ad9afa317dae82dd7350
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 variables301759
Number of clauses904892
Sum of the clauses size2111412
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2603260
Number of clauses of size 3301630
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.60/0.69	c ==============================================================================
0.60/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.60/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.60/0.69	c ==============================================================================
0.60/0.69	c |         0 |  904890  2111410 |  271466       0        0     nan |  0.000 % |
9.18/9.27	c |         0 |  561543  1734504 |      --       0       --      -- |     --   | -343345/-376901
9.18/9.27	c ==============================================================================
9.18/9.27	c Result  :   #vars: 110076   #clauses: 561543   #literals: 1734504
9.18/9.27	c CPU time:   8.96 s
9.18/9.27	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-1778911-1243516966/watcher-1778911-1243516966 -o /tmp/evaluation-result-1778911-1243516966/solver-1778911-1243516966 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1778911-1243516966.cnf aimd 0 

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: 4.35 4.53 4.43 3/115 8950
/proc/meminfo: memFree=3023412/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2412 CPUtime=0
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116376562 2469888 273 4294967295 134512640 135169312 3214177424 3214175960 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 603 273 231 161 0 42 0
[pid=8951] ppid=8950 vsize=1316 CPUtime=0.01
/proc/8951/stat : 8951 (SatElite) R 8950 8950 12261 0 -1 4202496 257 0 0 0 1 0 0 0 18 0 1 0 1116376562 1347584 193 4294967295 134512640 135034092 3215496592 3215492936 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8951/statm: 329 194 49 128 0 199 0

[startup+0.043518 s]
/proc/loadavg: 4.35 4.53 4.43 3/115 8950
/proc/meminfo: memFree=3023412/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2412 CPUtime=0
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116376562 2469888 273 4294967295 134512640 135169312 3214177424 3214175960 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 603 273 231 161 0 42 0
[pid=8951] ppid=8950 vsize=8888 CPUtime=0.04
/proc/8951/stat : 8951 (SatElite) R 8950 8950 12261 0 -1 4202496 1960 0 0 0 3 1 0 0 18 0 1 0 1116376562 9101312 1896 4294967295 134512640 135034092 3215496592 3215492584 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8951/statm: 2222 1896 49 128 0 2092 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11300

[startup+0.103515 s]
/proc/loadavg: 4.35 4.53 4.43 3/115 8950
/proc/meminfo: memFree=3023412/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2412 CPUtime=0
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116376562 2469888 273 4294967295 134512640 135169312 3214177424 3214175960 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 603 273 231 161 0 42 0
[pid=8951] ppid=8950 vsize=19472 CPUtime=0.1
/proc/8951/stat : 8951 (SatElite) R 8950 8950 12261 0 -1 4202496 4457 0 0 0 7 3 0 0 18 0 1 0 1116376562 19939328 4393 4294967295 134512640 135034092 3215496592 3215492936 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8951/statm: 4868 4394 49 128 0 4738 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 21884

[startup+0.303507 s]
/proc/loadavg: 4.35 4.53 4.43 3/115 8950
/proc/meminfo: memFree=3023412/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2412 CPUtime=0
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116376562 2469888 273 4294967295 134512640 135169312 3214177424 3214175960 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 603 273 231 161 0 42 0
[pid=8951] ppid=8950 vsize=60372 CPUtime=0.3
/proc/8951/stat : 8951 (SatElite) R 8950 8950 12261 0 -1 4202496 12441 0 0 0 27 3 0 0 18 0 1 0 1116376562 61820928 12377 4294967295 134512640 135034092 3215496592 3215492584 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8951/statm: 15093 12378 49 128 0 14963 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 62784

[startup+0.703491 s]
/proc/loadavg: 4.35 4.53 4.43 3/115 8950
/proc/meminfo: memFree=3023412/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2412 CPUtime=0
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116376562 2469888 273 4294967295 134512640 135169312 3214177424 3214175960 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 603 273 231 161 0 42 0
[pid=8951] ppid=8950 vsize=134948 CPUtime=0.7
/proc/8951/stat : 8951 (SatElite) R 8950 8950 12261 0 -1 4202496 28434 0 0 0 63 7 0 0 19 0 1 0 1116376562 138186752 28370 4294967295 134512640 135034092 3215496592 3215493088 134559588 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8951/statm: 33737 28373 64 128 0 33607 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 137360

[startup+1.50346 s]
/proc/loadavg: 4.35 4.53 4.43 2/117 8952
/proc/meminfo: memFree=2903136/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2412 CPUtime=0
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116376562 2469888 273 4294967295 134512640 135169312 3214177424 3214175960 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 603 273 231 161 0 42 0
[pid=8951] ppid=8950 vsize=146184 CPUtime=1.48
/proc/8951/stat : 8951 (SatElite) R 8950 8950 12261 0 -1 4202496 32705 0 0 0 135 13 0 0 20 0 1 0 1116376562 149692416 30103 4294967295 134512640 135034092 3215496592 3215492588 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8951/statm: 36546 30103 67 128 0 36416 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 148596

[startup+3.1034 s]
/proc/loadavg: 4.35 4.53 4.43 2/117 8952
/proc/meminfo: memFree=2895668/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2412 CPUtime=0
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116376562 2469888 273 4294967295 134512640 135169312 3214177424 3214175960 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 603 273 231 161 0 42 0
[pid=8951] ppid=8950 vsize=149688 CPUtime=3.08
/proc/8951/stat : 8951 (SatElite) R 8950 8950 12261 0 -1 4202496 33564 0 0 0 292 16 0 0 25 0 1 0 1116376562 153280512 30962 4294967295 134512640 135034092 3215496592 3215492536 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8951/statm: 37422 30962 67 128 0 37292 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 152100

[startup+6.30327 s]
/proc/loadavg: 4.08 4.47 4.41 2/117 8952
/proc/meminfo: memFree=2863552/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2412 CPUtime=0
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1116376562 2469888 273 4294967295 134512640 135169312 3214177424 3214175960 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 603 273 231 161 0 42 0
[pid=8951] ppid=8950 vsize=172892 CPUtime=6.28
/proc/8951/stat : 8951 (SatElite) R 8950 8950 12261 0 -1 4202496 39052 0 0 0 601 27 0 0 25 0 1 0 1116376562 177041408 36450 4294967295 134512640 135034092 3215496592 3215492588 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/8951/statm: 43223 36450 67 128 0 43093 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 175304

[startup+12.7046 s]
/proc/loadavg: 3.84 4.42 4.39 6/120 8956
/proc/meminfo: memFree=2806556/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=211976 CPUtime=6.82
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 43728 0 0 0 568 114 0 0 16 0 4 0 1116377562 217063424 43634 4294967295 134512640 135305190 3217176416 3217174320 134557557 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8953/statm: 52994 43634 79 194 0 52798 0
[pid=8953/tid=8954] ppid=8950 vsize=211976 CPUtime=1.4
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 1427 0 0 0 122 18 0 0 15 0 4 0 1116377670 217063424 43634 4294967295 134512640 135305190 3217176416 3029351616 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=211976 CPUtime=1.48
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 1564 0 0 0 117 31 0 0 15 0 4 0 1116377670 217063424 43634 4294967295 134512640 135305190 3217176416 3020962932 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=211976 CPUtime=1.37
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 1510 0 0 0 108 29 0 0 16 0 4 0 1116377670 217063424 43634 4294967295 134512640 135305190 3217176416 3012574324 134694990 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.81
Current children cumulated vsize (KiB) 214392

[startup+25.5025 s]
/proc/loadavg: 3.95 4.41 4.39 5/120 9140
/proc/meminfo: memFree=2786344/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=229508 CPUtime=57.44
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 47973 0 0 0 5615 129 0 0 25 0 4 0 1116377562 235016192 47866 4294967295 134512640 135305190 3217176416 3217174272 134843311 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8953/statm: 57377 47866 79 194 0 57181 0
[pid=8953/tid=8954] ppid=8950 vsize=229508 CPUtime=14.09
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 2221 0 0 0 1386 23 0 0 25 0 4 0 1116377670 235016192 47866 4294967295 134512640 135305190 3217176416 3029351360 134542046 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=229508 CPUtime=14.07
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 3119 0 0 0 1370 37 0 0 25 0 4 0 1116377670 235016192 47866 4294967295 134512640 135305190 3217176416 3020963008 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=229508 CPUtime=14.03
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 2681 0 0 0 1373 30 0 0 25 0 4 0 1116377670 235016192 47866 4294967295 134512640 135305190 3217176416 3012574064 134551962 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.43
Current children cumulated vsize (KiB) 231924

[startup+51.1115 s]
/proc/loadavg: 4.24 4.44 4.40 5/120 9144
/proc/meminfo: memFree=2761500/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=254960 CPUtime=159.64
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 54409 0 0 0 15815 149 0 0 25 0 4 0 1116377562 261079040 54302 4294967295 134512640 135305190 3217176416 3217174344 134695249 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8953/statm: 63740 54302 79 194 0 63544 0
[pid=8953/tid=8954] ppid=8950 vsize=254960 CPUtime=39.56
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 3407 0 0 0 3926 30 0 0 25 0 4 0 1116377670 261079040 54302 4294967295 134512640 135305190 3217176416 3029351344 134556831 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=254960 CPUtime=39.59
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 5766 0 0 0 3918 41 0 0 25 0 4 0 1116377670 261079040 54302 4294967295 134512640 135305190 3217176416 3020962624 134551697 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=254960 CPUtime=39.64
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 3956 0 0 0 3926 38 0 0 25 0 4 0 1116377670 261079040 54302 4294967295 134512640 135305190 3217176416 3012574400 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 169.63
Current children cumulated vsize (KiB) 257376

[startup+102.319 s]
/proc/loadavg: 4.33 4.43 4.40 5/120 9329
/proc/meminfo: memFree=2725788/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=290148 CPUtime=363.75
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 63056 0 0 0 36199 176 0 0 25 0 4 0 1116377562 297111552 62949 4294967295 134512640 135305190 3217176416 3217174592 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8953/statm: 72537 62949 79 194 0 72341 0
[pid=8953/tid=8954] ppid=8950 vsize=290148 CPUtime=90.51
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 4920 0 0 0 9012 39 0 0 25 0 4 0 1116377670 297111552 62949 4294967295 134512640 135305190 3217176416 3029351616 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=290148 CPUtime=90.64
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 10217 0 0 0 9016 48 0 0 25 0 4 0 1116377670 297111552 62949 4294967295 134512640 135305190 3217176416 3020962952 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=290148 CPUtime=90.82
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 4924 0 0 0 9041 41 0 0 25 0 4 0 1116377670 297111552 62949 4294967295 134512640 135305190 3217176416 3012574400 134528554 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 373.74
Current children cumulated vsize (KiB) 292564

[startup+162.307 s]
/proc/loadavg: 4.16 4.37 4.38 6/120 9521
/proc/meminfo: memFree=2679912/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=336784 CPUtime=603.07
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 74785 0 0 0 60098 209 0 0 25 0 4 0 1116377562 344866816 74678 4294967295 134512640 135305190 3217176416 3217174592 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8953/statm: 84196 74678 79 194 0 84000 0
[pid=8953/tid=8954] ppid=8950 vsize=336784 CPUtime=150.41
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 6661 0 0 0 14996 45 0 0 25 0 4 0 1116377670 344866816 74678 4294967295 134512640 135305190 3217176416 3029351616 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=336784 CPUtime=150.19
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 16339 0 0 0 14956 63 0 0 25 0 4 0 1116377670 344866816 74678 4294967295 134512640 135305190 3217176416 3020963076 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=336784 CPUtime=150.8
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 7053 0 0 0 15036 44 0 0 25 0 4 0 1116377670 344866816 74678 4294967295 134512640 135305190 3217176416 3012574128 134558354 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 613.06
Current children cumulated vsize (KiB) 339200

[startup+222.305 s]
/proc/loadavg: 4.30 4.37 4.37 5/120 9710
/proc/meminfo: memFree=2641572/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99

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

/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 16091 0 0 0 50902 74 0 0 25 0 4 0 1116377670 564834304 128134 4294967295 134512640 135305190 3217176416 3012574064 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2049.66
Current children cumulated vsize (KiB) 554012

[startup+582.31 s]
/proc/loadavg: 4.10 4.26 4.32 5/120 10844
/proc/meminfo: memFree=2453728/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=563060 CPUtime=2279.3
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 131186 0 0 0 227566 364 0 0 25 0 4 0 1116377562 576573440 131039 4294967295 134512640 135305190 3217176416 3217174592 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8953/statm: 140765 131039 79 194 0 140569 0
[pid=8953/tid=8954] ppid=8950 vsize=563060 CPUtime=569.42
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 15439 0 0 0 56866 76 0 0 25 0 4 0 1116377670 576573440 131039 4294967295 134512640 135305190 3217176416 3029351616 134528512 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=563060 CPUtime=568.92
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 43832 0 0 0 56787 105 0 0 25 0 4 0 1116377670 576573440 131039 4294967295 134512640 135305190 3217176416 3020963008 134528512 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=563060 CPUtime=569.74
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 16463 0 0 0 56897 77 0 0 25 0 4 0 1116377670 576573440 131039 4294967295 134512640 135305190 3217176416 3012574344 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2289.29
Current children cumulated vsize (KiB) 565476

[startup+642.308 s]
/proc/loadavg: 4.10 4.22 4.30 5/120 11029
/proc/meminfo: memFree=2405204/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=611616 CPUtime=2518.94
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 143242 0 0 0 251507 387 0 0 25 0 4 0 1116377562 626294784 143095 4294967295 134512640 135305190 3217176416 3217174592 134528166 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8953/statm: 152904 143095 79 194 0 152708 0
[pid=8953/tid=8954] ppid=8950 vsize=611616 CPUtime=629.27
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 17647 0 0 0 62843 84 0 0 25 0 4 0 1116377670 626294784 143095 4294967295 134512640 135305190 3217176416 3029351344 134556798 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=611616 CPUtime=628.85
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 49171 0 0 0 62775 110 0 0 25 0 4 0 1116377670 626294784 143095 4294967295 134512640 135305190 3217176416 3020963008 134528480 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=611616 CPUtime=629.61
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 18355 0 0 0 62878 83 0 0 25 0 4 0 1116377670 626294784 143095 4294967295 134512640 135305190 3217176416 3012574400 134528539 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2528.93
Current children cumulated vsize (KiB) 614032

[startup+702.306 s]
/proc/loadavg: 4.33 4.26 4.31 5/120 11217
/proc/meminfo: memFree=2379616/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=636344 CPUtime=2758.5
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 149627 0 0 0 275439 411 0 0 25 0 4 0 1116377562 651616256 149480 4294967295 134512640 135305190 3217176416 3217174592 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8953/statm: 159086 149480 79 194 0 158890 0
[pid=8953/tid=8954] ppid=8950 vsize=636344 CPUtime=689.05
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 19011 0 0 0 68818 87 0 0 25 0 4 0 1116377670 651616256 149480 4294967295 134512640 135305190 3217176416 3029351344 134557241 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=636344 CPUtime=688.76
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 51211 0 0 0 68758 118 0 0 25 0 4 0 1116377670 651616256 149480 4294967295 134512640 135305190 3217176416 3020963008 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=636344 CPUtime=689.53
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 19851 0 0 0 68858 95 0 0 25 0 4 0 1116377670 651616256 149480 4294967295 134512640 135305190 3217176416 3012574400 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2768.49
Current children cumulated vsize (KiB) 638760

[startup+762.313 s]
/proc/loadavg: 4.42 4.29 4.31 5/120 11405
/proc/meminfo: memFree=2372808/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=644476 CPUtime=2997.97
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 150962 0 0 0 299375 422 0 0 25 0 4 0 1116377562 659943424 150815 4294967295 134512640 135305190 3217176416 3217174320 134556558 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8953/statm: 161119 150815 79 194 0 160923 0
[pid=8953/tid=8954] ppid=8950 vsize=644476 CPUtime=748.71
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 19271 0 0 0 74781 90 0 0 25 0 4 0 1116377670 659943424 150815 4294967295 134512640 135305190 3217176416 3029351616 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=644476 CPUtime=748.76
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 51690 0 0 0 74755 121 0 0 25 0 4 0 1116377670 659943424 150815 4294967295 134512640 135305190 3217176416 3020963008 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=644476 CPUtime=749.51
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 20004 0 0 0 74852 99 0 0 25 0 4 0 1116377670 659943424 150815 4294967295 134512640 135305190 3217176416 3012574400 134528548 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3007.96
Current children cumulated vsize (KiB) 646892

[startup+822.311 s]
/proc/loadavg: 4.53 4.33 4.32 5/120 11594
/proc/meminfo: memFree=2343580/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=675088 CPUtime=3237.5
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 158771 0 0 0 323304 446 0 0 25 0 4 0 1116377562 691290112 158623 4294967295 134512640 135305190 3217176416 3217174592 134528506 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8953/statm: 168772 158623 79 194 0 168576 0
[pid=8953/tid=8954] ppid=8950 vsize=675088 CPUtime=808.71
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 20877 0 0 0 80772 99 0 0 25 0 4 0 1116377670 691290112 158623 4294967295 134512640 135305190 3217176416 3029351616 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=675088 CPUtime=808.67
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 54373 0 0 0 80737 130 0 0 25 0 4 0 1116377670 691290112 158623 4294967295 134512640 135305190 3217176416 3020963008 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=675088 CPUtime=809.21
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 21544 0 0 0 80820 101 0 0 25 0 4 0 1116377670 691290112 158623 4294967295 134512640 135305190 3217176416 3012574400 134528551 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3247.49
Current children cumulated vsize (KiB) 677504

[startup+882.308 s]
/proc/loadavg: 4.50 4.34 4.32 5/120 11787
/proc/meminfo: memFree=2318744/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=698172 CPUtime=3476.95
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 164569 0 0 0 347226 469 0 0 25 0 4 0 1116377562 714928128 164421 4294967295 134512640 135305190 3217176416 3217174320 134557557 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8953/statm: 174543 164421 79 194 0 174347 0
[pid=8953/tid=8954] ppid=8950 vsize=698172 CPUtime=868.64
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 22541 0 0 0 86762 102 0 0 25 0 4 0 1116377670 714928128 164421 4294967295 134512640 135305190 3217176416 3029351344 134557478 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=698172 CPUtime=868.57
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 56125 0 0 0 86715 142 0 0 25 0 4 0 1116377670 714928128 164421 4294967295 134512640 135305190 3217176416 3020963008 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=698172 CPUtime=868.92
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 22232 0 0 0 86785 107 0 0 25 0 4 0 1116377670 714928128 164421 4294967295 134512640 135305190 3217176416 3012574064 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3486.94
Current children cumulated vsize (KiB) 700588

[startup+942.306 s]
/proc/loadavg: 4.47 4.36 4.33 6/120 11972
/proc/meminfo: memFree=2317068/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=699396 CPUtime=3716.31
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 164988 0 0 0 371148 483 0 0 25 0 4 0 1116377562 716181504 164840 4294967295 134512640 135305190 3217176416 3217174592 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8953/statm: 174849 164840 79 194 0 174653 0
[pid=8953/tid=8954] ppid=8950 vsize=699396 CPUtime=928.61
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 22593 0 0 0 92753 108 0 0 25 0 4 0 1116377670 716181504 164840 4294967295 134512640 135305190 3217176416 3029351616 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=699396 CPUtime=928.24
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 56411 0 0 0 92680 144 0 0 25 0 4 0 1116377670 716181504 164840 4294967295 134512640 135305190 3217176416 3020963008 134528280 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=699396 CPUtime=928.88
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 22269 0 0 0 92779 109 0 0 25 0 4 0 1116377670 716181504 164840 4294967295 134512640 135305190 3217176416 3012574116 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3726.3
Current children cumulated vsize (KiB) 701812



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.36 4.35 4.32 6/120 12160
/proc/meminfo: memFree=2300904/3368532 swapFree=1941392/1959888
[pid=8950] ppid=8948 vsize=2416 CPUtime=9.99
/proc/8950/stat : 8950 (manysat.sh) S 8948 8950 12261 0 -1 4194304 369 43251 0 0 0 0 964 35 18 0 1 0 1116376562 2473984 274 4294967295 134512640 135169312 3214177424 3214173640 3085627118 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/8950/statm: 604 274 231 161 0 43 0
[pid=8953] ppid=8950 vsize=717764 CPUtime=3946.57
/proc/8953/stat : 8953 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202496 169495 0 0 0 394152 505 0 0 25 0 4 0 1116377562 734990336 169347 4294967295 134512640 135305190 3217176416 3217174272 134843311 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8953/statm: 179441 169347 79 194 0 179245 0
[pid=8953/tid=8954] ppid=8950 vsize=717764 CPUtime=986.28
/proc/8953/task/8954/stat : 8954 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 23445 0 0 0 98518 110 0 0 25 0 4 0 1116377670 734990336 169347 4294967295 134512640 135305190 3217176416 3029351616 134530638 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8953/tid=8955] ppid=8950 vsize=717764 CPUtime=985.6
/proc/8953/task/8955/stat : 8955 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 58314 0 0 0 98412 148 0 0 25 0 4 0 1116377670 734990336 169347 4294967295 134512640 135305190 3217176416 3020962752 134541935 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8953/tid=8956] ppid=8950 vsize=717764 CPUtime=986.47
/proc/8953/task/8956/stat : 8956 (manysat1.1_stat) R 8950 8950 12261 0 -1 4202560 22992 0 0 0 98530 117 0 0 25 0 4 0 1116377670 734990336 169347 4294967295 134512640 135305190 3217176416 3012574400 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3956.56
Current children cumulated vsize (KiB) 720180

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1000.05
CPU time (s): 3956.56
CPU user time (s): 3951.16
CPU system time (s): 5.4
CPU usage (%): 395.635
Max. virtual memory (cumulated for all children) (KiB): 720180

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 15:22:46
IDJOB=1778911
IDBENCH=70782
IDSOLVER=620
FILE ID=/1778911-1243516966
PBS_JOBID=
Free space on /tmp= 15713 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl128.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1778911-1243516966/watcher-1778911-1243516966 -o /tmp/evaluation-result-1778911-1243516966/solver-1778911-1243516966 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1778911-1243516966.cnf aimd 0

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

MD5SUM BENCH= d464f22dd212ad9afa317dae82dd7350
RANDOM SEED= 1684746737

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.143
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.143
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.143
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.17
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.143
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:       3023708 kB
Buffers:         29928 kB
Cached:         235816 kB
SwapCached:       4320 kB
Active:         148260 kB
Inactive:       128624 kB
HighTotal:     2489216 kB
HighFree:      2241212 kB
LowTotal:       879316 kB
LowFree:        782496 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:           18376 kB
Writeback:           0 kB
AnonPages:        9512 kB
Mapped:           4212 kB
Slab:            58724 kB
SReclaimable:    50172 kB
SUnreclaim:       8552 kB
PageTables:        760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127448 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15670 MiB
End job on  at 2009-05-28 15:39:30