Trace number 1778824

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) 3955.33 1000.05

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
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 variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
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.52/0.58	c ==============================================================================
0.52/0.58	c |           |     ORIGINAL     |              LEARNT              |          |
0.52/0.58	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.52/0.58	c ==============================================================================
0.52/0.58	c |         0 |  746442  1741698 |  223932       0        0     nan |  0.000 % |
10.00/10.07	c |         0 |  397738  1362662 |      --       0       --      -- |     --   | -348682/-378983
10.00/10.07	c ==============================================================================
10.00/10.07	c Result  :   #vars: 76979   #clauses: 397738   #literals: 1362662
10.00/10.07	c CPU time:   9.69 s
10.00/10.07	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-1778824-1243515743/watcher-1778824-1243515743 -o /tmp/evaluation-result-1778824-1243515743/solver-1778824-1243515743 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1778824-1243515743.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: 4.25 4.33 4.38 3/109 22494
/proc/meminfo: memFree=2276884/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2416 CPUtime=0
/proc/22494/stat : 22494 (manysat.sh) R 22492 22494 29143 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 1116237172 2473984 273 4294967295 134512640 135169312 3218878736 3218877212 3085801332 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/22494/statm: 604 273 231 161 0 43 0
[pid=22495] ppid=22494 vsize=1204 CPUtime=0
/proc/22495/stat : 22495 (SatElite) R 22494 22494 29143 0 -1 4202496 238 0 0 0 0 0 0 0 18 0 1 0 1116237172 1232896 175 4294967295 134512640 135034092 3218069504 3218065848 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22495/statm: 301 176 49 128 0 171 0

[startup+0.025923 s]
/proc/loadavg: 4.25 4.33 4.38 3/109 22494
/proc/meminfo: memFree=2276884/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2416 CPUtime=0
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116237172 2473984 273 4294967295 134512640 135169312 3218878736 3218877272 3085799150 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/22494/statm: 604 273 231 161 0 43 0
[pid=22495] ppid=22494 vsize=5284 CPUtime=0.03
/proc/22495/stat : 22495 (SatElite) R 22494 22494 29143 0 -1 4202496 1181 0 0 0 3 0 0 0 19 0 1 0 1116237172 5410816 1118 4294967295 134512640 135034092 3218069504 3218065464 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22495/statm: 1321 1118 49 128 0 1191 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7700

[startup+0.115914 s]
/proc/loadavg: 4.25 4.33 4.38 3/109 22494
/proc/meminfo: memFree=2276884/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2416 CPUtime=0
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116237172 2473984 273 4294967295 134512640 135169312 3218878736 3218877272 3085799150 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/22494/statm: 604 273 231 161 0 43 0
[pid=22495] ppid=22494 vsize=20600 CPUtime=0.12
/proc/22495/stat : 22495 (SatElite) R 22494 22494 29143 0 -1 4202496 4890 0 0 0 11 1 0 0 20 0 1 0 1116237172 21094400 4827 4294967295 134512640 135034092 3218069504 3218065496 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22495/statm: 5150 4827 49 128 0 5020 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 23016

[startup+0.315905 s]
/proc/loadavg: 4.25 4.33 4.38 3/109 22494
/proc/meminfo: memFree=2276884/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2416 CPUtime=0
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116237172 2473984 273 4294967295 134512640 135169312 3218878736 3218877272 3085799150 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/22494/statm: 604 273 231 161 0 43 0
[pid=22495] ppid=22494 vsize=61588 CPUtime=0.32
/proc/22495/stat : 22495 (SatElite) R 22494 22494 29143 0 -1 4202496 12890 0 0 0 29 3 0 0 20 0 1 0 1116237172 63066112 12827 4294967295 134512640 135034092 3218069504 3218065848 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22495/statm: 15397 12827 49 128 0 15267 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 64004

[startup+0.715889 s]
/proc/loadavg: 4.25 4.33 4.38 3/109 22494
/proc/meminfo: memFree=2276884/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2416 CPUtime=0
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116237172 2473984 273 4294967295 134512640 135169312 3218878736 3218877272 3085799150 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/22494/statm: 604 273 231 161 0 43 0
[pid=22495] ppid=22494 vsize=104832 CPUtime=0.72
/proc/22495/stat : 22495 (SatElite) R 22494 22494 29143 0 -1 4202496 26928 0 0 0 58 14 0 0 21 0 1 0 1116237172 107347968 24797 4294967295 134512640 135034092 3218069504 3218065696 134540941 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22495/statm: 26208 24797 67 128 0 26078 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 107248

[startup+1.51585 s]
/proc/loadavg: 3.99 4.27 4.36 2/111 22496
/proc/meminfo: memFree=2173472/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2416 CPUtime=0
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116237172 2473984 273 4294967295 134512640 135169312 3218878736 3218877272 3085799150 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/22494/statm: 604 273 231 161 0 43 0
[pid=22495] ppid=22494 vsize=108404 CPUtime=1.51
/proc/22495/stat : 22495 (SatElite) R 22494 22494 29143 0 -1 4202496 27697 0 0 0 134 17 0 0 23 0 1 0 1116237172 111005696 25566 4294967295 134512640 135034092 3218069504 3218065500 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22495/statm: 27101 25566 67 128 0 26971 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 110820

[startup+3.11576 s]
/proc/loadavg: 3.99 4.27 4.36 2/111 22496
/proc/meminfo: memFree=2162816/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2416 CPUtime=0
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116237172 2473984 273 4294967295 134512640 135169312 3218878736 3218877272 3085799150 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/22494/statm: 604 273 231 161 0 43 0
[pid=22495] ppid=22494 vsize=113200 CPUtime=3.11
/proc/22495/stat : 22495 (SatElite) R 22494 22494 29143 0 -1 4202496 28803 0 0 0 291 20 0 0 25 0 1 0 1116237172 115916800 26672 4294967295 134512640 135034092 3218069504 3218065500 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/22495/statm: 28300 26672 67 128 0 28170 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 115616

[startup+6.31559 s]
/proc/loadavg: 3.99 4.27 4.36 2/111 22497
/proc/meminfo: memFree=2137828/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2416 CPUtime=0
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116237172 2473984 273 4294967295 134512640 135169312 3218878736 3218877272 3085799150 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/22494/statm: 604 273 231 161 0 43 0
[pid=22495] ppid=22494 vsize=120104 CPUtime=6.3
/proc/22495/stat : 22495 (SatElite) R 22494 22494 29143 0 -1 4202496 30524 0 0 0 601 29 0 0 25 0 1 0 1116237172 122986496 28393 4294967295 134512640 135034092 3218069504 3218065500 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/22495/statm: 30026 28393 67 128 0 29896 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 122520

[startup+12.7153 s]
/proc/loadavg: 3.53 4.16 4.32 5/114 22502
/proc/meminfo: memFree=2101832/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=161700 CPUtime=5.56
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 32419 0 0 0 499 57 0 0 15 0 4 0 1116238234 165580800 32213 4294967295 134512640 135305190 3218469008 3218467184 134528523 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/22498/statm: 40425 32213 79 194 0 40229 0
[pid=22498/tid=22499] ppid=22494 vsize=161700 CPUtime=1.18
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 1370 0 0 0 108 10 0 0 15 0 4 0 1116238316 165580800 32213 4294967295 134512640 135305190 3218469008 3051203524 134840070 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=161700 CPUtime=1.18
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 803 0 0 0 101 17 0 0 17 0 4 0 1116238316 165580800 32213 4294967295 134512640 135305190 3218469008 3042815168 134528319 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=161700 CPUtime=1.18
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 1325 0 0 0 105 13 0 0 16 0 4 0 1116238316 165580800 32213 4294967295 134512640 135305190 3218469008 3034426560 134528310 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16.17
Current children cumulated vsize (KiB) 164120

[startup+25.5146 s]
/proc/loadavg: 3.82 4.20 4.34 5/114 22685
/proc/meminfo: memFree=2083056/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=175908 CPUtime=56.36
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 36233 0 0 0 5576 60 0 0 25 0 4 0 1116238234 180129792 36027 4294967295 134512640 135305190 3218469008 3218467184 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/22498/statm: 43977 36027 79 194 0 43781 0
[pid=22498/tid=22499] ppid=22494 vsize=175908 CPUtime=13.93
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 2307 0 0 0 1383 10 0 0 25 0 4 0 1116238316 180129792 36027 4294967295 134512640 135305190 3218469008 3051203776 134528227 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=175908 CPUtime=13.91
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 2099 0 0 0 1373 18 0 0 25 0 4 0 1116238316 180129792 36027 4294967295 134512640 135305190 3218469008 3042814784 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=175908 CPUtime=13.79
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 2087 0 0 0 1364 15 0 0 25 0 4 0 1116238316 180129792 36027 4294967295 134512640 135305190 3218469008 3034426560 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 66.97
Current children cumulated vsize (KiB) 178328

[startup+51.1133 s]
/proc/loadavg: 3.96 4.20 4.33 5/114 22692
/proc/meminfo: memFree=2063028/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=197296 CPUtime=158.62
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 41219 0 0 0 15794 68 0 0 25 0 4 0 1116238234 202031104 41013 4294967295 134512640 135305190 3218469008 3218466852 134837696 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/22498/statm: 49324 41013 79 194 0 49128 0
[pid=22498/tid=22499] ppid=22494 vsize=197296 CPUtime=39.52
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 3461 0 0 0 3941 11 0 0 25 0 4 0 1116238316 202031104 41013 4294967295 134512640 135305190 3218469008 3051203776 134530561 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=197296 CPUtime=39.51
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 3949 0 0 0 3928 23 0 0 25 0 4 0 1116238316 202031104 41013 4294967295 134512640 135305190 3218469008 3042814912 134542048 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=197296 CPUtime=39.28
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 2859 0 0 0 3912 16 0 0 25 0 4 0 1116238316 202031104 41013 4294967295 134512640 135305190 3218469008 3034426560 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 169.23
Current children cumulated vsize (KiB) 199716

[startup+102.321 s]
/proc/loadavg: 4.06 4.20 4.32 5/114 22879
/proc/meminfo: memFree=2022760/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=236248 CPUtime=363.04
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 51073 0 0 0 36220 84 0 0 25 0 4 0 1116238234 241917952 50859 4294967295 134512640 135305190 3218469008 3218467184 134528263 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/22498/statm: 59062 50859 79 194 0 58866 0
[pid=22498/tid=22499] ppid=22494 vsize=236248 CPUtime=90.53
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 5666 0 0 0 9040 13 0 0 25 0 4 0 1116238316 241917952 50859 4294967295 134512640 135305190 3218469008 3051203776 134528329 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=236248 CPUtime=90.71
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 7505 0 0 0 9044 27 0 0 25 0 4 0 1116238316 241917952 50859 4294967295 134512640 135305190 3218469008 3042815168 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=236248 CPUtime=90.34
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 4350 0 0 0 9014 20 0 0 25 0 4 0 1116238316 241917952 50859 4294967295 134512640 135305190 3218469008 3034426560 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 373.65
Current children cumulated vsize (KiB) 238668

[startup+162.307 s]
/proc/loadavg: 4.19 4.20 4.31 5/114 23066
/proc/meminfo: memFree=1991716/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=267284 CPUtime=602.42
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 58829 0 0 0 60133 109 0 0 25 0 4 0 1116238234 273698816 58615 4294967295 134512640 135305190 3218469008 3218467184 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/22498/statm: 66821 58615 79 194 0 66625 0
[pid=22498/tid=22499] ppid=22494 vsize=267284 CPUtime=150.44
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 7139 0 0 0 15027 17 0 0 25 0 4 0 1116238316 273698816 58615 4294967295 134512640 135305190 3218469008 3051203776 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=267284 CPUtime=150.64
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 10861 0 0 0 15028 36 0 0 25 0 4 0 1116238316 273698816 58615 4294967295 134512640 135305190 3218469008 3042815168 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=267284 CPUtime=150.08
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 5265 0 0 0 14985 23 0 0 25 0 4 0 1116238316 273698816 58615 4294967295 134512640 135305190 3218469008 3034426560 134528195 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 613.03
Current children cumulated vsize (KiB) 269704

[startup+222.304 s]
/proc/loadavg: 4.31 4.24 4.32 5/114 23254
/proc/meminfo: memFree=1954204/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61

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

/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 10148 0 0 0 50836 67 0 0 25 0 4 0 1116238316 463310848 103732 4294967295 134512640 135305190 3218469008 3034426560 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2049.33
Current children cumulated vsize (KiB) 454872

[startup+582.306 s]
/proc/loadavg: 4.38 4.31 4.31 5/114 24392
/proc/meminfo: memFree=1793392/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=470324 CPUtime=2278.17
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 108291 0 0 0 227540 277 0 0 25 0 4 0 1116238234 481611776 108052 4294967295 134512640 135305190 3218469008 3218467184 134530657 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22498/statm: 117581 108052 79 194 0 117385 0
[pid=22498/tid=22499] ppid=22494 vsize=470324 CPUtime=569.64
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 17027 0 0 0 56921 43 0 0 25 0 4 0 1116238316 481611776 108052 4294967295 134512640 135305190 3218469008 3051203776 134528480 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=470324 CPUtime=569.78
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 32550 0 0 0 56903 75 0 0 25 0 4 0 1116238316 481611776 108052 4294967295 134512640 135305190 3218469008 3042815168 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=470324 CPUtime=568.83
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 10747 0 0 0 56807 76 0 0 25 0 4 0 1116238316 481611776 108052 4294967295 134512640 135305190 3218469008 3034426560 134528480 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2288.78
Current children cumulated vsize (KiB) 472744

[startup+642.312 s]
/proc/loadavg: 4.39 4.33 4.31 5/114 24580
/proc/meminfo: memFree=1781164/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=482684 CPUtime=2517.5
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 111436 0 0 0 251453 297 0 0 25 0 4 0 1116238234 494268416 111176 4294967295 134512640 135305190 3218469008 3218467184 134528341 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/22498/statm: 120671 111176 79 194 0 120475 0
[pid=22498/tid=22499] ppid=22494 vsize=482684 CPUtime=629.34
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 17518 0 0 0 62886 48 0 0 25 0 4 0 1116238316 494268416 111176 4294967295 134512640 135305190 3218469008 3051203776 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=482684 CPUtime=629.52
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 34221 0 0 0 62874 78 0 0 25 0 4 0 1116238316 494268416 111176 4294967295 134512640 135305190 3218469008 3042815168 134528480 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=482684 CPUtime=628.79
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 10959 0 0 0 62798 81 0 0 25 0 4 0 1116238316 494268416 111176 4294967295 134512640 135305190 3218469008 3034426560 134528347 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2528.11
Current children cumulated vsize (KiB) 485104

[startup+702.309 s]
/proc/loadavg: 4.47 4.35 4.31 5/115 24774
/proc/meminfo: memFree=1746992/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=517628 CPUtime=2757.03
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 120044 0 0 0 275380 323 0 0 25 0 4 0 1116238234 530051072 119784 4294967295 134512640 135305190 3218469008 3218467184 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/22498/statm: 129407 119784 79 194 0 129211 0
[pid=22498/tid=22499] ppid=22494 vsize=517628 CPUtime=689.32
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 19519 0 0 0 68878 54 0 0 25 0 4 0 1116238316 530051072 119784 4294967295 134512640 135305190 3218469008 3051203776 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=517628 CPUtime=689.31
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 37816 0 0 0 68842 89 0 0 25 0 4 0 1116238316 530051072 119784 4294967295 134512640 135305190 3218469008 3042815168 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=517628 CPUtime=688.78
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 11913 0 0 0 68794 84 0 0 25 0 4 0 1116238316 530051072 119784 4294967295 134512640 135305190 3218469008 3034426560 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2767.64
Current children cumulated vsize (KiB) 520048

[startup+762.316 s]
/proc/loadavg: 4.52 4.39 4.33 5/114 24964
/proc/meminfo: memFree=1715568/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=546564 CPUtime=2996.45
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 127351 0 0 0 299301 344 0 0 25 0 4 0 1116238234 559681536 127088 4294967295 134512640 135305190 3218469008 3218467184 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22498/statm: 136641 127088 79 194 0 136445 0
[pid=22498/tid=22499] ppid=22494 vsize=546564 CPUtime=749.23
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 21122 0 0 0 74865 58 0 0 25 0 4 0 1116238316 559681536 127088 4294967295 134512640 135305190 3218469008 3051203776 134528319 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=546564 CPUtime=749.14
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 40736 0 0 0 74819 95 0 0 25 0 4 0 1116238316 559681536 127088 4294967295 134512640 135305190 3218469008 3042815168 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=546564 CPUtime=748.68
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 12775 0 0 0 74780 88 0 0 25 0 4 0 1116238316 559681536 127088 4294967295 134512640 135305190 3218469008 3034426560 134528350 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3007.06
Current children cumulated vsize (KiB) 548984

[startup+822.313 s]
/proc/loadavg: 4.38 4.36 4.32 5/114 25151
/proc/meminfo: memFree=1711660/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=551856 CPUtime=3235.71
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 128307 0 0 0 323210 361 0 0 25 0 4 0 1116238234 565100544 128044 4294967295 134512640 135305190 3218469008 3218466848 134551651 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/22498/statm: 137964 128044 79 194 0 137768 0
[pid=22498/tid=22499] ppid=22494 vsize=551856 CPUtime=808.94
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 21377 0 0 0 80833 61 0 0 25 0 4 0 1116238316 565100544 128044 4294967295 134512640 135305190 3218469008 3051203776 134528788 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=551856 CPUtime=808.84
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 41065 0 0 0 80788 96 0 0 25 0 4 0 1116238316 565100544 128044 4294967295 134512640 135305190 3218469008 3042815168 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=551856 CPUtime=808.67
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 12876 0 0 0 80773 94 0 0 25 0 4 0 1116238316 565100544 128044 4294967295 134512640 135305190 3218469008 3034426560 134528548 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3246.32
Current children cumulated vsize (KiB) 554276

[startup+882.31 s]
/proc/loadavg: 4.29 4.34 4.31 5/114 25342
/proc/meminfo: memFree=1695544/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=569624 CPUtime=3475.2
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 132761 0 0 0 347136 384 0 0 25 0 4 0 1116238234 583294976 132498 4294967295 134512640 135305190 3218469008 3218467184 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/22498/statm: 142406 132498 79 194 0 142210 0
[pid=22498/tid=22499] ppid=22494 vsize=569624 CPUtime=868.75
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 22353 0 0 0 86805 70 0 0 25 0 4 0 1116238316 583294976 132498 4294967295 134512640 135305190 3218469008 3051203776 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=569624 CPUtime=868.78
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 43016 0 0 0 86778 100 0 0 25 0 4 0 1116238316 583294976 132498 4294967295 134512640 135305190 3218469008 3042815168 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=569624 CPUtime=868.64
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 13390 0 0 0 86762 102 0 0 25 0 4 0 1116238316 583294976 132498 4294967295 134512640 135305190 3218469008 3034426560 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3485.81
Current children cumulated vsize (KiB) 572044

[startup+942.307 s]
/proc/loadavg: 4.34 4.34 4.31 5/114 25530
/proc/meminfo: memFree=1678624/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=586840 CPUtime=3714.55
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 136971 0 0 0 371058 397 0 0 25 0 4 0 1116238234 600924160 136708 4294967295 134512640 135305190 3218469008 3218467184 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/22498/statm: 146710 136708 79 194 0 146514 0
[pid=22498/tid=22499] ppid=22494 vsize=586840 CPUtime=928.64
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 23162 0 0 0 92790 74 0 0 25 0 4 0 1116238316 600924160 136708 4294967295 134512640 135305190 3218469008 3051203520 134546745 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=586840 CPUtime=928.61
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 44869 0 0 0 92757 104 0 0 25 0 4 0 1116238316 600924160 136708 4294967295 134512640 135305190 3218469008 3042815168 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=586840 CPUtime=928.58
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 13928 0 0 0 92755 103 0 0 25 0 4 0 1116238316 600924160 136708 4294967295 134512640 135305190 3218469008 3034426560 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3725.16
Current children cumulated vsize (KiB) 589260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.38 4.34 4.31 5/114 25717
/proc/meminfo: memFree=1656048/3368532 swapFree=1959840/1959888
[pid=22494] ppid=22492 vsize=2420 CPUtime=10.61
/proc/22494/stat : 22494 (manysat.sh) S 22492 22494 29143 0 -1 4194304 369 35712 0 0 0 0 1020 41 18 0 1 0 1116237172 2478080 275 4294967295 134512640 135169312 3218878736 3218874952 3085799150 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22494/statm: 605 275 231 161 0 44 0
[pid=22498] ppid=22494 vsize=609052 CPUtime=3944.72
/proc/22498/stat : 22498 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202496 142456 0 0 0 394050 422 0 0 25 0 4 0 1116238234 623669248 142193 4294967295 134512640 135305190 3218469008 3218467184 134528442 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/22498/statm: 152263 142193 79 194 0 152067 0
[pid=22498/tid=22499] ppid=22494 vsize=609052 CPUtime=986.2
/proc/22498/task/22499/stat : 22499 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 24334 0 0 0 98544 76 0 0 25 0 4 0 1116238316 623669248 142193 4294967295 134512640 135305190 3218469008 3051203776 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22498/tid=22500] ppid=22494 vsize=609052 CPUtime=986.11
/proc/22498/task/22500/stat : 22500 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 46508 0 0 0 98501 110 0 0 25 0 4 0 1116238316 623669248 142193 4294967295 134512640 135305190 3218469008 3042815168 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22498/tid=22501] ppid=22494 vsize=609052 CPUtime=986.23
/proc/22498/task/22501/stat : 22501 (manysat1.1_stat) R 22494 22494 29143 0 -1 4202560 14836 0 0 0 98516 107 0 0 25 0 4 0 1116238316 623669248 142193 4294967295 134512640 135305190 3218469008 3034426560 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3955.33
Current children cumulated vsize (KiB) 611472

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 22494 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=200000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=410000
# CPU time returned by wait4() is 10.61
# while last known CPU time is 3955.33
#
# 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): 3955.33
CPU user time (s): 3950.7
CPU system time (s): 4.63
CPU usage (%): 395.512
Max. virtual memory (cumulated for all children) (KiB): 611472

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 15:02:23
IDJOB=1778824
IDBENCH=70769
IDSOLVER=623
FILE ID=/1778824-1243515743
PBS_JOBID=
Free space on /tmp= 7974 MiB

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

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED= 1877820629

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:       2276884 kB
Buffers:         31876 kB
Cached:         939200 kB
SwapCached:          0 kB
Active:          57612 kB
Inactive:       933040 kB
HighTotal:     2489216 kB
HighFree:      1644344 kB
LowTotal:       879316 kB
LowFree:        632540 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           15248 kB
Writeback:           0 kB
AnonPages:       19164 kB
Mapped:           7772 kB
Slab:            91660 kB
SReclaimable:    78516 kB
SUnreclaim:      13144 kB
PageTables:        656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111076 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7924 MiB
End job on  at 2009-05-28 15:19:06