Trace number 1780702

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
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 variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.21/1.27	c ==============================================================================
1.21/1.27	c |           |     ORIGINAL     |              LEARNT              |          |
1.21/1.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.21/1.27	c ==============================================================================
1.21/1.27	c |         0 | 1377238  3343680 |  413171       0        0     nan |  0.000 % |
6.91/6.96	c |         0 |  958485  2693825 |      --       0       --      -- |     --   | -116636/37456
6.91/6.97	c ==============================================================================
6.91/6.97	c Result  :   #vars: 138674   #clauses: 958485   #literals: 2693825
6.91/6.97	c CPU time:   6.76 s
6.91/6.97	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-1780702-1243534654/watcher-1780702-1243534654 -o /tmp/evaluation-result-1780702-1243534654/solver-1780702-1243534654 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780702-1243534654.cnf aimd 2 

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.08 4.31 4.37 3/109 17750
/proc/meminfo: memFree=2811180/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2416 CPUtime=0
/proc/17750/stat : 17750 (manysat.sh) R 17748 17750 29143 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1118128413 2473984 274 4294967295 134512640 135169312 3216875296 3216873772 3085481844 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/17750/statm: 604 274 231 161 0 43 0
[pid=17751] ppid=17750 vsize=2428 CPUtime=0
/proc/17751/stat : 17751 (SatElite) R 17750 17750 29143 0 -1 4202496 438 0 0 0 0 0 0 0 18 0 1 0 1118128413 2486272 375 4294967295 134512640 135034092 3215902208 3215898496 134544849 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17751/statm: 607 377 49 128 0 477 0

[startup+0.029125 s]
/proc/loadavg: 4.08 4.31 4.37 3/109 17750
/proc/meminfo: memFree=2811180/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2416 CPUtime=0
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118128413 2473984 274 4294967295 134512640 135169312 3216875296 3216873832 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 604 274 231 161 0 43 0
[pid=17751] ppid=17750 vsize=13280 CPUtime=0.03
/proc/17751/stat : 17751 (SatElite) R 17750 17750 29143 0 -1 4202496 3087 0 0 0 2 1 0 0 19 0 1 0 1118128413 13598720 2920 4294967295 134512640 135034092 3215902208 3215898496 134544856 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17751/statm: 3320 2922 49 128 0 3190 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15696

[startup+0.109111 s]
/proc/loadavg: 4.08 4.31 4.37 3/109 17750
/proc/meminfo: memFree=2811180/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2416 CPUtime=0
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118128413 2473984 274 4294967295 134512640 135169312 3216875296 3216873832 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 604 274 231 161 0 43 0
[pid=17751] ppid=17750 vsize=32080 CPUtime=0.11
/proc/17751/stat : 17751 (SatElite) R 17750 17750 29143 0 -1 4202496 7128 0 0 0 10 1 0 0 20 0 1 0 1118128413 32849920 6897 4294967295 134512640 135034092 3215902208 3215898168 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17751/statm: 8020 6898 49 128 0 7890 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 34496

[startup+0.3091 s]
/proc/loadavg: 4.08 4.31 4.37 3/109 17750
/proc/meminfo: memFree=2811180/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2416 CPUtime=0
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118128413 2473984 274 4294967295 134512640 135169312 3216875296 3216873832 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 604 274 231 161 0 43 0
[pid=17751] ppid=17750 vsize=53416 CPUtime=0.31
/proc/17751/stat : 17751 (SatElite) R 17750 17750 29143 0 -1 4202496 12344 0 0 0 25 6 0 0 20 0 1 0 1118128413 54697984 12113 4294967295 134512640 135034092 3215902208 3215898552 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17751/statm: 13354 12114 49 128 0 13224 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 55832

[startup+0.709079 s]
/proc/loadavg: 4.08 4.31 4.37 3/109 17750
/proc/meminfo: memFree=2811180/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2416 CPUtime=0
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118128413 2473984 274 4294967295 134512640 135169312 3216875296 3216873832 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 604 274 231 161 0 43 0
[pid=17751] ppid=17750 vsize=79092 CPUtime=0.71
/proc/17751/stat : 17751 (SatElite) R 17750 17750 29143 0 -1 4202496 18776 0 0 0 61 10 0 0 21 0 1 0 1118128413 80990208 18545 4294967295 134512640 135034092 3215902208 3215898552 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17751/statm: 19773 18545 49 128 0 19643 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 81508

[startup+1.50904 s]
/proc/loadavg: 4.08 4.31 4.37 2/111 17752
/proc/meminfo: memFree=2705604/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2416 CPUtime=0
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118128413 2473984 274 4294967295 134512640 135169312 3216875296 3216873832 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 604 274 231 161 0 43 0
[pid=17751] ppid=17750 vsize=129004 CPUtime=1.51
/proc/17751/stat : 17751 (SatElite) R 17750 17750 29143 0 -1 4202496 30846 0 0 0 136 15 0 0 24 0 1 0 1118128413 132100096 30615 4294967295 134512640 135034092 3215902208 3215899008 134539656 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17751/statm: 32251 30615 63 128 0 32121 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 131420

[startup+3.10895 s]
/proc/loadavg: 4.08 4.31 4.37 2/111 17753
/proc/meminfo: memFree=2671688/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2416 CPUtime=0
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118128413 2473984 274 4294967295 134512640 135169312 3216875296 3216873832 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 604 274 231 161 0 43 0
[pid=17751] ppid=17750 vsize=155532 CPUtime=3.11
/proc/17751/stat : 17751 (SatElite) R 17750 17750 29143 0 -1 4202496 40071 0 0 0 293 18 0 0 25 0 1 0 1118128413 159264768 36289 4294967295 134512640 135034092 3215902208 3215898496 134566589 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17751/statm: 38883 36289 67 128 0 38753 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 157948

[startup+6.30879 s]
/proc/loadavg: 3.83 4.26 4.35 2/111 17753
/proc/meminfo: memFree=2658668/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2416 CPUtime=0
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118128413 2473984 274 4294967295 134512640 135169312 3216875296 3216873832 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 604 274 231 161 0 43 0
[pid=17751] ppid=17750 vsize=156168 CPUtime=6.31
/proc/17751/stat : 17751 (SatElite) R 17750 17750 29143 0 -1 4202496 47118 0 0 0 610 21 0 0 25 0 1 0 1118128413 159916032 36468 4294967295 134512640 135034092 3215902208 3215896896 134562066 0 0 0 3 0 0 0 17 2 0 0 0
/proc/17751/statm: 39042 36468 67 128 0 38912 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 158584

[startup+12.7085 s]
/proc/loadavg: 3.61 4.21 4.33 7/114 17757
/proc/meminfo: memFree=2522536/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=301700 CPUtime=11.52
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 65471 0 0 0 1072 80 0 0 16 0 4 0 1118129225 308940800 65390 4294967295 134512640 135305190 3215078752 3215076928 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/17754/statm: 75425 65390 79 194 0 75229 0
[pid=17754/tid=17755] ppid=17750 vsize=301700 CPUtime=2.34
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 1294 0 0 0 214 20 0 0 15 0 4 0 1118129433 308940800 65390 4294967295 134512640 135305190 3215078752 3011693760 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=301700 CPUtime=2.34
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 1331 0 0 0 220 14 0 0 15 0 4 0 1118129433 308940800 65390 4294967295 134512640 135305190 3215078752 3003305152 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=301700 CPUtime=2.37
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 1417 0 0 0 221 16 0 0 16 0 4 0 1118129433 308940800 65390 4294967295 134512640 135305190 3215078752 2994916544 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.64
Current children cumulated vsize (KiB) 304120

[startup+25.5072 s]
/proc/loadavg: 3.86 4.23 4.34 6/114 17942
/proc/meminfo: memFree=2513848/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=309956 CPUtime=61.83
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 67530 0 0 0 6097 86 0 0 16 0 4 0 1118129225 317394944 67449 4294967295 134512640 135305190 3215078752 3215076928 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/17754/statm: 77489 67449 79 194 0 77293 0
[pid=17754/tid=17755] ppid=17750 vsize=309956 CPUtime=14.85
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 1673 0 0 0 1462 23 0 0 17 0 4 0 1118129433 317394944 67449 4294967295 134512640 135305190 3215078752 3011693760 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=309956 CPUtime=14.75
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 2296 0 0 0 1460 15 0 0 25 0 4 0 1118129433 317394944 67449 4294967295 134512640 135305190 3215078752 3003305152 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=309956 CPUtime=15.17
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 1748 0 0 0 1500 17 0 0 18 0 4 0 1118129433 317394944 67449 4294967295 134512640 135305190 3215078752 2994916544 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 69.95
Current children cumulated vsize (KiB) 312376

[startup+51.1059 s]
/proc/loadavg: 4.10 4.26 4.34 6/114 17943
/proc/meminfo: memFree=2487560/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=336268 CPUtime=164.01
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 74177 0 0 0 16292 109 0 0 25 0 4 0 1118129225 344338432 74096 4294967295 134512640 135305190 3215078752 3215076608 134843311 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/17754/statm: 84067 74096 79 194 0 83871 0
[pid=17754/tid=17755] ppid=17750 vsize=336268 CPUtime=40.27
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 2886 0 0 0 3993 34 0 0 25 0 4 0 1118129433 344338432 74096 4294967295 134512640 135305190 3215078752 3011693704 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=336268 CPUtime=40.34
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 4853 0 0 0 4015 19 0 0 25 0 4 0 1118129433 344338432 74096 4294967295 134512640 135305190 3215078752 3003304832 134552302 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=336268 CPUtime=40.77
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 3110 0 0 0 4057 20 0 0 25 0 4 0 1118129433 344338432 74096 4294967295 134512640 135305190 3215078752 2994916544 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 172.13
Current children cumulated vsize (KiB) 338688

[startup+102.323 s]
/proc/loadavg: 4.14 4.25 4.34 5/114 18131
/proc/meminfo: memFree=2441180/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=381968 CPUtime=368.26
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 85569 0 0 0 36692 134 0 0 25 0 4 0 1118129225 391135232 85488 4294967295 134512640 135305190 3215078752 3215076928 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/17754/statm: 95492 85488 79 194 0 95296 0
[pid=17754/tid=17755] ppid=17750 vsize=381968 CPUtime=91.23
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 5262 0 0 0 9079 44 0 0 25 0 4 0 1118129433 391135232 85488 4294967295 134512640 135305190 3215078752 3011693704 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=381968 CPUtime=91.41
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 8842 0 0 0 9121 20 0 0 25 0 4 0 1118129433 391135232 85488 4294967295 134512640 135305190 3215078752 3003304832 134553245 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=381968 CPUtime=91.78
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 4994 0 0 0 9150 28 0 0 25 0 4 0 1118129433 391135232 85488 4294967295 134512640 135305190 3215078752 2994916272 134557336 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 376.38
Current children cumulated vsize (KiB) 384388

[startup+162.31 s]
/proc/loadavg: 4.05 4.20 4.31 5/114 18318
/proc/meminfo: memFree=2367116/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=456112 CPUtime=607.7
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 104017 0 0 0 60599 171 0 0 25 0 4 0 1118129225 467058688 103936 4294967295 134512640 135305190 3215078752 3215076928 134528277 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17754/statm: 114028 103936 79 194 0 113832 0
[pid=17754/tid=17755] ppid=17750 vsize=456112 CPUtime=151.18
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 8479 0 0 0 15070 48 0 0 25 0 4 0 1118129433 467058688 103936 4294967295 134512640 135305190 3215078752 3011693424 134551808 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=456112 CPUtime=151.33
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 15222 0 0 0 15105 28 0 0 25 0 4 0 1118129433 467058688 103936 4294967295 134512640 135305190 3215078752 3003304768 134551697 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=456112 CPUtime=151.56
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 8903 0 0 0 15121 35 0 0 25 0 4 0 1118129433 467058688 103936 4294967295 134512640 135305190 3215078752 2994916544 134528332 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 615.82
Current children cumulated vsize (KiB) 458532

[startup+222.307 s]
/proc/loadavg: 4.17 4.22 4.31 5/114 18506
/proc/meminfo: memFree=2300624/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12

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

/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 24633 0 0 0 51060 70 0 0 25 0 4 0 1118129433 743981056 171667 4294967295 134512640 135305190 3215078752 2994916544 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2053.02
Current children cumulated vsize (KiB) 728964

[startup+582.308 s]
/proc/loadavg: 4.35 4.32 4.31 5/114 19639
/proc/meminfo: memFree=1990660/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=831868 CPUtime=2284.43
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 198137 0 0 0 228089 354 0 0 25 0 4 0 1118129225 851832832 198056 4294967295 134512640 135305190 3215078752 3215076608 134843311 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/17754/statm: 207967 198056 79 194 0 207771 0
[pid=17754/tid=17755] ppid=17750 vsize=831868 CPUtime=570.17
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 27502 0 0 0 56927 90 0 0 25 0 4 0 1118129433 851832832 198056 4294967295 134512640 135305190 3215078752 3011693424 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=831868 CPUtime=570.62
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 43187 0 0 0 56998 64 0 0 25 0 4 0 1118129433 851832832 198056 4294967295 134512640 135305190 3215078752 3003305024 134857151 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=831868 CPUtime=571.13
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 30786 0 0 0 57029 84 0 0 25 0 4 0 1118129433 851832832 198056 4294967295 134512640 135305190 3215078752 2994916544 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2292.55
Current children cumulated vsize (KiB) 834288

[startup+642.305 s]
/proc/loadavg: 4.30 4.31 4.31 5/114 19831
/proc/meminfo: memFree=1986668/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=832940 CPUtime=2523.83
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 198433 0 0 0 252013 370 0 0 25 0 4 0 1118129225 852930560 198352 4294967295 134512640 135305190 3215078752 3215076592 134551639 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/17754/statm: 208235 198352 79 194 0 208039 0
[pid=17754/tid=17755] ppid=17750 vsize=832940 CPUtime=630.1
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 27570 0 0 0 62914 96 0 0 25 0 4 0 1118129433 852930560 198352 4294967295 134512640 135305190 3215078752 3011693760 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=832940 CPUtime=630.56
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 43285 0 0 0 62990 66 0 0 25 0 4 0 1118129433 852930560 198352 4294967295 134512640 135305190 3215078752 3003305152 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=832940 CPUtime=630.94
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 30859 0 0 0 63008 86 0 0 25 0 4 0 1118129433 852930560 198352 4294967295 134512640 135305190 3215078752 2994916544 134528576 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2531.95
Current children cumulated vsize (KiB) 835360

[startup+702.302 s]
/proc/loadavg: 4.27 4.29 4.30 5/114 20019
/proc/meminfo: memFree=1959892/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=863436 CPUtime=2763.2
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 205875 0 0 0 275931 389 0 0 25 0 4 0 1118129225 884158464 205794 4294967295 134512640 135305190 3215078752 3215076608 134843311 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/17754/statm: 215859 205794 79 194 0 215663 0
[pid=17754/tid=17755] ppid=17750 vsize=863436 CPUtime=690.03
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 29462 0 0 0 68904 99 0 0 25 0 4 0 1118129433 884158464 205794 4294967295 134512640 135305190 3215078752 3011693760 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=863436 CPUtime=690.41
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 44565 0 0 0 68970 71 0 0 25 0 4 0 1118129433 884158464 205794 4294967295 134512640 135305190 3215078752 3003304768 134551681 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=863436 CPUtime=690.84
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 32617 0 0 0 68993 91 0 0 25 0 4 0 1118129433 884158464 205794 4294967295 134512640 135305190 3215078752 2994916272 134557493 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2771.32
Current children cumulated vsize (KiB) 865856

[startup+762.319 s]
/proc/loadavg: 4.43 4.33 4.31 5/114 20206
/proc/meminfo: memFree=1903332/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=917500 CPUtime=3002.66
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 219432 0 0 0 299843 423 0 0 25 0 4 0 1118129225 939520000 219351 4294967295 134512640 135305190 3215078752 3215076656 134556752 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/17754/statm: 229375 219351 79 194 0 229179 0
[pid=17754/tid=17755] ppid=17750 vsize=917500 CPUtime=749.79
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 33067 0 0 0 74868 111 0 0 25 0 4 0 1118129433 939520000 219351 4294967295 134512640 135305190 3215078752 3011693760 134528617 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=917500 CPUtime=750.16
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 47445 0 0 0 74933 83 0 0 25 0 4 0 1118129433 939520000 219351 4294967295 134512640 135305190 3215078752 3003304768 134551974 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=917500 CPUtime=750.85
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 35598 0 0 0 74990 95 0 0 25 0 4 0 1118129433 939520000 219351 4294967295 134512640 135305190 3215078752 2994916544 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3010.78
Current children cumulated vsize (KiB) 919920

[startup+822.316 s]
/proc/loadavg: 4.32 4.31 4.30 6/114 20394
/proc/meminfo: memFree=1897156/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=926076 CPUtime=3242.11
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 221623 0 0 0 323773 438 0 0 25 0 4 0 1118129225 948301824 221542 4294967295 134512640 135305190 3215078752 3215076928 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17754/statm: 231519 221542 79 194 0 231323 0
[pid=17754/tid=17755] ppid=17750 vsize=926076 CPUtime=809.63
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 33611 0 0 0 80845 118 0 0 25 0 4 0 1118129433 948301824 221542 4294967295 134512640 135305190 3215078752 3011693872 134565634 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=926076 CPUtime=810.06
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 48057 0 0 0 80921 85 0 0 25 0 4 0 1118129433 948301824 221542 4294967295 134512640 135305190 3215078752 3003305264 134563883 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=926076 CPUtime=810.79
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 36035 0 0 0 80983 96 0 0 25 0 4 0 1118129433 948301824 221542 4294967295 134512640 135305190 3215078752 2994916544 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3250.23
Current children cumulated vsize (KiB) 928496

[startup+882.312 s]
/proc/loadavg: 4.56 4.38 4.32 5/114 20582
/proc/meminfo: memFree=1831336/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=989996 CPUtime=3481.56
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 237554 0 0 0 347687 469 0 0 25 0 4 0 1118129225 1013755904 237473 4294967295 134512640 135305190 3215078752 3215076928 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17754/statm: 247499 237473 79 194 0 247303 0
[pid=17754/tid=17755] ppid=17750 vsize=989996 CPUtime=869.55
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 37216 0 0 0 86833 122 0 0 25 0 4 0 1118129433 1013755904 237473 4294967295 134512640 135305190 3215078752 3011693760 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=989996 CPUtime=869.86
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 52057 0 0 0 86890 96 0 0 25 0 4 0 1118129433 1013755904 237473 4294967295 134512640 135305190 3215078752 3003305152 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=989996 CPUtime=870.58
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 39669 0 0 0 86955 103 0 0 25 0 4 0 1118129433 1013755904 237473 4294967295 134512640 135305190 3215078752 2994916272 134556558 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3489.68
Current children cumulated vsize (KiB) 992416

[startup+942.309 s]
/proc/loadavg: 4.64 4.43 4.34 6/114 20770
/proc/meminfo: memFree=1822328/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=1001624 CPUtime=3721.05
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 240280 0 0 0 371619 486 0 0 25 0 4 0 1118129225 1025662976 240199 4294967295 134512640 135305190 3215078752 3215076656 134557923 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17754/statm: 250406 240199 79 194 0 250210 0
[pid=17754/tid=17755] ppid=17750 vsize=1001624 CPUtime=929.2
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 37903 0 0 0 92796 124 0 0 25 0 4 0 1118129433 1025662976 240199 4294967295 134512640 135305190 3215078752 3011693760 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=1001624 CPUtime=929.79
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 52841 0 0 0 92879 100 0 0 25 0 4 0 1118129433 1025662976 240199 4294967295 134512640 135305190 3215078752 3003305152 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=1001624 CPUtime=930.52
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 40233 0 0 0 92944 108 0 0 25 0 4 0 1118129433 1025662976 240199 4294967295 134512640 135305190 3215078752 2994916544 134528319 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3729.17
Current children cumulated vsize (KiB) 1004044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.44 4.41 4.34 6/114 20962
/proc/meminfo: memFree=1808192/3368532 swapFree=1959840/1959888
[pid=17750] ppid=17748 vsize=2420 CPUtime=8.12
/proc/17750/stat : 17750 (manysat.sh) S 17748 17750 29143 0 -1 4194304 371 50005 0 0 0 0 782 30 18 0 1 0 1118128413 2478080 276 4294967295 134512640 135169312 3216875296 3216871512 3085479662 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/17750/statm: 605 276 231 161 0 44 0
[pid=17754] ppid=17750 vsize=1013424 CPUtime=3951.38
/proc/17754/stat : 17754 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202496 243365 0 0 0 394638 500 0 0 25 0 4 0 1118129225 1037746176 243284 4294967295 134512640 135305190 3215078752 3215076928 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/17754/statm: 253356 243284 79 194 0 253160 0
[pid=17754/tid=17755] ppid=17750 vsize=1013424 CPUtime=986.72
/proc/17754/task/17755/stat : 17755 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 38578 0 0 0 98546 126 0 0 25 0 4 0 1118129433 1037746176 243284 4294967295 134512640 135305190 3215078752 3011693760 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=17754/tid=17756] ppid=17750 vsize=1013424 CPUtime=987.49
/proc/17754/task/17756/stat : 17756 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 53619 0 0 0 98647 102 0 0 25 0 4 0 1118129433 1037746176 243284 4294967295 134512640 135305190 3215078752 3003305152 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=17754/tid=17757] ppid=17750 vsize=1013424 CPUtime=988.06
/proc/17754/task/17757/stat : 17757 (manysat1.1_stat) R 17750 17750 29143 0 -1 4202560 40979 0 0 0 98694 112 0 0 25 0 4 0 1118129433 1037746176 243284 4294967295 134512640 135305190 3215078752 2994916544 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3959.5
Current children cumulated vsize (KiB) 1015844

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

Real time (s): 1000.04
CPU time (s): 3959.5
CPU user time (s): 3954.2
CPU system time (s): 5.3
CPU usage (%): 395.935
Max. virtual memory (cumulated for all children) (KiB): 1015844

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 20:17:34
IDJOB=1780702
IDBENCH=71050
IDSOLVER=626
FILE ID=/1780702-1243534654
PBS_JOBID=
Free space on /tmp= 7961 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780702-1243534654/watcher-1780702-1243534654 -o /tmp/evaluation-result-1780702-1243534654/solver-1780702-1243534654 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780702-1243534654.cnf aimd 2

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED= 464396947

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:       2811180 kB
Buffers:         50692 kB
Cached:         406924 kB
SwapCached:          0 kB
Active:          75648 kB
Inactive:       400932 kB
HighTotal:     2489216 kB
HighFree:      2062736 kB
LowTotal:       879316 kB
LowFree:        748444 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           28540 kB
Writeback:           0 kB
AnonPages:       19264 kB
Mapped:           7700 kB
Slab:            70880 kB
SReclaimable:    58748 kB
SUnreclaim:      12132 kB
PageTables:        684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111080 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7933 MiB
End job on  at 2009-05-28 20:34:18