Trace number 1775719

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 1/2009-03-20 (4 threads)? (TO) 3957.66 1000.04

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-19-u.cnf
MD5SUMa2687a8a1b0deeabfd7eddcfa56549a2
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 variables331202
Number of clauses1571183
Sum of the clauses size3644324
Maximum clause length10
Minimum clause length1
Number of clauses of size 127558
Number of clauses of size 21199929
Number of clauses of size 3281756
Number of clauses of size 46880
Number of clauses of size 527520
Number of clauses of size over 527540

Solver Data

0.00/0.00	c Parsing...
1.22/1.21	c ==============================================================================
1.22/1.21	c |           |     ORIGINAL     |              LEARNT              |          |
1.22/1.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.22/1.21	c ==============================================================================
1.22/1.21	c |         0 | 1543625  3616766 |  463087       0        0     nan |  0.000 % |
8.42/8.46	c |         0 |  616629  1615529 |      --       0       --      -- |     --   | -584573/-1226581
8.42/8.46	c ==============================================================================
8.42/8.46	c Result  :   #vars: 93490   #clauses: 616629   #literals: 1615529
8.42/8.46	c CPU time:   8.18 s
8.42/8.46	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-1775719-1243500495/watcher-1775719-1243500495 -o /tmp/evaluation-result-1775719-1243500495/solver-1775719-1243500495 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775719-1243500495.cnf aimd 1 

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: 3.99 4.30 4.17 3/99 30007
/proc/meminfo: memFree=3166008/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2416 CPUtime=0
/proc/30007/stat : 30007 (manysat.sh) R 30005 30007 19648 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1114714105 2473984 274 4294967295 134512640 135169312 3219294576 3219293052 3085465460 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/30007/statm: 604 274 231 161 0 43 0
[pid=30008] ppid=30007 vsize=1756 CPUtime=0
/proc/30008/stat : 30008 (SatElite) R 30007 30007 19648 0 -1 4202496 360 0 0 0 0 0 0 0 18 0 1 0 1114714105 1798144 297 4294967295 134512640 135034092 3218692256 3218688544 134544849 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30008/statm: 439 300 49 128 0 309 0

[startup+0.055405 s]
/proc/loadavg: 3.99 4.30 4.17 3/99 30007
/proc/meminfo: memFree=3166008/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2416 CPUtime=0
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114714105 2473984 274 4294967295 134512640 135169312 3219294576 3219293112 3085463278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/30007/statm: 604 274 231 161 0 43 0
[pid=30008] ppid=30007 vsize=12708 CPUtime=0.06
/proc/30008/stat : 30008 (SatElite) R 30007 30007 19648 0 -1 4202496 2580 0 0 0 6 0 0 0 19 0 1 0 1114714105 13012992 2517 4294967295 134512640 135034092 3218692256 3218688600 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30008/statm: 3177 2517 49 128 0 3047 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15124

[startup+0.115402 s]
/proc/loadavg: 3.99 4.30 4.17 3/99 30007
/proc/meminfo: memFree=3166008/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2416 CPUtime=0
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114714105 2473984 274 4294967295 134512640 135169312 3219294576 3219293112 3085463278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/30007/statm: 604 274 231 161 0 43 0
[pid=30008] ppid=30007 vsize=25404 CPUtime=0.12
/proc/30008/stat : 30008 (SatElite) R 30007 30007 19648 0 -1 4202496 6199 0 0 0 10 2 0 0 19 0 1 0 1114714105 26013696 6136 4294967295 134512640 135034092 3218692256 3218688216 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30008/statm: 6351 6137 49 128 0 6221 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 27820

[startup+0.315378 s]
/proc/loadavg: 3.99 4.30 4.17 3/99 30007
/proc/meminfo: memFree=3166008/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2416 CPUtime=0
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114714105 2473984 274 4294967295 134512640 135169312 3219294576 3219293112 3085463278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/30007/statm: 604 274 231 161 0 43 0
[pid=30008] ppid=30007 vsize=84548 CPUtime=0.32
/proc/30008/stat : 30008 (SatElite) R 30007 30007 19648 0 -1 4202496 15786 0 0 0 27 5 0 0 20 0 1 0 1114714105 86577152 15723 4294967295 134512640 135034092 3218692256 3218688600 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30008/statm: 21137 15724 49 128 0 21007 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 86964

[startup+0.71534 s]
/proc/loadavg: 3.99 4.30 4.17 3/99 30007
/proc/meminfo: memFree=3166008/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2416 CPUtime=0
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114714105 2473984 274 4294967295 134512640 135169312 3219294576 3219293112 3085463278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/30007/statm: 604 274 231 161 0 43 0
[pid=30008] ppid=30007 vsize=121976 CPUtime=0.72
/proc/30008/stat : 30008 (SatElite) R 30007 30007 19648 0 -1 4202496 24289 0 0 0 63 9 0 0 21 0 1 0 1114714105 124903424 24226 4294967295 134512640 135034092 3218692256 3218688600 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30008/statm: 30527 24228 49 128 0 30397 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 124392

[startup+1.51526 s]
/proc/loadavg: 3.99 4.30 4.17 2/101 30009
/proc/meminfo: memFree=3038396/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2416 CPUtime=0
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114714105 2473984 274 4294967295 134512640 135169312 3219294576 3219293112 3085463278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/30007/statm: 604 274 231 161 0 43 0
[pid=30008] ppid=30007 vsize=172912 CPUtime=1.52
/proc/30008/stat : 30008 (SatElite) R 30007 30007 19648 0 -1 4202496 39846 0 0 0 137 15 0 0 23 0 1 0 1114714105 177061888 36676 4294967295 134512640 135034092 3218692256 3218688568 134695081 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30008/statm: 43484 36677 66 128 0 43354 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 175328

[startup+3.11511 s]
/proc/loadavg: 3.99 4.30 4.17 2/101 30009
/proc/meminfo: memFree=3007908/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2416 CPUtime=0
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114714105 2473984 274 4294967295 134512640 135169312 3219294576 3219293112 3085463278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/30007/statm: 604 274 231 161 0 43 0
[pid=30008] ppid=30007 vsize=189752 CPUtime=3.12
/proc/30008/stat : 30008 (SatElite) R 30007 30007 19648 0 -1 4202496 44456 0 0 0 295 17 0 0 25 0 1 0 1114714105 194306048 40639 4294967295 134512640 135034092 3218692256 3218688496 134566662 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30008/statm: 47438 40639 67 128 0 47308 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 192168

[startup+6.31481 s]
/proc/loadavg: 3.75 4.24 4.16 2/101 30009
/proc/meminfo: memFree=2985444/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2416 CPUtime=0
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114714105 2473984 274 4294967295 134512640 135169312 3219294576 3219293112 3085463278 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/30007/statm: 604 274 231 161 0 43 0
[pid=30008] ppid=30007 vsize=197112 CPUtime=6.32
/proc/30008/stat : 30008 (SatElite) R 30007 30007 19648 0 -1 4202496 50126 0 0 0 611 21 0 0 25 0 1 0 1114714105 201842688 41335 4294967295 134512640 135034092 3218692256 3218688496 134566400 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30008/statm: 49278 41335 67 128 0 49148 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 199528

[startup+12.7142 s]
/proc/loadavg: 3.53 4.19 4.14 5/104 30013
/proc/meminfo: memFree=2978692/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=202384 CPUtime=9.68
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 41929 0 0 0 928 40 0 0 16 0 4 0 1114715026 207241216 41767 4294967295 134512640 135305190 3217647568 3217645712 134570409 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 50596 41767 79 194 0 50400 0
[pid=30010/tid=30011] ppid=30007 vsize=202384 CPUtime=2.1
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 805 0 0 0 204 6 0 0 16 0 4 0 1114715154 207241216 41767 4294967295 134512640 135305190 3217647568 3037355124 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=202384 CPUtime=2.08
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 716 0 0 0 196 12 0 0 16 0 4 0 1114715154 207241216 41767 4294967295 134512640 135305190 3217647568 3028966516 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=202384 CPUtime=2.04
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 827 0 0 0 201 3 0 0 16 0 4 0 1114715155 207241216 41767 4294967295 134512640 135305190 3217647568 3020577984 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.89
Current children cumulated vsize (KiB) 204804

[startup+25.513 s]
/proc/loadavg: 3.63 4.18 4.14 5/104 30013
/proc/meminfo: memFree=2977012/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=203684 CPUtime=60.03
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 42272 0 0 0 5954 49 0 0 25 0 4 0 1114715026 208572416 42110 4294967295 134512640 135305190 3217647568 3217645460 134695249 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 50921 42110 79 194 0 50725 0
[pid=30010/tid=30011] ppid=30007 vsize=203684 CPUtime=14.72
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 882 0 0 0 1466 6 0 0 25 0 4 0 1114715154 208572416 42110 4294967295 134512640 135305190 3217647568 3037355200 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=203684 CPUtime=14.73
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 842 0 0 0 1459 14 0 0 25 0 4 0 1114715154 208572416 42110 4294967295 134512640 135305190 3217647568 3028966592 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=203684 CPUtime=14.58
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 919 0 0 0 1451 7 0 0 25 0 4 0 1114715155 208572416 42110 4294967295 134512640 135305190 3217647568 3020577984 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 69.24
Current children cumulated vsize (KiB) 206104

[startup+51.1105 s]
/proc/loadavg: 3.84 4.18 4.14 7/105 30092
/proc/meminfo: memFree=2961136/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=219232 CPUtime=162.07
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 46296 0 0 0 16144 63 0 0 25 0 4 0 1114715026 224493568 46134 4294967295 134512640 135305190 3217647568 3217645460 134695249 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 54808 46134 79 194 0 54612 0
[pid=30010/tid=30011] ppid=30007 vsize=219232 CPUtime=40.16
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 1524 0 0 0 4007 9 0 0 25 0 4 0 1114715154 224493568 46134 4294967295 134512640 135305190 3217647568 3037354864 134551681 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=219232 CPUtime=40.32
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 2186 0 0 0 4016 16 0 0 25 0 4 0 1114715154 224493568 46134 4294967295 134512640 135305190 3217647568 3028966592 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=219232 CPUtime=40.15
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 2134 0 0 0 4004 11 0 0 25 0 4 0 1114715155 224493568 46134 4294967295 134512640 135305190 3217647568 3020577984 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 171.28
Current children cumulated vsize (KiB) 221652

[startup+102.316 s]
/proc/loadavg: 4.17 4.22 4.15 6/104 30202
/proc/meminfo: memFree=2925064/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=255184 CPUtime=366.52
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 55315 0 0 0 36566 86 0 0 25 0 4 0 1114715026 261308416 55153 4294967295 134512640 135305190 3217647568 3217645472 134557478 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 63796 55153 79 194 0 63600 0
[pid=30010/tid=30011] ppid=30007 vsize=255184 CPUtime=91.26
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 3343 0 0 0 9105 21 0 0 25 0 4 0 1114715154 261308416 55153 4294967295 134512640 135305190 3217647568 3037355200 134528263 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=255184 CPUtime=91.52
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 4801 0 0 0 9133 19 0 0 25 0 4 0 1114715154 261308416 55153 4294967295 134512640 135305190 3217647568 3028966208 134551712 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=255184 CPUtime=91.29
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 5005 0 0 0 9114 15 0 0 25 0 4 0 1114715155 261308416 55153 4294967295 134512640 135305190 3217647568 3020577648 134551729 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 375.73
Current children cumulated vsize (KiB) 257604

[startup+162.31 s]
/proc/loadavg: 4.10 4.19 4.15 5/104 30391
/proc/meminfo: memFree=2892808/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=289572 CPUtime=605.91
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 63639 0 0 0 60490 101 0 0 25 0 4 0 1114715026 296521728 63477 4294967295 134512640 135305190 3217647568 3217645688 134840070 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 72393 63477 79 194 0 72197 0
[pid=30010/tid=30011] ppid=30007 vsize=289572 CPUtime=151.24
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 4651 0 0 0 15100 24 0 0 25 0 4 0 1114715154 296521728 63477 4294967295 134512640 135305190 3217647568 3037355144 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=289572 CPUtime=151.37
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 8513 0 0 0 15116 21 0 0 25 0 4 0 1114715154 296521728 63477 4294967295 134512640 135305190 3217647568 3028966592 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=289572 CPUtime=150.97
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 7070 0 0 0 15077 20 0 0 25 0 4 0 1114715155 296521728 63477 4294967295 134512640 135305190 3217647568 3020577984 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 615.12
Current children cumulated vsize (KiB) 291992

[startup+222.314 s]
/proc/loadavg: 4.15 4.20 4.15 5/104 30581
/proc/meminfo: memFree=2861948/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21

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

/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 17494 0 0 0 50893 64 0 0 25 0 4 0 1114715155 433938432 96703 4294967295 134512640 135305190 3217647568 3020577648 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2051.41
Current children cumulated vsize (KiB) 426188

[startup+582.31 s]
/proc/loadavg: 4.35 4.31 4.21 6/104 31711
/proc/meminfo: memFree=2739148/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=444192 CPUtime=2281.51
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 101620 0 0 0 227873 278 0 0 25 0 4 0 1114715026 454852608 101454 4294967295 134512640 135305190 3217647568 3217645472 134556770 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/30010/statm: 111048 101454 79 194 0 110852 0
[pid=30010/tid=30011] ppid=30007 vsize=444192 CPUtime=569.49
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 13533 0 0 0 56878 71 0 0 25 0 4 0 1114715154 454852608 101454 4294967295 134512640 135305190 3217647568 3037355200 134530561 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=444192 CPUtime=570.55
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 18311 0 0 0 56988 67 0 0 25 0 4 0 1114715154 454852608 101454 4294967295 134512640 135305190 3217647568 3028966592 134528590 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=444192 CPUtime=569.48
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 18599 0 0 0 56880 68 0 0 25 0 4 0 1114715155 454852608 101454 4294967295 134512640 135305190 3217647568 3020577984 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2290.72
Current children cumulated vsize (KiB) 446612

[startup+642.314 s]
/proc/loadavg: 4.45 4.35 4.23 5/104 31900
/proc/meminfo: memFree=2698904/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=484416 CPUtime=2521.01
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 111609 0 0 0 251800 301 0 0 25 0 4 0 1114715026 496041984 111443 4294967295 134512640 135305190 3217647568 3217645744 134528189 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/30010/statm: 121104 111443 79 194 0 120908 0
[pid=30010/tid=30011] ppid=30007 vsize=484416 CPUtime=629.37
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 16069 0 0 0 62856 81 0 0 25 0 4 0 1114715154 496041984 111443 4294967295 134512640 135305190 3217647568 3037354864 134551808 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=484416 CPUtime=630.28
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 20417 0 0 0 62956 72 0 0 25 0 4 0 1114715154 496041984 111443 4294967295 134512640 135305190 3217647568 3028966208 134551729 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=484416 CPUtime=629.4
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 21473 0 0 0 62869 71 0 0 25 0 4 0 1114715155 496041984 111443 4294967295 134512640 135305190 3217647568 3020577984 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2530.22
Current children cumulated vsize (KiB) 486836

[startup+702.309 s]
/proc/loadavg: 4.63 4.43 4.26 7/104 32090
/proc/meminfo: memFree=2692712/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=490920 CPUtime=2760.34
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 113350 0 0 0 275713 321 0 0 25 0 4 0 1114715026 502702080 113129 4294967295 134512640 135305190 3217647568 3217645744 134528489 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/30010/statm: 122730 113129 79 194 0 122534 0
[pid=30010/tid=30011] ppid=30007 vsize=490920 CPUtime=688.97
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 16219 0 0 0 68810 87 0 0 25 0 4 0 1114715154 502702080 113129 4294967295 134512640 135305190 3217647568 3037355200 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=490920 CPUtime=690.15
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 21664 0 0 0 68940 75 0 0 25 0 4 0 1114715154 502702080 113129 4294967295 134512640 135305190 3217647568 3028966360 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=490920 CPUtime=689.34
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 21743 0 0 0 68856 78 0 0 25 0 4 0 1114715155 502702080 113129 4294967295 134512640 135305190 3217647568 3020577984 134528237 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2769.55
Current children cumulated vsize (KiB) 493340

[startup+762.313 s]
/proc/loadavg: 4.57 4.46 4.28 5/104 32279
/proc/meminfo: memFree=2656312/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=526708 CPUtime=2999.81
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 122398 0 0 0 299629 352 0 0 25 0 4 0 1114715026 539348992 122177 4294967295 134512640 135305190 3217647568 3217645744 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 131677 122177 79 194 0 131481 0
[pid=30010/tid=30011] ppid=30007 vsize=526708 CPUtime=748.89
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 18403 0 0 0 74792 97 0 0 25 0 4 0 1114715154 539348992 122177 4294967295 134512640 135305190 3217647568 3037355200 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=526708 CPUtime=750
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 23641 0 0 0 74922 78 0 0 25 0 4 0 1114715154 539348992 122177 4294967295 134512640 135305190 3217647568 3028966592 134528480 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=526708 CPUtime=749.35
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 24644 0 0 0 74849 86 0 0 25 0 4 0 1114715155 539348992 122177 4294967295 134512640 135305190 3217647568 3020577928 134839991 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3009.02
Current children cumulated vsize (KiB) 529128

[startup+822.317 s]
/proc/loadavg: 4.78 4.54 4.31 5/104 32467
/proc/meminfo: memFree=2627604/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=556468 CPUtime=3239.49
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 129526 0 0 0 323562 387 0 0 25 0 4 0 1114715026 569823232 129305 4294967295 134512640 135305190 3217647568 3217645744 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 139117 129305 79 194 0 138921 0
[pid=30010/tid=30011] ppid=30007 vsize=556468 CPUtime=808.73
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 20357 0 0 0 80767 106 0 0 25 0 4 0 1114715154 569823232 129305 4294967295 134512640 135305190 3217647568 3037355200 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=556468 CPUtime=809.99
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 24823 0 0 0 80911 88 0 0 25 0 4 0 1114715154 569823232 129305 4294967295 134512640 135305190 3217647568 3028966208 134551687 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=556468 CPUtime=809.28
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 27116 0 0 0 80833 95 0 0 25 0 4 0 1114715155 569823232 129305 4294967295 134512640 135305190 3217647568 3020577984 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3248.7
Current children cumulated vsize (KiB) 558888

[startup+882.311 s]
/proc/loadavg: 4.69 4.56 4.33 5/104 32654
/proc/meminfo: memFree=2624512/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=558428 CPUtime=3478.58
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 130002 0 0 0 347446 412 0 0 25 0 4 0 1114715026 571830272 129781 4294967295 134512640 135305190 3217647568 3217645712 134570397 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 139607 129781 79 194 0 139411 0
[pid=30010/tid=30011] ppid=30007 vsize=558428 CPUtime=868.1
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 20375 0 0 0 86694 116 0 0 25 0 4 0 1114715154 571830272 129781 4294967295 134512640 135305190 3217647568 3037355200 134528771 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=558428 CPUtime=869.99
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 25220 0 0 0 86906 93 0 0 25 0 4 0 1114715154 571830272 129781 4294967295 134512640 135305190 3217647568 3028966208 134551697 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=558428 CPUtime=869.22
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 27165 0 0 0 86825 97 0 0 25 0 4 0 1114715155 571830272 129781 4294967295 134512640 135305190 3217647568 3020577984 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3487.79
Current children cumulated vsize (KiB) 560848

[startup+942.306 s]
/proc/loadavg: 4.70 4.60 4.36 6/104 375
/proc/meminfo: memFree=2621652/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=563040 CPUtime=3717.92
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 131024 0 0 0 371344 448 0 0 25 0 4 0 1114715026 576552960 130803 4294967295 134512640 135305190 3217647568 3217645744 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 140760 130803 79 194 0 140564 0
[pid=30010/tid=30011] ppid=30007 vsize=563040 CPUtime=927.65
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 20559 0 0 0 92638 127 0 0 25 0 4 0 1114715154 576552960 130803 4294967295 134512640 135305190 3217647568 3037354928 134557484 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=563040 CPUtime=929.99
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 25643 0 0 0 92902 97 0 0 25 0 4 0 1114715154 576552960 130803 4294967295 134512640 135305190 3217647568 3028966592 134528559 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=563040 CPUtime=929.2
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 27480 0 0 0 92816 104 0 0 25 0 4 0 1114715155 576552960 130803 4294967295 134512640 135305190 3217647568 3020577776 134547909 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3727.13
Current children cumulated vsize (KiB) 565460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.66 4.61 4.38 5/104 561
/proc/meminfo: memFree=2585452/3368532 swapFree=1953580/1959888
[pid=30007] ppid=30005 vsize=2420 CPUtime=9.21
/proc/30007/stat : 30007 (manysat.sh) S 30005 30007 19648 0 -1 4194304 370 67665 0 0 0 0 889 32 15 0 1 0 1114714105 2478080 275 4294967295 134512640 135169312 3219294576 3219290792 3085463278 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/30007/statm: 605 275 231 161 0 44 0
[pid=30010] ppid=30007 vsize=599860 CPUtime=3948.45
/proc/30010/stat : 30010 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202496 140163 0 0 0 394374 471 0 0 25 0 4 0 1114715026 614256640 139942 4294967295 134512640 135305190 3217647568 3217645472 134558354 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/30010/statm: 149965 139942 79 194 0 149769 0
[pid=30010/tid=30011] ppid=30007 vsize=599860 CPUtime=985.21
/proc/30010/task/30011/stat : 30011 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 22837 0 0 0 98393 128 0 0 25 0 4 0 1114715154 614256640 139942 4294967295 134512640 135305190 3217647568 3037355200 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=30010/tid=30012] ppid=30007 vsize=599860 CPUtime=987.68
/proc/30010/task/30012/stat : 30012 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 26939 0 0 0 98663 105 0 0 25 0 4 0 1114715154 614256640 139942 4294967295 134512640 135305190 3217647568 3028966592 134528559 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=30010/tid=30013] ppid=30007 vsize=599860 CPUtime=986.9
/proc/30010/task/30013/stat : 30013 (manysat1.1_stat) R 30007 30007 19648 0 -1 4202560 30683 0 0 0 98579 111 0 0 25 0 4 0 1114715155 614256640 139942 4294967295 134512640 135305190 3217647568 3020577984 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3957.66
Current children cumulated vsize (KiB) 602280

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 30007 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=890000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=320000
# CPU time returned by wait4() is 9.21
# while last known CPU time is 3957.66
#
# 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): 3957.66
CPU user time (s): 3952.63
CPU system time (s): 5.03
CPU usage (%): 395.75
Max. virtual memory (cumulated for all children) (KiB): 602280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.89
system time used= 0.32
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68035
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= 211

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 10:48:15
IDJOB=1775719
IDBENCH=20375
IDSOLVER=623
FILE ID=/1775719-1243500495
PBS_JOBID=
Free space on /tmp= 15857 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-19-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775719-1243500495/watcher-1775719-1243500495 -o /tmp/evaluation-result-1775719-1243500495/solver-1775719-1243500495 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775719-1243500495.cnf aimd 1

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

MD5SUM BENCH= a2687a8a1b0deeabfd7eddcfa56549a2
RANDOM SEED= 1020767847

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:       3166452 kB
Buffers:         13352 kB
Cached:         115208 kB
SwapCached:       2424 kB
Active:          98012 kB
Inactive:        41304 kB
HighTotal:     2489216 kB
HighFree:      2360980 kB
LowTotal:       879316 kB
LowFree:        805472 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           30628 kB
Writeback:           0 kB
AnonPages:        9876 kB
Mapped:           4940 kB
Slab:            53448 kB
SReclaimable:    44932 kB
SUnreclaim:       8516 kB
PageTables:        536 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= 15836 MiB
End job on  at 2009-05-28 11:04:59