Trace number 1775569

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-13-s.cnf
MD5SUMd90571b4b69632567da9d3ebfd25979e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1492.47
Satisfiable
(Un)Satisfiability was proved
Number of variables234673
Number of clauses1071339
Sum of the clauses size2453820
Maximum clause length10
Minimum clause length1
Number of clauses of size 117679
Number of clauses of size 2856659
Number of clauses of size 3153061
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

Solver Data

0.00/0.00	c Parsing...
0.82/0.83	c ==============================================================================
0.82/0.83	c |           |     ORIGINAL     |              LEARNT              |          |
0.82/0.83	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.82/0.83	c ==============================================================================
0.82/0.83	c |         0 | 1052492  2433683 |  315747       0        0     nan |  0.000 % |
5.72/5.79	c |         0 |  628528  1721300 |      --       0       --      -- |     --   | -196875/-198394
5.72/5.79	c ==============================================================================
5.72/5.79	c Result  :   #vars: 113985   #clauses: 628528   #literals: 1721300
5.72/5.79	c CPU time:   5.67 s
5.72/5.79	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-1775569-1243498071/watcher-1775569-1243498071 -o /tmp/evaluation-result-1775569-1243498071/solver-1775569-1243498071 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775569-1243498071.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.33 3.27 1.56 3/97 23154
/proc/meminfo: memFree=3054828/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2416 CPUtime=0
/proc/23154/stat : 23154 (manysat.sh) R 23152 23154 21691 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 1103944501 2473984 274 4294967295 134512640 135169312 3219364224 3219362700 3085432692 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/23154/statm: 604 274 231 161 0 43 0
[pid=23155] ppid=23154 vsize=1756 CPUtime=0
/proc/23155/stat : 23155 (SatElite) R 23154 23154 21691 0 -1 4202496 350 0 0 0 0 0 0 0 18 0 1 0 1103944501 1798144 287 4294967295 134512640 135034092 3218911440 3218907784 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23155/statm: 439 289 49 128 0 309 0

[startup+0.045663 s]
/proc/loadavg: 4.33 3.27 1.56 3/97 23154
/proc/meminfo: memFree=3054828/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2416 CPUtime=0
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1103944501 2473984 274 4294967295 134512640 135169312 3219364224 3219362760 3085430510 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23154/statm: 604 274 231 161 0 43 0
[pid=23155] ppid=23154 vsize=8632 CPUtime=0.05
/proc/23155/stat : 23155 (SatElite) R 23154 23154 21691 0 -1 4202496 1987 0 0 0 5 0 0 0 19 0 1 0 1103944501 8839168 1924 4294967295 134512640 135034092 3218911440 3218907784 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23155/statm: 2158 1924 49 128 0 2028 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11048

[startup+0.115656 s]
/proc/loadavg: 4.33 3.27 1.56 3/97 23154
/proc/meminfo: memFree=3054828/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2416 CPUtime=0
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1103944501 2473984 274 4294967295 134512640 135169312 3219364224 3219362760 3085430510 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23154/statm: 604 274 231 161 0 43 0
[pid=23155] ppid=23154 vsize=37484 CPUtime=0.12
/proc/23155/stat : 23155 (SatElite) R 23154 23154 21691 0 -1 4202496 6554 0 0 0 12 0 0 0 19 0 1 0 1103944501 38383616 6491 4294967295 134512640 135034092 3218911440 3218907536 134543255 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23155/statm: 9371 6493 49 128 0 9241 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 39900

[startup+0.315676 s]
/proc/loadavg: 4.33 3.27 1.56 3/97 23154
/proc/meminfo: memFree=3054828/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2416 CPUtime=0
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1103944501 2473984 274 4294967295 134512640 135169312 3219364224 3219362760 3085430510 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23154/statm: 604 274 231 161 0 43 0
[pid=23155] ppid=23154 vsize=58176 CPUtime=0.32
/proc/23155/stat : 23155 (SatElite) R 23154 23154 21691 0 -1 4202496 13246 0 0 0 30 2 0 0 20 0 1 0 1103944501 59572224 13183 4294967295 134512640 135034092 3218911440 3218907400 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23155/statm: 14544 13183 49 128 0 14414 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 60592

[startup+0.715612 s]
/proc/loadavg: 4.33 3.27 1.56 3/97 23154
/proc/meminfo: memFree=3054828/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2416 CPUtime=0
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1103944501 2473984 274 4294967295 134512640 135169312 3219364224 3219362760 3085430510 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23154/statm: 604 274 231 161 0 43 0
[pid=23155] ppid=23154 vsize=100156 CPUtime=0.72
/proc/23155/stat : 23155 (SatElite) R 23154 23154 21691 0 -1 4202496 23318 0 0 0 65 7 0 0 21 0 1 0 1103944501 102559744 23255 4294967295 134512640 135034092 3218911440 3218908680 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23155/statm: 25039 23257 50 128 0 24909 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 102572

[startup+1.51555 s]
/proc/loadavg: 4.06 3.24 1.56 2/99 23156
/proc/meminfo: memFree=2945140/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2416 CPUtime=0
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1103944501 2473984 274 4294967295 134512640 135169312 3219364224 3219362760 3085430510 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23154/statm: 604 274 231 161 0 43 0
[pid=23155] ppid=23154 vsize=124132 CPUtime=1.52
/proc/23155/stat : 23155 (SatElite) R 23154 23154 21691 0 -1 4202496 30007 0 0 0 142 10 0 0 23 0 1 0 1103944501 127111168 27282 4294967295 134512640 135034092 3218911440 3218907308 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23155/statm: 31033 27282 67 128 0 30903 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 126548

[startup+3.11543 s]
/proc/loadavg: 4.06 3.24 1.56 2/99 23156
/proc/meminfo: memFree=2937888/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2416 CPUtime=0
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1103944501 2473984 274 4294967295 134512640 135169312 3219364224 3219362760 3085430510 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23154/statm: 604 274 231 161 0 43 0
[pid=23155] ppid=23154 vsize=137488 CPUtime=3.12
/proc/23155/stat : 23155 (SatElite) R 23154 23154 21691 0 -1 4202496 33521 0 0 0 301 11 0 0 25 0 1 0 1103944501 140787712 30327 4294967295 134512640 135034092 3218911440 3218907984 134582820 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23155/statm: 34372 30327 67 128 0 34242 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 139904

[startup+6.31519 s]
/proc/loadavg: 3.82 3.20 1.56 2/99 23339
/proc/meminfo: memFree=2931896/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2416 CPUtime=0
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1103944501 2473984 274 4294967295 134512640 135169312 3219364224 3219362760 3085430510 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/23154/statm: 604 274 231 161 0 43 0
[pid=23155] ppid=23154 vsize=130244 CPUtime=6.32
/proc/23155/stat : 23155 (SatElite) R 23154 23154 21691 0 -1 4202496 45339 0 0 0 616 16 0 0 25 0 1 0 1103944501 133369856 29062 4294967295 134512640 135034092 3218911440 3218906324 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/23155/statm: 32561 29062 67 128 0 32431 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 132660

[startup+12.7147 s]
/proc/loadavg: 4.07 3.26 1.58 6/102 23343
/proc/meminfo: memFree=2857048/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=214660 CPUtime=20.61
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 44906 0 0 0 2014 47 0 0 16 0 4 0 1103945155 219811840 44807 4294967295 134512640 135305190 3214482640 3214480816 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 53665 44807 79 194 0 53469 0
[pid=23340/tid=23341] ppid=23154 vsize=214660 CPUtime=4.82
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 995 0 0 0 477 5 0 0 15 0 4 0 1103945281 219811840 44807 4294967295 134512640 135305190 3214482640 3029650624 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=214660 CPUtime=4.87
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 987 0 0 0 478 9 0 0 16 0 4 0 1103945281 219811840 44807 4294967295 134512640 135305190 3214482640 3021261984 134570412 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=214660 CPUtime=4.83
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 1006 0 0 0 473 10 0 0 16 0 4 0 1103945281 219811840 44807 4294967295 134512640 135305190 3214482640 3012873408 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 27.15
Current children cumulated vsize (KiB) 217080

[startup+25.5137 s]
/proc/loadavg: 4.36 3.35 1.63 5/102 23345
/proc/meminfo: memFree=2836700/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=234596 CPUtime=71.77
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 50056 0 0 0 7120 57 0 0 25 0 4 0 1103945155 240226304 49957 4294967295 134512640 135305190 3214482640 3214480496 134843311 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 58649 49957 79 194 0 58453 0
[pid=23340/tid=23341] ppid=23154 vsize=234596 CPUtime=17.61
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 2108 0 0 0 1753 8 0 0 25 0 4 0 1103945281 240226304 49957 4294967295 134512640 135305190 3214482640 3029650624 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=234596 CPUtime=17.64
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 2365 0 0 0 1752 12 0 0 25 0 4 0 1103945281 240226304 49957 4294967295 134512640 135305190 3214482640 3021261632 134551712 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=234596 CPUtime=17.63
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 1963 0 0 0 1750 13 0 0 25 0 4 0 1103945281 240226304 49957 4294967295 134512640 135305190 3214482640 3012873072 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 78.31
Current children cumulated vsize (KiB) 237016

[startup+51.1118 s]
/proc/loadavg: 4.33 3.44 1.72 6/102 23348
/proc/meminfo: memFree=2786644/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=285780 CPUtime=174.11
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 62816 0 0 0 17341 70 0 0 25 0 4 0 1103945155 292638720 62717 4294967295 134512640 135305190 3214482640 3214480816 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 71445 62717 79 194 0 71249 0
[pid=23340/tid=23341] ppid=23154 vsize=285780 CPUtime=43.21
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 4842 0 0 0 4310 11 0 0 25 0 4 0 1103945281 292638720 62717 4294967295 134512640 135305190 3214482640 3029650548 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=285780 CPUtime=43.18
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 5896 0 0 0 4303 15 0 0 25 0 4 0 1103945281 292638720 62717 4294967295 134512640 135305190 3214482640 3021262016 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=285780 CPUtime=43.23
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 4533 0 0 0 4308 15 0 0 25 0 4 0 1103945281 292638720 62717 4294967295 134512640 135305190 3214482640 3012873408 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 180.65
Current children cumulated vsize (KiB) 288200

[startup+102.308 s]
/proc/loadavg: 4.24 3.56 1.84 5/102 23534
/proc/meminfo: memFree=2705852/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=364976 CPUtime=378.17
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 82652 0 0 0 37712 105 0 0 25 0 4 0 1103945155 373735424 82553 4294967295 134512640 135305190 3214482640 3214480816 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 91244 82553 79 194 0 91048 0
[pid=23340/tid=23341] ppid=23154 vsize=364976 CPUtime=94.16
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 8433 0 0 0 9399 17 0 0 25 0 4 0 1103945281 373735424 82553 4294967295 134512640 135305190 3214482640 3029650624 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=364976 CPUtime=93.95
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 11481 0 0 0 9373 22 0 0 25 0 4 0 1103945281 373735424 82553 4294967295 134512640 135305190 3214482640 3021261696 134552678 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=364976 CPUtime=94.4
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 9200 0 0 0 9418 22 0 0 25 0 4 0 1103945281 373735424 82553 4294967295 134512640 135305190 3214482640 3012873072 134551729 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 384.71
Current children cumulated vsize (KiB) 367396

[startup+162.303 s]
/proc/loadavg: 4.35 3.71 2.00 6/102 23721
/proc/meminfo: memFree=2564264/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=509552 CPUtime=617.52
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 118450 0 0 0 61613 139 0 0 25 0 4 0 1103945155 521781248 118351 4294967295 134512640 135305190 3214482640 3214480480 134551965 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 127388 118351 79 194 0 127192 0
[pid=23340/tid=23341] ppid=23154 vsize=509552 CPUtime=153.87
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 15376 0 0 0 15363 24 0 0 25 0 4 0 1103945281 521781248 118351 4294967295 134512640 135305190 3214482640 3029650624 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=509552 CPUtime=153.74
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 23020 0 0 0 15341 33 0 0 25 0 4 0 1103945281 521781248 118351 4294967295 134512640 135305190 3214482640 3021262016 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=509552 CPUtime=154.39
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 15840 0 0 0 15411 28 0 0 25 0 4 0 1103945281 521781248 118351 4294967295 134512640 135305190 3214482640 3012873072 134551691 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 624.06
Current children cumulated vsize (KiB) 511972

[startup+222.319 s]
/proc/loadavg: 4.27 3.80 2.14 5/102 23910
/proc/meminfo: memFree=2464060/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54

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

/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 39257 0 0 0 51325 65 0 0 25 0 4 0 1103945281 978223104 230038 4294967295 134512640 135305190 3214482640 3012873408 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2061.4
Current children cumulated vsize (KiB) 957716

[startup+582.311 s]
/proc/loadavg: 4.38 4.20 2.84 6/102 25047
/proc/meminfo: memFree=2081336/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=991184 CPUtime=2294.53
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 238907 0 0 0 229139 314 0 0 25 0 4 0 1103945155 1014972416 238808 4294967295 134512640 135305190 3214482640 3214480480 134551671 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/23340/statm: 247796 238808 79 194 0 247600 0
[pid=23340/tid=23341] ppid=23154 vsize=991184 CPUtime=572.69
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 39661 0 0 0 57208 61 0 0 25 0 4 0 1103945281 1014972416 238808 4294967295 134512640 135305190 3214482640 3029650352 134558366 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=991184 CPUtime=572.93
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 59713 0 0 0 57208 85 0 0 25 0 4 0 1103945281 1014972416 238808 4294967295 134512640 135305190 3214482640 3021261632 134551799 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=991184 CPUtime=573.86
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 41189 0 0 0 57320 66 0 0 25 0 4 0 1103945281 1014972416 238808 4294967295 134512640 135305190 3214482640 3012873408 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2301.07
Current children cumulated vsize (KiB) 993604

[startup+642.316 s]
/proc/loadavg: 4.51 4.26 2.95 6/102 25234
/proc/meminfo: memFree=2032160/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=1038876 CPUtime=2534.33
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 250918 0 0 0 253103 330 0 0 25 0 4 0 1103945155 1063809024 250819 4294967295 134512640 135305190 3214482640 3214480356 134840070 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/23340/statm: 259719 250819 79 194 0 259523 0
[pid=23340/tid=23341] ppid=23154 vsize=1038876 CPUtime=632.49
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 42127 0 0 0 63185 64 0 0 25 0 4 0 1103945281 1063809024 250819 4294967295 134512640 135305190 3214482640 3029650624 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=1038876 CPUtime=632.92
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 63184 0 0 0 63200 92 0 0 25 0 4 0 1103945281 1063809024 250819 4294967295 134512640 135305190 3214482640 3021261632 134551962 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=1038876 CPUtime=633.87
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 43984 0 0 0 63318 69 0 0 25 0 4 0 1103945281 1063809024 250819 4294967295 134512640 135305190 3214482640 3012873408 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2540.87
Current children cumulated vsize (KiB) 1041296

[startup+702.312 s]
/proc/loadavg: 4.42 4.28 3.03 5/102 25425
/proc/meminfo: memFree=1983404/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=1088400 CPUtime=2774.07
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 263500 0 0 0 277063 344 0 0 25 0 4 0 1103945155 1114521600 263401 4294967295 134512640 135305190 3214482640 3214480480 134551651 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/23340/statm: 272100 263401 79 194 0 271904 0
[pid=23340/tid=23341] ppid=23154 vsize=1088400 CPUtime=692.32
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 44686 0 0 0 69160 72 0 0 25 0 4 0 1103945281 1114521600 263401 4294967295 134512640 135305190 3214482640 3029650624 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=1088400 CPUtime=692.85
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 67123 0 0 0 69190 95 0 0 25 0 4 0 1103945281 1114521600 263401 4294967295 134512640 135305190 3214482640 3021262016 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=1088400 CPUtime=693.85
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 46564 0 0 0 69316 69 0 0 25 0 4 0 1103945281 1114521600 263401 4294967295 134512640 135305190 3214482640 3012873072 134551661 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2780.61
Current children cumulated vsize (KiB) 1090820

[startup+762.317 s]
/proc/loadavg: 4.99 4.44 3.16 5/102 25612
/proc/meminfo: memFree=1845824/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=1225552 CPUtime=3013.5
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 297514 0 0 0 300965 385 0 0 25 0 4 0 1103945155 1254965248 297415 4294967295 134512640 135305190 3214482640 3214480816 134528402 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 306388 297415 79 194 0 306192 0
[pid=23340/tid=23341] ppid=23154 vsize=1225552 CPUtime=752.04
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 51473 0 0 0 75121 83 0 0 25 0 4 0 1103945281 1254965248 297415 4294967295 134512640 135305190 3214482640 3029650624 134528402 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=1225552 CPUtime=752.62
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 76336 0 0 0 75157 105 0 0 25 0 4 0 1103945281 1254965248 297415 4294967295 134512640 135305190 3214482640 3021261632 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=1225552 CPUtime=753.81
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 54944 0 0 0 75301 80 0 0 25 0 4 0 1103945281 1254965248 297416 4294967295 134512640 135305190 3214482640 3012873408 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3020.04
Current children cumulated vsize (KiB) 1227972

[startup+822.313 s]
/proc/loadavg: 4.71 4.45 3.25 5/102 25801
/proc/meminfo: memFree=1707780/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=1365248 CPUtime=3253.05
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 332422 0 0 0 324871 434 0 0 25 0 4 0 1103945155 1398013952 332323 4294967295 134512640 135305190 3214482640 3214480812 134570384 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 341312 332323 79 194 0 341116 0
[pid=23340/tid=23341] ppid=23154 vsize=1365248 CPUtime=812.02
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 58083 0 0 0 81112 90 0 0 25 0 4 0 1103945281 1398013952 332323 4294967295 134512640 135305190 3214482640 3029650624 134528268 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=1365248 CPUtime=812.34
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 85834 0 0 0 81118 116 0 0 25 0 4 0 1103945281 1398013952 332323 4294967295 134512640 135305190 3214482640 3021262016 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=1365248 CPUtime=813.79
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 62980 0 0 0 81288 91 0 0 25 0 4 0 1103945281 1398013952 332323 4294967295 134512640 135305190 3214482640 3012873072 134551697 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3259.59
Current children cumulated vsize (KiB) 1367668

[startup+882.308 s]
/proc/loadavg: 4.44 4.41 3.31 6/102 25990
/proc/meminfo: memFree=1696568/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=1374040 CPUtime=3492.5
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 334528 0 0 0 348809 441 0 0 25 0 4 0 1103945155 1407016960 334429 4294967295 134512640 135305190 3214482640 3214480816 134528480 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 343510 334429 79 194 0 343314 0
[pid=23340/tid=23341] ppid=23154 vsize=1374040 CPUtime=871.84
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 58505 0 0 0 87093 91 0 0 25 0 4 0 1103945281 1407016960 334429 4294967295 134512640 135305190 3214482640 3029650624 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=1374040 CPUtime=872.22
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 86361 0 0 0 87105 117 0 0 25 0 4 0 1103945281 1407016960 334429 4294967295 134512640 135305190 3214482640 3021262016 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=1374040 CPUtime=873.75
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 63758 0 0 0 87280 95 0 0 25 0 4 0 1103945281 1407016960 334429 4294967295 134512640 135305190 3214482640 3012873072 134551848 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3499.04
Current children cumulated vsize (KiB) 1376460

[startup+942.313 s]
/proc/loadavg: 4.38 4.40 3.37 6/102 26177
/proc/meminfo: memFree=1695748/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=1374040 CPUtime=3731.98
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 334545 0 0 0 372740 458 0 0 25 0 4 0 1103945155 1407016960 334446 4294967295 134512640 135305190 3214482640 3214480816 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 343510 334446 79 194 0 343314 0
[pid=23340/tid=23341] ppid=23154 vsize=1374040 CPUtime=931.51
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 58505 0 0 0 93050 101 0 0 25 0 4 0 1103945281 1407016960 334446 4294967295 134512640 135305190 3214482640 3029650624 134528195 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=1374040 CPUtime=932.16
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 86378 0 0 0 93098 118 0 0 25 0 4 0 1103945281 1407016960 334446 4294967295 134512640 135305190 3214482640 3021261632 134551681 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=1374040 CPUtime=933.75
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 63758 0 0 0 93278 97 0 0 25 0 4 0 1103945281 1407016960 334446 4294967295 134512640 135305190 3214482640 3012873072 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3738.52
Current children cumulated vsize (KiB) 1376460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.34 4.38 3.42 5/102 26364
/proc/meminfo: memFree=1684464/3368532 swapFree=1952996/1959888
[pid=23154] ppid=23152 vsize=2420 CPUtime=6.54
/proc/23154/stat : 23154 (manysat.sh) S 23152 23154 21691 0 -1 4194304 371 45343 0 0 0 0 636 18 18 0 1 0 1103944501 2478080 275 4294967295 134512640 135169312 3219364224 3219360440 3085430510 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/23154/statm: 605 275 231 161 0 44 0
[pid=23340] ppid=23154 vsize=1386328 CPUtime=3962.4
/proc/23340/stat : 23340 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202496 337763 0 0 0 395767 473 0 0 25 0 4 0 1103945155 1419599872 337664 4294967295 134512640 135305190 3214482640 3214480816 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/23340/statm: 346582 337664 79 194 0 346386 0
[pid=23340/tid=23341] ppid=23154 vsize=1386328 CPUtime=989.06
/proc/23340/task/23341/stat : 23341 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 59135 0 0 0 98805 101 0 0 25 0 4 0 1103945281 1419599872 337664 4294967295 134512640 135305190 3214482640 3029650568 134839991 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=23340/tid=23342] ppid=23154 vsize=1386328 CPUtime=989.76
/proc/23340/task/23342/stat : 23342 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 87346 0 0 0 98853 123 0 0 25 0 4 0 1103945281 1419599872 337664 4294967295 134512640 135305190 3214482640 3021261632 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=23340/tid=23343] ppid=23154 vsize=1386328 CPUtime=991.42
/proc/23340/task/23343/stat : 23343 (manysat1.1_stat) R 23154 23154 21691 0 -1 4202560 64693 0 0 0 99039 103 0 0 25 0 4 0 1103945281 1419599872 337664 4294967295 134512640 135305190 3214482640 3012873136 134558441 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3968.94
Current children cumulated vsize (KiB) 1388748

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 23154 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=360000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=180000
# CPU time returned by wait4() is 6.54
# while last known CPU time is 3968.94
#
# 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): 3968.94
CPU user time (s): 3964.03
CPU system time (s): 4.91
CPU usage (%): 396.874
Max. virtual memory (cumulated for all children) (KiB): 1388748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.36
system time used= 0.18
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45714
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 15

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 10:07:51
IDJOB=1775569
IDBENCH=20353
IDSOLVER=623
FILE ID=tipi45/1775569-1243498071
PBS_JOBID=
Free space on /tmp= 15483 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-13-s.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775569-1243498071/watcher-1775569-1243498071 -o /tmp/evaluation-result-1775569-1243498071/solver-1775569-1243498071 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775569-1243498071.cnf aimd 1

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

MD5SUM BENCH= d90571b4b69632567da9d3ebfd25979e
RANDOM SEED= 1754318627

Linux tipi45 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.081
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.41
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.081
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.10
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.081
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.081
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:       3055124 kB
Buffers:        124300 kB
Cached:          82544 kB
SwapCached:       2100 kB
Active:          85084 kB
Inactive:       131108 kB
HighTotal:     2489216 kB
HighFree:      2394512 kB
LowTotal:       879316 kB
LowFree:        660612 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:           20920 kB
Writeback:           0 kB
AnonPages:        8404 kB
Mapped:           3520 kB
Slab:            85012 kB
SReclaimable:    73808 kB
SUnreclaim:      11204 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89596 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15464 MiB
End job on tipi45 at 2009-05-28 10:24:35