Trace number 1780816

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) 3975.07 1000.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_17_UNKNOWN.cnf
MD5SUMd554330e1400d4f25a793413df9abc4e
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 variables3582
Number of clauses395999
Sum of the clauses size1182858
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25604
Number of clauses of size 3390364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.21/0.22	c ==============================================================================
0.21/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.21/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.21/0.22	c ==============================================================================
0.21/0.22	c |         0 |  395999  1182858 |  118799       0        0     nan |  0.000 % |
4.11/4.17	c |         0 |  394633  1728226 |      --       0       --      -- |     --   | -1366/545368
4.11/4.17	c ==============================================================================
4.11/4.17	c Result  :   #vars: 2337   #clauses: 394633   #literals: 1728226
4.11/4.17	c CPU time:   4.16 s
4.11/4.17	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-1780816-1243536663/watcher-1780816-1243536663 -o /tmp/evaluation-result-1780816-1243536663/solver-1780816-1243536663 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780816-1243536663.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.81 4.75 4.53 3/109 24081
/proc/meminfo: memFree=2829056/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2416 CPUtime=0
/proc/24081/stat : 24081 (manysat.sh) R 24079 24081 29143 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 1118329099 2473984 273 4294967295 134512640 135169312 3215539680 3215538156 3085277044 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/24081/statm: 604 273 231 161 0 43 0
[pid=24082] ppid=24081 vsize=1504 CPUtime=0
/proc/24082/stat : 24082 (SatElite) R 24081 24081 29143 0 -1 4202496 294 0 0 0 0 0 0 0 18 0 1 0 1118329099 1540096 231 4294967295 134512640 135034092 3218446432 3218442424 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24082/statm: 376 233 50 128 0 246 0

[startup+0.088498 s]
/proc/loadavg: 4.81 4.75 4.53 3/109 24081
/proc/meminfo: memFree=2829056/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2416 CPUtime=0
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1118329099 2473984 273 4294967295 134512640 135169312 3215539680 3215538216 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 604 273 231 161 0 43 0
[pid=24082] ppid=24081 vsize=9344 CPUtime=0.09
/proc/24082/stat : 24082 (SatElite) R 24081 24081 29143 0 -1 4202496 2202 0 0 0 8 1 0 0 19 0 1 0 1118329099 9568256 2139 4294967295 134512640 135034092 3218446432 3218442776 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24082/statm: 2336 2139 50 128 0 2206 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11760

[startup+0.108497 s]
/proc/loadavg: 4.81 4.75 4.53 3/109 24081
/proc/meminfo: memFree=2829056/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2416 CPUtime=0
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1118329099 2473984 273 4294967295 134512640 135169312 3215539680 3215538216 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 604 273 231 161 0 43 0
[pid=24082] ppid=24081 vsize=10928 CPUtime=0.11
/proc/24082/stat : 24082 (SatElite) R 24081 24081 29143 0 -1 4202496 2631 0 0 0 10 1 0 0 20 0 1 0 1118329099 11190272 2568 4294967295 134512640 135034092 3218446432 3218442528 134543255 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24082/statm: 2732 2568 50 128 0 2602 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13344

[startup+0.308488 s]
/proc/loadavg: 4.81 4.75 4.53 3/109 24081
/proc/meminfo: memFree=2829056/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2416 CPUtime=0
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1118329099 2473984 273 4294967295 134512640 135169312 3215539680 3215538216 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 604 273 231 161 0 43 0
[pid=24082] ppid=24081 vsize=29456 CPUtime=0.31
/proc/24082/stat : 24082 (SatElite) R 24081 24081 29143 0 -1 4202496 7170 0 0 0 30 1 0 0 20 0 1 0 1118329099 30162944 7107 4294967295 134512640 135034092 3218446432 3218442416 134569611 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24082/statm: 7364 7107 67 128 0 7234 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 31872

[startup+0.708466 s]
/proc/loadavg: 4.81 4.75 4.53 3/109 24081
/proc/meminfo: memFree=2829056/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2416 CPUtime=0
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1118329099 2473984 273 4294967295 134512640 135169312 3215539680 3215538216 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 604 273 231 161 0 43 0
[pid=24082] ppid=24081 vsize=34904 CPUtime=0.71
/proc/24082/stat : 24082 (SatElite) R 24081 24081 29143 0 -1 4202496 8124 0 0 0 70 1 0 0 21 0 1 0 1118329099 35741696 8061 4294967295 134512640 135034092 3218446432 3218442428 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24082/statm: 8726 8061 67 128 0 8596 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 37320

[startup+1.50843 s]
/proc/loadavg: 4.50 4.69 4.52 2/111 24083
/proc/meminfo: memFree=2793556/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2416 CPUtime=0
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1118329099 2473984 273 4294967295 134512640 135169312 3215539680 3215538216 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 604 273 231 161 0 43 0
[pid=24082] ppid=24081 vsize=41032 CPUtime=1.51
/proc/24082/stat : 24082 (SatElite) R 24081 24081 29143 0 -1 4202496 9568 0 0 0 150 1 0 0 24 0 1 0 1118329099 42016768 9505 4294967295 134512640 135034092 3218446432 3218442736 134569526 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24082/statm: 10258 9505 67 128 0 10128 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 43448

[startup+3.10834 s]
/proc/loadavg: 4.50 4.69 4.52 2/111 24083
/proc/meminfo: memFree=2789856/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2416 CPUtime=0
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1118329099 2473984 273 4294967295 134512640 135169312 3215539680 3215538216 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 604 273 231 161 0 43 0
[pid=24082] ppid=24081 vsize=41032 CPUtime=3.11
/proc/24082/stat : 24082 (SatElite) R 24081 24081 29143 0 -1 4202496 9568 0 0 0 310 1 0 0 25 0 1 0 1118329099 42016768 9505 4294967295 134512640 135034092 3218446432 3218442736 134569209 0 0 0 3 0 0 0 17 2 0 0 0
/proc/24082/statm: 10258 9505 67 128 0 10128 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 43448

[startup+6.30819 s]
/proc/loadavg: 4.50 4.69 4.52 2/111 24267
/proc/meminfo: memFree=2722268/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=138512 CPUtime=4.18
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 27819 0 0 0 404 14 0 0 18 0 4 0 1118329572 141836288 27751 4294967295 134512640 135305190 3219102000 3219099924 134840070 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/24267/statm: 34628 27751 79 194 0 34432 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 140932

[startup+12.7078 s]
/proc/loadavg: 4.50 4.68 4.52 5/114 24270
/proc/meminfo: memFree=2671876/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=178932 CPUtime=29.74
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 37857 0 0 0 2950 24 0 0 25 0 4 0 1118329572 183226368 37789 4294967295 134512640 135305190 3219102000 3219100176 134528240 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/24267/statm: 44733 37789 79 194 0 44537 0
[pid=24267/tid=24268] ppid=24081 vsize=178932 CPUtime=7.27
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 2951 0 0 0 726 1 0 0 25 0 4 0 1118329642 183226368 37789 4294967295 134512640 135305190 3219102000 3076197568 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=178932 CPUtime=7.27
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 4091 0 0 0 724 3 0 0 25 0 4 0 1118329642 183226368 37789 4294967295 134512640 135305190 3219102000 3067808960 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=178932 CPUtime=7.23
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 3065 0 0 0 715 8 0 0 25 0 4 0 1118329642 183226368 37789 4294967295 134512640 135305190 3219102000 3059420352 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 34.46
Current children cumulated vsize (KiB) 181352

[startup+25.5072 s]
/proc/loadavg: 4.43 4.66 4.51 5/114 24272
/proc/meminfo: memFree=2622828/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=225736 CPUtime=80.84
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 49489 0 0 0 8034 50 0 0 25 0 4 0 1118329572 231153664 49421 4294967295 134512640 135305190 3219102000 3219100176 134528274 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/24267/statm: 56434 49421 79 194 0 56238 0
[pid=24267/tid=24268] ppid=24081 vsize=225736 CPUtime=20.07
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 6594 0 0 0 2000 7 0 0 25 0 4 0 1118329642 231153664 49421 4294967295 134512640 135305190 3219102000 3076197512 134839991 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=225736 CPUtime=20.07
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 7051 0 0 0 1994 13 0 0 25 0 4 0 1118329642 231153664 49421 4294967295 134512640 135305190 3219102000 3067808960 134528539 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=225736 CPUtime=19.93
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 5152 0 0 0 1980 13 0 0 25 0 4 0 1118329642 231153664 49421 4294967295 134512640 135305190 3219102000 3059420352 134528771 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 85.56
Current children cumulated vsize (KiB) 228156

[startup+51.1058 s]
/proc/loadavg: 4.40 4.63 4.50 6/114 24274
/proc/meminfo: memFree=2559564/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=288768 CPUtime=183.13
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 65190 0 0 0 18241 72 0 0 25 0 4 0 1118329572 295698432 65122 4294967295 134512640 135305190 3219102000 3219100176 134528310 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/24267/statm: 72192 65122 79 194 0 71996 0
[pid=24267/tid=24268] ppid=24081 vsize=288768 CPUtime=45.66
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 11726 0 0 0 4552 14 0 0 22 0 4 0 1118329642 295698432 65122 4294967295 134512640 135305190 3219102000 3076197568 134528536 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=288768 CPUtime=45.66
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 10694 0 0 0 4546 20 0 0 25 0 4 0 1118329642 295698432 65122 4294967295 134512640 135305190 3219102000 3067808960 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=288768 CPUtime=45.44
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 7952 0 0 0 4530 14 0 0 25 0 4 0 1118329642 295698432 65122 4294967295 134512640 135305190 3219102000 3059420352 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 187.85
Current children cumulated vsize (KiB) 291188

[startup+102.323 s]
/proc/loadavg: 4.57 4.64 4.51 6/114 24461
/proc/meminfo: memFree=2492960/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=355140 CPUtime=387.34
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 81764 0 0 0 38632 102 0 0 25 0 4 0 1118329572 363663360 81696 4294967295 134512640 135305190 3219102000 3219100176 134528376 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24267/statm: 88785 81696 79 194 0 88589 0
[pid=24267/tid=24268] ppid=24081 vsize=355140 CPUtime=96.66
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 17685 0 0 0 9638 28 0 0 25 0 4 0 1118329642 363663360 81696 4294967295 134512640 135305190 3219102000 3076197568 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=355140 CPUtime=96.86
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 13223 0 0 0 9664 22 0 0 25 0 4 0 1118329642 363663360 81696 4294967295 134512640 135305190 3219102000 3067808576 134551697 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=355140 CPUtime=96.44
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 10898 0 0 0 9624 20 0 0 25 0 4 0 1118329642 363663360 81696 4294967295 134512640 135305190 3219102000 3059420352 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 392.06
Current children cumulated vsize (KiB) 357560

[startup+162.31 s]
/proc/loadavg: 4.56 4.62 4.51 5/114 24656
/proc/meminfo: memFree=2411128/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=437172 CPUtime=626.33
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 102023 0 0 0 62475 158 0 0 25 0 4 0 1118329572 447664128 101945 4294967295 134512640 135305190 3219102000 3219100176 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/24267/statm: 109293 101945 79 194 0 109097 0
[pid=24267/tid=24268] ppid=24081 vsize=437172 CPUtime=156.65
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 20977 0 0 0 15627 38 0 0 25 0 4 0 1118329642 447664128 101945 4294967295 134512640 135305190 3219102000 3076197568 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=437172 CPUtime=156.58
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 17037 0 0 0 15632 26 0 0 25 0 4 0 1118329642 447664128 101945 4294967295 134512640 135305190 3219102000 3067808960 134528376 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=437172 CPUtime=156
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 15806 0 0 0 15554 46 0 0 25 0 4 0 1118329642 447664128 101945 4294967295 134512640 135305190 3219102000 3059420352 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 631.05
Current children cumulated vsize (KiB) 439592

[startup+222.317 s]
/proc/loadavg: 4.60 4.61 4.52 7/114 24844
/proc/meminfo: memFree=2353476/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72

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

/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 27164 0 0 0 51454 93 0 0 25 0 4 0 1118329642 652107776 149913 4294967295 134512640 135305190 3219102000 3059420352 134528559 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2067.76
Current children cumulated vsize (KiB) 639244

[startup+582.308 s]
/proc/loadavg: 5.10 4.82 4.63 7/115 25960
/proc/meminfo: memFree=2181068/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=677540 CPUtime=2302.72
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 159728 0 0 0 229917 355 0 0 25 0 4 0 1118329572 693800960 159636 4294967295 134512640 135305190 3219102000 3219100176 134528410 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/24267/statm: 169385 159636 79 194 0 169189 0
[pid=24267/tid=24268] ppid=24081 vsize=677540 CPUtime=576.05
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 39105 0 0 0 57531 74 0 0 25 0 4 0 1118329642 693800960 159636 4294967295 134512640 135305190 3219102000 3076197568 134528319 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=677540 CPUtime=575.44
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 25370 0 0 0 57478 66 0 0 25 0 4 0 1118329642 693800960 159636 4294967295 134512640 135305190 3219102000 3067808960 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=677540 CPUtime=575.47
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 30920 0 0 0 57446 101 0 0 25 0 4 0 1118329642 693800960 159636 4294967295 134512640 135305190 3219102000 3059420296 134840070 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2307.44
Current children cumulated vsize (KiB) 679960

[startup+642.305 s]
/proc/loadavg: 4.76 4.76 4.62 5/114 26166
/proc/meminfo: memFree=2160868/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=696000 CPUtime=2542.42
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 164410 0 0 0 253863 379 0 0 25 0 4 0 1118329572 712704000 164297 4294967295 134512640 135305190 3219102000 3219100176 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/24267/statm: 174000 164297 79 194 0 173804 0
[pid=24267/tid=24268] ppid=24081 vsize=696000 CPUtime=636.04
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 40552 0 0 0 63527 77 0 0 25 0 4 0 1118329642 712704000 164297 4294967295 134512640 135305190 3219102000 3076197568 134528410 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=696000 CPUtime=635.3
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 26139 0 0 0 63459 71 0 0 25 0 4 0 1118329642 712704000 164297 4294967295 134512640 135305190 3219102000 3067808960 134528402 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=696000 CPUtime=635.39
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 32688 0 0 0 63431 108 0 0 25 0 4 0 1118329642 712704000 164297 4294967295 134512640 135305190 3219102000 3059420352 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2547.14
Current children cumulated vsize (KiB) 698420

[startup+702.312 s]
/proc/loadavg: 4.77 4.75 4.63 6/115 26290
/proc/meminfo: memFree=2142056/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=716756 CPUtime=2781.91
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 169400 0 0 0 277795 396 0 0 25 0 4 0 1118329572 733958144 169267 4294967295 134512640 135305190 3219102000 3219099904 134557423 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/24267/statm: 179189 169267 79 194 0 178993 0
[pid=24267/tid=24268] ppid=24081 vsize=716756 CPUtime=695.92
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 41160 0 0 0 69514 78 0 0 25 0 4 0 1118329642 733958144 169267 4294967295 134512640 135305190 3219102000 3076197568 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=716756 CPUtime=695.07
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 26381 0 0 0 69435 72 0 0 25 0 4 0 1118329642 733958144 169267 4294967295 134512640 135305190 3219102000 3067808960 134528410 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=716756 CPUtime=695.39
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 33669 0 0 0 69421 118 0 0 25 0 4 0 1118329642 733958144 169267 4294967295 134512640 135305190 3219102000 3059420352 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2786.63
Current children cumulated vsize (KiB) 719176

[startup+762.309 s]
/proc/loadavg: 4.48 4.67 4.61 5/114 26540
/proc/meminfo: memFree=2098812/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=761600 CPUtime=3021.41
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 180040 0 0 0 301711 430 0 0 25 0 4 0 1118329572 779878400 179907 4294967295 134512640 135305190 3219102000 3219100176 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24267/statm: 190400 179907 79 194 0 190204 0
[pid=24267/tid=24268] ppid=24081 vsize=761600 CPUtime=755.89
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 44188 0 0 0 75501 88 0 0 25 0 4 0 1118329642 779878400 179907 4294967295 134512640 135305190 3219102000 3076197296 134557584 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=761600 CPUtime=755.02
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 27643 0 0 0 75413 89 0 0 25 0 4 0 1118329642 779878400 179907 4294967295 134512640 135305190 3219102000 3067808960 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=761600 CPUtime=755.11
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 36366 0 0 0 75391 120 0 0 25 0 4 0 1118329642 779878400 179907 4294967295 134512640 135305190 3219102000 3059420352 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3026.13
Current children cumulated vsize (KiB) 764020

[startup+822.316 s]
/proc/loadavg: 4.33 4.59 4.58 6/115 26609
/proc/meminfo: memFree=2084780/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=775712 CPUtime=3261.1
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 183421 0 0 0 325661 449 0 0 25 0 4 0 1118329572 794329088 183288 4294967295 134512640 135305190 3219102000 3219100176 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24267/statm: 193928 183288 79 194 0 193732 0
[pid=24267/tid=24268] ppid=24081 vsize=775712 CPUtime=815.9
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 45537 0 0 0 81496 94 0 0 25 0 4 0 1118329642 794329088 183288 4294967295 134512640 135305190 3219102000 3076197568 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=775712 CPUtime=814.96
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 28122 0 0 0 81402 94 0 0 25 0 4 0 1118329642 794329088 183288 4294967295 134512640 135305190 3219102000 3067808960 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=775712 CPUtime=814.9
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 37169 0 0 0 81366 124 0 0 25 0 4 0 1118329642 794329088 183288 4294967295 134512640 135305190 3219102000 3059420080 134557336 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3265.82
Current children cumulated vsize (KiB) 778132

[startup+882.312 s]
/proc/loadavg: 4.62 4.64 4.60 6/115 26800
/proc/meminfo: memFree=2080044/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=779780 CPUtime=3500.59
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 184593 0 0 0 349577 482 0 0 25 0 4 0 1118329572 798494720 184439 4294967295 134512640 135305190 3219102000 3219100176 134528418 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24267/statm: 194945 184439 79 194 0 194749 0
[pid=24267/tid=24268] ppid=24081 vsize=779780 CPUtime=875.71
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 45887 0 0 0 87472 99 0 0 25 0 4 0 1118329642 798494720 184439 4294967295 134512640 135305190 3219102000 3076197568 134528512 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=779780 CPUtime=874.9
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 28423 0 0 0 87392 98 0 0 25 0 4 0 1118329642 798494720 184439 4294967295 134512640 135305190 3219102000 3067808960 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=779780 CPUtime=874.84
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 37298 0 0 0 87339 145 0 0 25 0 4 0 1118329642 798494720 184439 4294967295 134512640 135305190 3219102000 3059420352 134528536 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3505.31
Current children cumulated vsize (KiB) 782200

[startup+942.309 s]
/proc/loadavg: 4.45 4.60 4.58 6/114 26926
/proc/meminfo: memFree=2036144/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=826380 CPUtime=3740.08
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 195860 0 0 0 373502 506 0 0 25 0 4 0 1118329572 846213120 195684 4294967295 134512640 135305190 3219102000 3219100176 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24267/statm: 206595 195684 79 194 0 206399 0
[pid=24267/tid=24268] ppid=24081 vsize=826380 CPUtime=935.45
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 48896 0 0 0 93442 103 0 0 25 0 4 0 1118329642 846213120 195684 4294967295 134512640 135305190 3219102000 3076197568 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=826380 CPUtime=934.7
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 31214 0 0 0 93364 106 0 0 25 0 4 0 1118329642 846213120 195684 4294967295 134512640 135305190 3219102000 3067808960 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=826380 CPUtime=934.82
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 39896 0 0 0 93329 153 0 0 25 0 4 0 1118329642 846213120 195684 4294967295 134512640 135305190 3219102000 3059420352 134528402 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3744.8
Current children cumulated vsize (KiB) 828800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.65 4.63 4.60 5/114 27113
/proc/meminfo: memFree=2013912/3368532 swapFree=1959840/1959888
[pid=24081] ppid=24079 vsize=2420 CPUtime=4.72
/proc/24081/stat : 24081 (manysat.sh) S 24079 24081 29143 0 -1 4194304 370 9573 0 0 0 0 467 5 15 0 1 0 1118329099 2478080 275 4294967295 134512640 135169312 3215539680 3215535896 3085274862 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24081/statm: 605 275 231 161 0 44 0
[pid=24267] ppid=24081 vsize=850296 CPUtime=3970.35
/proc/24267/stat : 24267 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202496 201507 0 0 0 396508 527 0 0 25 0 4 0 1118329572 870703104 201331 4294967295 134512640 135305190 3219102000 3219100176 134528392 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24267/statm: 212574 201331 79 194 0 212378 0
[pid=24267/tid=24268] ppid=24081 vsize=850296 CPUtime=992.77
/proc/24267/task/24268/stat : 24268 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 50096 0 0 0 99164 113 0 0 25 0 4 0 1118329642 870703104 201331 4294967295 134512640 135305190 3219102000 3076197568 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=24267/tid=24269] ppid=24081 vsize=850296 CPUtime=992.34
/proc/24267/task/24269/stat : 24269 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 31543 0 0 0 99125 109 0 0 25 0 4 0 1118329642 870703104 201331 4294967295 134512640 135305190 3219102000 3067808960 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24267/tid=24270] ppid=24081 vsize=850296 CPUtime=992.44
/proc/24267/task/24270/stat : 24270 (manysat1.1_stat) R 24081 24081 29143 0 -1 4202560 41917 0 0 0 99088 156 0 0 25 0 4 0 1118329642 870703104 201331 4294967295 134512640 135305190 3219102000 3059420352 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3975.07
Current children cumulated vsize (KiB) 852716

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 24081 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=670000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=50000
# CPU time returned by wait4() is 4.72
# while last known CPU time is 3975.07
#
# 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): 3975.07
CPU user time (s): 3969.75
CPU system time (s): 5.32
CPU usage (%): 397.492
Max. virtual memory (cumulated for all children) (KiB): 852716

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 20:51:03
IDJOB=1780816
IDBENCH=71069
IDSOLVER=620
FILE ID=/1780816-1243536663
PBS_JOBID=
Free space on /tmp= 7981 MiB

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

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

MD5SUM BENCH= d554330e1400d4f25a793413df9abc4e
RANDOM SEED= 378114140

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.073
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.073
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.12
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.073
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.14
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.073
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2829352 kB
Buffers:         51152 kB
Cached:         387912 kB
SwapCached:          0 kB
Active:          56884 kB
Inactive:       401644 kB
HighTotal:     2489216 kB
HighFree:      2082008 kB
LowTotal:       879316 kB
LowFree:        747344 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            8316 kB
Writeback:           0 kB
AnonPages:       19244 kB
Mapped:           7752 kB
Slab:            70732 kB
SReclaimable:    58760 kB
SUnreclaim:      11972 kB
PageTables:        688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111084 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7971 MiB
End job on  at 2009-05-28 21:07:45