Trace number 1775689

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) 3966.65 1000.06

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-13-u.cnf
MD5SUMec1a03bc95c5b06907199f7ae65ad092
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 variables234064
Number of clauses1059777
Sum of the clauses size2420962
Maximum clause length10
Minimum clause length1
Number of clauses of size 117678
Number of clauses of size 2854833
Number of clauses of size 3143326
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.79/0.81	c ==============================================================================
0.79/0.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.81	c ==============================================================================
0.79/0.81	c |         0 | 1040931  2400826 |  312279       0        0     nan |  0.000 % |
5.69/5.80	c |         0 |  616982  1688498 |      --       0       --      -- |     --   | -196875/-198394
5.79/5.80	c ==============================================================================
5.79/5.80	c Result  :   #vars: 113377   #clauses: 616982   #literals: 1688498
5.79/5.80	c CPU time:   5.61 s
5.79/5.80	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-1775689-1243500786/watcher-1775689-1243500786 -o /tmp/evaluation-result-1775689-1243500786/solver-1775689-1243500786 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775689-1243500786.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.46 4.48 4.26 3/116 21730
/proc/meminfo: memFree=3117076/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2412 CPUtime=0
/proc/21729/stat : 21729 (manysat.sh) R 21727 21729 12261 0 -1 4194304 333 0 0 0 0 0 0 0 23 0 1 0 1114758516 2469888 272 4294967295 134512640 135169312 3219313008 3219311484 3084965748 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/21729/statm: 603 272 231 161 0 42 0
[pid=21730] ppid=21729 vsize=2412 CPUtime=0
/proc/21730/stat : 21730 (manysat.sh) R 21729 21729 12261 0 -1 4194368 0 0 0 0 0 0 0 0 23 0 1 0 1114758516 2469888 41 4294967295 134512640 135169312 3219313008 3219311484 3084965748 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/21730/statm: 603 41 0 161 0 42 0

[startup+0.094711 s]
/proc/loadavg: 4.46 4.48 4.26 3/116 21730
/proc/meminfo: memFree=3117076/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2412 CPUtime=0
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1114758516 2469888 272 4294967295 134512640 135169312 3219313008 3219311544 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21729/statm: 603 272 231 161 0 42 0
[pid=21730] ppid=21729 vsize=22572 CPUtime=0.08
/proc/21730/stat : 21730 (SatElite) R 21729 21729 12261 0 -1 4202496 4973 0 0 0 8 0 0 0 18 0 1 0 1114758516 23113728 4910 4294967295 134512640 135034092 3215535520 3215531808 134544849 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21730/statm: 5643 4910 49 128 0 5513 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 24984

[startup+0.104711 s]
/proc/loadavg: 4.46 4.48 4.26 3/116 21730
/proc/meminfo: memFree=3117076/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2412 CPUtime=0
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1114758516 2469888 272 4294967295 134512640 135169312 3219313008 3219311544 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21729/statm: 603 272 231 161 0 42 0
[pid=21730] ppid=21729 vsize=24272 CPUtime=0.09
/proc/21730/stat : 21730 (SatElite) R 21729 21729 12261 0 -1 4202496 5627 0 0 0 9 0 0 0 18 0 1 0 1114758516 24854528 5564 4294967295 134512640 135034092 3215535520 3215531480 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21730/statm: 6068 5566 49 128 0 5938 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26684

[startup+0.304702 s]
/proc/loadavg: 4.46 4.48 4.26 3/116 21730
/proc/meminfo: memFree=3117076/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2412 CPUtime=0
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1114758516 2469888 272 4294967295 134512640 135169312 3219313008 3219311544 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21729/statm: 603 272 231 161 0 42 0
[pid=21730] ppid=21729 vsize=56596 CPUtime=0.29
/proc/21730/stat : 21730 (SatElite) R 21729 21729 12261 0 -1 4202496 12832 0 0 0 26 3 0 0 18 0 1 0 1114758516 57954304 12770 4294967295 134512640 135034092 3215535520 3215531512 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21730/statm: 14149 12771 49 128 0 14019 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59008

[startup+0.704686 s]
/proc/loadavg: 4.46 4.48 4.26 3/116 21730
/proc/meminfo: memFree=3117076/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2412 CPUtime=0
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1114758516 2469888 272 4294967295 134512640 135169312 3219313008 3219311544 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21729/statm: 603 272 231 161 0 42 0
[pid=21730] ppid=21729 vsize=96856 CPUtime=0.69
/proc/21730/stat : 21730 (SatElite) R 21729 21729 12261 0 -1 4202496 23505 0 0 0 63 6 0 0 18 0 1 0 1114758516 99180544 23443 4294967295 134512640 135034092 3215535520 3215532760 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21730/statm: 24214 23445 50 128 0 24084 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99268

[startup+1.50465 s]
/proc/loadavg: 4.18 4.43 4.24 2/117 21731
/proc/meminfo: memFree=3016544/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2412 CPUtime=0
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1114758516 2469888 272 4294967295 134512640 135169312 3219313008 3219311544 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21729/statm: 603 272 231 161 0 42 0
[pid=21730] ppid=21729 vsize=115400 CPUtime=1.49
/proc/21730/stat : 21730 (SatElite) R 21729 21729 12261 0 -1 4202496 29792 0 0 0 139 10 0 0 20 0 1 0 1114758516 118169600 27092 4294967295 134512640 135034092 3215535520 3215531388 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21730/statm: 28850 27092 67 128 0 28720 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117812

[startup+3.10459 s]
/proc/loadavg: 4.18 4.43 4.24 2/117 21731
/proc/meminfo: memFree=3000944/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2412 CPUtime=0
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1114758516 2469888 272 4294967295 134512640 135169312 3219313008 3219311544 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21729/statm: 603 272 231 161 0 42 0
[pid=21730] ppid=21729 vsize=132456 CPUtime=3.09
/proc/21730/stat : 21730 (SatElite) R 21729 21729 12261 0 -1 4202496 33222 0 0 0 297 12 0 0 25 0 1 0 1114758516 135634944 30055 4294967295 134512640 135034092 3215535520 3215532016 134558534 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21730/statm: 33114 30055 67 128 0 32984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134868

[startup+6.30446 s]
/proc/loadavg: 3.93 4.37 4.22 2/117 21731
/proc/meminfo: memFree=2995996/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2412 CPUtime=0
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 1114758516 2469888 272 4294967295 134512640 135169312 3219313008 3219311544 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/21729/statm: 603 272 231 161 0 42 0
[pid=21730] ppid=21729 vsize=125552 CPUtime=6.29
/proc/21730/stat : 21730 (SatElite) R 21729 21729 12261 0 -1 4202496 45044 0 0 0 610 19 0 0 25 0 1 0 1114758516 128565248 28863 4294967295 134512640 135034092 3215535520 3215530404 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/21730/statm: 31388 28863 67 128 0 31258 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127964

[startup+12.7044 s]
/proc/loadavg: 4.09 4.39 4.23 7/120 21736
/proc/meminfo: memFree=2922224/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=212232 CPUtime=20.75
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 44156 0 0 0 2038 37 0 0 16 0 4 0 1114759169 217325568 44063 4294967295 134512640 135305190 3218206816 3218204992 134528189 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 53058 44063 79 194 0 52862 0
[pid=21732/tid=21733] ppid=21729 vsize=212232 CPUtime=4.89
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 1025 0 0 0 483 6 0 0 16 0 4 0 1114759294 217325568 44063 4294967295 134512640 135305190 3218206816 3029679296 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=212232 CPUtime=4.89
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 1032 0 0 0 483 6 0 0 16 0 4 0 1114759294 217325568 44063 4294967295 134512640 135305190 3218206816 3021290632 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=212232 CPUtime=4.85
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 899 0 0 0 477 8 0 0 16 0 4 0 1114759294 217325568 44063 4294967295 134512640 135305190 3218206816 3012902080 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 27.27
Current children cumulated vsize (KiB) 214648

[startup+25.5039 s]
/proc/loadavg: 4.21 4.41 4.24 5/120 21738
/proc/meminfo: memFree=2898992/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=236180 CPUtime=71.86
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 49945 0 0 0 7143 43 0 0 25 0 4 0 1114759169 241848320 49852 4294967295 134512640 135305190 3218206816 3218204992 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 59045 49852 79 194 0 58849 0
[pid=21732/tid=21733] ppid=21729 vsize=236180 CPUtime=17.68
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 2182 0 0 0 1761 7 0 0 25 0 4 0 1114759294 241848320 49852 4294967295 134512640 135305190 3218206816 3029679296 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=236180 CPUtime=17.63
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 3163 0 0 0 1755 8 0 0 25 0 4 0 1114759294 241848320 49852 4294967295 134512640 135305190 3218206816 3021290688 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=236180 CPUtime=17.62
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 1907 0 0 0 1753 9 0 0 25 0 4 0 1114759294 241848320 49852 4294967295 134512640 135305190 3218206816 3012901968 134529062 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 78.38
Current children cumulated vsize (KiB) 238596

[startup+51.1129 s]
/proc/loadavg: 4.20 4.39 4.23 5/120 21923
/proc/meminfo: memFree=2850664/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=283344 CPUtime=173.84
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 62164 0 0 0 17328 56 0 0 25 0 4 0 1114759169 290144256 62071 4294967295 134512640 135305190 3218206816 3218204992 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 70836 62072 79 194 0 70640 0
[pid=21732/tid=21733] ppid=21729 vsize=283344 CPUtime=43.22
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 4776 0 0 0 4312 10 0 0 25 0 4 0 1114759294 290144256 62072 4294967295 134512640 135305190 3218206816 3029679296 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=283344 CPUtime=43.06
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 6302 0 0 0 4295 11 0 0 25 0 4 0 1114759294 290144256 62072 4294967295 134512640 135305190 3218206816 3021290304 134551709 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=283344 CPUtime=43.06
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 3905 0 0 0 4294 12 0 0 25 0 4 0 1114759294 290144256 62072 4294967295 134512640 135305190 3218206816 3012901760 134843311 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 180.36
Current children cumulated vsize (KiB) 285760

[startup+102.321 s]
/proc/loadavg: 4.28 4.37 4.24 6/120 22111
/proc/meminfo: memFree=2741308/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=393060 CPUtime=378.19
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 89039 0 0 0 37731 88 0 0 25 0 4 0 1114759169 402493440 88946 4294967295 134512640 135305190 3218206816 3218204656 134551651 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 98265 88946 79 194 0 98069 0
[pid=21732/tid=21733] ppid=21729 vsize=393060 CPUtime=94.22
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 10406 0 0 0 9406 16 0 0 25 0 4 0 1114759294 402493440 88946 4294967295 134512640 135305190 3218206816 3029679296 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=393060 CPUtime=94.17
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 14305 0 0 0 9396 21 0 0 25 0 4 0 1114759294 402493440 88946 4294967295 134512640 135305190 3218206816 3021290688 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=393060 CPUtime=94.16
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 9113 0 0 0 9400 16 0 0 25 0 4 0 1114759294 402493440 88946 4294967295 134512640 135305190 3218206816 3012901744 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 384.71
Current children cumulated vsize (KiB) 395476

[startup+162.308 s]
/proc/loadavg: 4.47 4.40 4.25 6/121 22224
/proc/meminfo: memFree=2637800/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=497356 CPUtime=617.32
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 115256 0 0 0 61614 118 0 0 25 0 4 0 1114759169 509292544 115163 4294967295 134512640 135305190 3218206816 3218204992 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 124339 115163 79 194 0 124143 0
[pid=21732/tid=21733] ppid=21729 vsize=497356 CPUtime=154.19
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 15220 0 0 0 15391 28 0 0 25 0 4 0 1114759294 509292544 115163 4294967295 134512640 135305190 3218206816 3029679296 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=497356 CPUtime=153.94
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 23162 0 0 0 15367 27 0 0 25 0 4 0 1114759294 509292544 115163 4294967295 134512640 135305190 3218206816 3021290800 134563883 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=497356 CPUtime=153.77
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 13829 0 0 0 15354 23 0 0 25 0 4 0 1114759294 509292544 115163 4294967295 134512640 135305190 3218206816 3012901744 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 623.84
Current children cumulated vsize (KiB) 499772

[startup+222.316 s]
/proc/loadavg: 4.50 4.41 4.26 5/120 22485
/proc/meminfo: memFree=2506580/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52

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

/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 38709 0 0 0 51200 76 0 0 25 0 4 0 1114759294 979005440 229937 4294967295 134512640 135305190 3218206816 3012901744 134551924 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2059.97
Current children cumulated vsize (KiB) 958476

[startup+582.302 s]
/proc/loadavg: 4.70 4.48 4.32 5/120 23618
/proc/meminfo: memFree=2043644/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=1090396 CPUtime=2292.77
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 263504 0 0 0 228932 345 0 0 25 0 4 0 1114759169 1116565504 263411 4294967295 134512640 135305190 3218206816 3218204992 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/21732/statm: 272599 263411 79 194 0 272403 0
[pid=21732/tid=21733] ppid=21729 vsize=1090396 CPUtime=572.87
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 43732 0 0 0 57200 87 0 0 25 0 4 0 1114759294 1116565504 263411 4294967295 134512640 135305190 3218206816 3029679296 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=1090396 CPUtime=573.1
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 68989 0 0 0 57229 81 0 0 25 0 4 0 1114759294 1116565504 263411 4294967295 134512640 135305190 3218206816 3021290688 134528576 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=1090396 CPUtime=572.55
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 46479 0 0 0 57169 86 0 0 25 0 4 0 1114759294 1116565504 263411 4294967295 134512640 135305190 3218206816 3012902080 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2299.29
Current children cumulated vsize (KiB) 1092812

[startup+642.309 s]
/proc/loadavg: 4.44 4.45 4.32 5/120 23807
/proc/meminfo: memFree=1972292/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=1159292 CPUtime=2532.37
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 280745 0 0 0 252875 362 0 0 25 0 4 0 1114759169 1187115008 280652 4294967295 134512640 135305190 3218206816 3218204736 134545895 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/21732/statm: 289823 280652 79 194 0 289627 0
[pid=21732/tid=21733] ppid=21729 vsize=1159292 CPUtime=632.78
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 47084 0 0 0 63188 90 0 0 25 0 4 0 1114759294 1187115008 280652 4294967295 134512640 135305190 3218206816 3029679296 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=1159292 CPUtime=632.91
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 74610 0 0 0 63206 85 0 0 25 0 4 0 1114759294 1187115008 280652 4294967295 134512640 135305190 3218206816 3021290688 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=1159292 CPUtime=632.51
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 50094 0 0 0 63160 91 0 0 25 0 4 0 1114759294 1187115008 280652 4294967295 134512640 135305190 3218206816 3012901744 134551793 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2538.89
Current children cumulated vsize (KiB) 1161708

[startup+702.307 s]
/proc/loadavg: 4.27 4.40 4.31 6/120 23998
/proc/meminfo: memFree=1969432/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=1162696 CPUtime=2771.85
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 281654 0 0 0 276810 375 0 0 25 0 4 0 1114759169 1190600704 281561 4294967295 134512640 135305190 3218206816 3218204656 134551681 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/21732/statm: 290674 281561 79 194 0 290478 0
[pid=21732/tid=21733] ppid=21729 vsize=1162696 CPUtime=692.64
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 47286 0 0 0 69171 93 0 0 25 0 4 0 1114759294 1190600704 281561 4294967295 134512640 135305190 3218206816 3029679296 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=1162696 CPUtime=692.69
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 74869 0 0 0 69180 89 0 0 25 0 4 0 1114759294 1190600704 281561 4294967295 134512640 135305190 3218206816 3021290304 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=1162696 CPUtime=692.45
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 50283 0 0 0 69152 93 0 0 25 0 4 0 1114759294 1190600704 281561 4294967295 134512640 135305190 3218206816 3012901744 134551860 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2778.37
Current children cumulated vsize (KiB) 1165112

[startup+762.315 s]
/proc/loadavg: 4.17 4.34 4.29 6/120 24185
/proc/meminfo: memFree=1958780/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=1172936 CPUtime=3011.35
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 284142 0 0 0 300752 383 0 0 25 0 4 0 1114759169 1201086464 284049 4294967295 134512640 135305190 3218206816 3218204992 134528286 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 293234 284049 79 194 0 293038 0
[pid=21732/tid=21733] ppid=21729 vsize=1172936 CPUtime=752.47
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 47649 0 0 0 75152 95 0 0 25 0 4 0 1114759294 1201086464 284049 4294967295 134512640 135305190 3218206816 3029679296 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=1172936 CPUtime=752.45
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 75627 0 0 0 75154 91 0 0 25 0 4 0 1114759294 1201086464 284049 4294967295 134512640 135305190 3218206816 3021290632 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=1172936 CPUtime=752.41
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 51064 0 0 0 75147 94 0 0 25 0 4 0 1114759294 1201086464 284049 4294967295 134512640 135305190 3218206816 3012902080 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3017.87
Current children cumulated vsize (KiB) 1175352

[startup+822.312 s]
/proc/loadavg: 4.39 4.35 4.29 6/120 24373
/proc/meminfo: memFree=1876300/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=1259468 CPUtime=3250.77
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 305527 0 0 0 324659 418 0 0 25 0 4 0 1114759169 1289695232 305434 4294967295 134512640 135305190 3218206816 3218204992 134528151 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 314867 305434 79 194 0 314671 0
[pid=21732/tid=21733] ppid=21729 vsize=1259468 CPUtime=812.42
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 51732 0 0 0 81138 104 0 0 25 0 4 0 1114759294 1289695232 305434 4294967295 134512640 135305190 3218206816 3029679296 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=1259468 CPUtime=812.14
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 81916 0 0 0 81112 102 0 0 25 0 4 0 1114759294 1289695232 305434 4294967295 134512640 135305190 3218206816 3021290632 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=1259468 CPUtime=812.25
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 56749 0 0 0 81122 103 0 0 25 0 4 0 1114759294 1289695232 305434 4294967295 134512640 135305190 3218206816 3012901744 134551729 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3257.29
Current children cumulated vsize (KiB) 1261884

[startup+882.31 s]
/proc/loadavg: 4.39 4.36 4.30 5/120 24561
/proc/meminfo: memFree=1818392/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=1314700 CPUtime=3490.28
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 319567 0 0 0 348582 446 0 0 25 0 4 0 1114759169 1346252800 319474 4294967295 134512640 135305190 3218206816 3218204992 134530561 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 328675 319474 79 194 0 328479 0
[pid=21732/tid=21733] ppid=21729 vsize=1314700 CPUtime=872.34
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 54287 0 0 0 87125 109 0 0 25 0 4 0 1114759294 1346252800 319474 4294967295 134512640 135305190 3218206816 3029679296 134528319 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=1314700 CPUtime=872.09
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 86086 0 0 0 87099 110 0 0 25 0 4 0 1114759294 1346252800 319474 4294967295 134512640 135305190 3218206816 3021290304 134551712 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=1314700 CPUtime=872.11
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 59964 0 0 0 87100 111 0 0 25 0 4 0 1114759294 1346252800 319474 4294967295 134512640 135305190 3218206816 3012902080 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3496.8
Current children cumulated vsize (KiB) 1317116

[startup+942.307 s]
/proc/loadavg: 4.22 4.32 4.28 5/120 24750
/proc/meminfo: memFree=1753216/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=1377936 CPUtime=3729.76
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 335415 0 0 0 372504 472 0 0 25 0 4 0 1114759169 1411006464 335322 4294967295 134512640 135305190 3218206816 3218204992 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 344484 335322 79 194 0 344288 0
[pid=21732/tid=21733] ppid=21729 vsize=1377936 CPUtime=932.03
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 57202 0 0 0 93091 112 0 0 25 0 4 0 1114759294 1411006464 335322 4294967295 134512640 135305190 3218206816 3029678960 134551930 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=1377936 CPUtime=932.02
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 90674 0 0 0 93085 117 0 0 25 0 4 0 1114759294 1411006464 335322 4294967295 134512640 135305190 3218206816 3021290688 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=1377936 CPUtime=932.03
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 63583 0 0 0 93086 117 0 0 25 0 4 0 1114759294 1411006464 335322 4294967295 134512640 135305190 3218206816 3012901744 134551729 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3736.28
Current children cumulated vsize (KiB) 1380352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.16 4.29 4.27 5/120 24937
/proc/meminfo: memFree=1726508/3368532 swapFree=1941392/1959888
[pid=21729] ppid=21727 vsize=2416 CPUtime=6.52
/proc/21729/stat : 21729 (manysat.sh) S 21727 21729 12261 0 -1 4194304 369 45048 0 0 0 0 632 20 18 0 1 0 1114758516 2473984 274 4294967295 134512640 135169312 3219313008 3219309224 3084963566 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/21729/statm: 604 274 231 161 0 43 0
[pid=21732] ppid=21729 vsize=1405168 CPUtime=3960.13
/proc/21732/stat : 21732 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202496 341986 0 0 0 395519 494 0 0 25 0 4 0 1114759169 1438892032 341893 4294967295 134512640 135305190 3218206816 3218204656 134551694 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/21732/statm: 351292 341893 79 194 0 351096 0
[pid=21732/tid=21733] ppid=21729 vsize=1405168 CPUtime=989.65
/proc/21732/task/21733/stat : 21733 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 58062 0 0 0 98847 118 0 0 25 0 4 0 1114759294 1438892032 341893 4294967295 134512640 135305190 3218206816 3029679296 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=21732/tid=21734] ppid=21729 vsize=1405168 CPUtime=989.69
/proc/21732/task/21734/stat : 21734 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 93246 0 0 0 98847 122 0 0 25 0 4 0 1114759294 1438892032 341893 4294967295 134512640 135305190 3218206816 3021290688 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=21732/tid=21735] ppid=21729 vsize=1405168 CPUtime=989.5
/proc/21732/task/21735/stat : 21735 (manysat1.1_stat) R 21729 21729 12261 0 -1 4202560 65131 0 0 0 98825 125 0 0 25 0 4 0 1114759294 1438892032 341893 4294967295 134512640 135305190 3218206816 3012902080 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3966.65
Current children cumulated vsize (KiB) 1407584

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 21729 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=320000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=200000
# CPU time returned by wait4() is 6.52
# while last known CPU time is 3966.65
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.06
CPU time (s): 3966.65
CPU user time (s): 3961.51
CPU system time (s): 5.14
CPU usage (%): 396.643
Max. virtual memory (cumulated for all children) (KiB): 1407584

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 10:53:06
IDJOB=1775689
IDBENCH=20373
IDSOLVER=623
FILE ID=/1775689-1243500786
PBS_JOBID=
Free space on /tmp= 15711 MiB

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

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

MD5SUM BENCH= ec1a03bc95c5b06907199f7ae65ad092
RANDOM SEED= 937452498

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.17
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.143
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3117076 kB
Buffers:         16368 kB
Cached:         160888 kB
SwapCached:       4320 kB
Active:         131112 kB
Inactive:        57160 kB
HighTotal:     2489216 kB
HighFree:      2315508 kB
LowTotal:       879316 kB
LowFree:        801568 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:           20812 kB
Writeback:           0 kB
AnonPages:        9408 kB
Mapped:           4212 kB
Slab:            53092 kB
SReclaimable:    44884 kB
SUnreclaim:       8208 kB
PageTables:        776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127452 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15692 MiB
End job on  at 2009-05-28 11:09:49