Trace number 1778839

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) 3985.24 1000.04

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate128.cnf
MD5SUMf21954c654ab1cfd9e2c1aa6fdf49c58
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 variables138559
Number of clauses415292
Sum of the clauses size969012
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2276860
Number of clauses of size 3138430
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.30/0.32	c ==============================================================================
0.30/0.32	c |           |     ORIGINAL     |              LEARNT              |          |
0.30/0.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.30/0.32	c ==============================================================================
0.30/0.32	c |         0 |  415290   969010 |  124586       0        0     nan |  0.000 % |
2.00/2.02	c |         0 |  316116   885852 |      --       0       --      -- |     --   | -99172/-83153
2.00/2.02	c ==============================================================================
2.00/2.02	c Result  :   #vars: 76931   #clauses: 316116   #literals: 885852
2.00/2.02	c CPU time:   1.94 s
2.00/2.02	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-1778839-1243515963/watcher-1778839-1243515963 -o /tmp/evaluation-result-1778839-1243515963/solver-1778839-1243515963 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1778839-1243515963.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.86 4.19 4.24 3/116 6054
/proc/meminfo: memFree=3036124/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2416 CPUtime=0
/proc/6053/stat : 6053 (manysat.sh) R 6051 6053 12261 0 -1 4194304 335 0 0 0 0 0 0 0 20 0 1 0 1116276111 2473984 273 4294967295 134512640 135169312 3215240592 3215239068 3085690740 0 65538 4 65536 0 0 0 17 1 0 0 0
/proc/6053/statm: 604 273 231 161 0 43 0
[pid=6054] ppid=6053 vsize=2416 CPUtime=0
/proc/6054/stat : 6054 (manysat.sh) R 6053 6053 12261 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1116276111 2473984 42 4294967295 134512640 135169312 3215240592 3215239068 3085690740 0 65538 4 65536 0 0 0 17 1 0 0 0
/proc/6054/statm: 604 42 0 161 0 43 0

[startup+0.041788 s]
/proc/loadavg: 3.86 4.19 4.24 3/116 6054
/proc/meminfo: memFree=3036124/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2416 CPUtime=0
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1116276111 2473984 273 4294967295 134512640 135169312 3215240592 3215239128 3085688558 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/6053/statm: 604 273 231 161 0 43 0
[pid=6054] ppid=6053 vsize=8012 CPUtime=0.03
/proc/6054/stat : 6054 (SatElite) R 6053 6053 12261 0 -1 4202496 1658 0 0 0 3 0 0 0 18 0 1 0 1116276111 8204288 1595 4294967295 134512640 135034092 3218677920 3218673880 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6054/statm: 2003 1596 49 128 0 1873 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10428

[startup+0.111793 s]
/proc/loadavg: 3.86 4.19 4.24 3/116 6054
/proc/meminfo: memFree=3036124/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2416 CPUtime=0
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1116276111 2473984 273 4294967295 134512640 135169312 3215240592 3215239128 3085688558 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/6053/statm: 604 273 231 161 0 43 0
[pid=6054] ppid=6053 vsize=19580 CPUtime=0.1
/proc/6054/stat : 6054 (SatElite) R 6053 6053 12261 0 -1 4202496 4503 0 0 0 9 1 0 0 18 0 1 0 1116276111 20049920 4440 4294967295 134512640 135034092 3218677920 3218673912 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6054/statm: 4895 4441 49 128 0 4765 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 21996

[startup+0.311777 s]
/proc/loadavg: 3.86 4.19 4.24 3/116 6054
/proc/meminfo: memFree=3036124/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2416 CPUtime=0
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1116276111 2473984 273 4294967295 134512640 135169312 3215240592 3215239128 3085688558 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/6053/statm: 604 273 231 161 0 43 0
[pid=6054] ppid=6053 vsize=62612 CPUtime=0.3
/proc/6054/stat : 6054 (SatElite) R 6053 6053 12261 0 -1 4202496 12663 0 0 0 26 4 0 0 18 0 1 0 1116276111 64114688 12600 4294967295 134512640 135034092 3218677920 3218675160 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6054/statm: 15653 12600 50 128 0 15523 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 65028

[startup+0.711761 s]
/proc/loadavg: 3.86 4.19 4.24 3/116 6054
/proc/meminfo: memFree=3036124/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2416 CPUtime=0
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1116276111 2473984 273 4294967295 134512640 135169312 3215240592 3215239128 3085688558 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/6053/statm: 604 273 231 161 0 43 0
[pid=6054] ppid=6053 vsize=80136 CPUtime=0.7
/proc/6054/stat : 6054 (SatElite) R 6053 6053 12261 0 -1 4202496 17520 0 0 0 63 7 0 0 18 0 1 0 1116276111 82059264 16306 4294967295 134512640 135034092 3218677920 3218673916 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6054/statm: 20034 16306 67 128 0 19904 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 82552

[startup+1.51173 s]
/proc/loadavg: 3.86 4.19 4.24 2/117 6055
/proc/meminfo: memFree=2964792/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2416 CPUtime=0
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 350 0 0 0 0 0 0 0 20 0 1 0 1116276111 2473984 273 4294967295 134512640 135169312 3215240592 3215239128 3085688558 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/6053/statm: 604 273 231 161 0 43 0
[pid=6054] ppid=6053 vsize=84060 CPUtime=1.5
/proc/6054/stat : 6054 (SatElite) R 6053 6053 12261 0 -1 4202496 18673 0 0 0 142 8 0 0 20 0 1 0 1116276111 86077440 17323 4294967295 134512640 135034092 3218677920 3218674224 134577069 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6054/statm: 21015 17323 67 128 0 20885 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 86476

[startup+3.11168 s]
/proc/loadavg: 3.86 4.19 4.24 2/117 6055
/proc/meminfo: memFree=2961240/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 2420
heavy processes:

[startup+6.31155 s]
/proc/loadavg: 3.96 4.21 4.24 6/120 6060
/proc/meminfo: memFree=2922724/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=137444 CPUtime=13.52
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 25924 0 0 0 1306 46 0 0 16 0 4 0 1116276351 140742656 25843 4294967295 134512640 135305190 3213288352 3213286524 134570384 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/6056/statm: 34361 25843 79 194 0 34165 0
[pid=6056/tid=6058] ppid=6053 vsize=137444 CPUtime=3.2
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 789 0 0 0 309 11 0 0 17 0 4 0 1116276411 140742656 25843 4294967295 134512640 135305190 3213288352 3050240944 134558351 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=137444 CPUtime=3.28
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 799 0 0 0 321 7 0 0 17 0 4 0 1116276411 140742656 25843 4294967295 134512640 135305190 3213288352 3041852608 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=137444 CPUtime=3.22
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1148 0 0 0 312 10 0 0 16 0 4 0 1116276411 140742656 25843 4294967295 134512640 135305190 3213288352 3033463728 134556558 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 139864

[startup+12.7113 s]
/proc/loadavg: 4.04 4.22 4.25 5/120 6061
/proc/meminfo: memFree=2920104/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=139480 CPUtime=39.08
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 26410 0 0 0 3861 47 0 0 25 0 4 0 1116276351 142827520 26329 4294967295 134512640 135305190 3213288352 3213286528 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/6056/statm: 34870 26329 79 194 0 34674 0
[pid=6056/tid=6058] ppid=6053 vsize=139480 CPUtime=9.6
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 881 0 0 0 949 11 0 0 25 0 4 0 1116276411 142827520 26329 4294967295 134512640 135305190 3213288352 3050241216 134528310 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=139480 CPUtime=9.64
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 928 0 0 0 957 7 0 0 25 0 4 0 1116276411 142827520 26329 4294967295 134512640 135305190 3213288352 3041852224 134551992 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=139480 CPUtime=9.62
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1322 0 0 0 951 11 0 0 25 0 4 0 1116276411 142827520 26329 4294967295 134512640 135305190 3213288352 3033464000 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (KiB) 141900

[startup+25.5108 s]
/proc/loadavg: 4.25 4.26 4.26 5/120 6061
/proc/meminfo: memFree=2911024/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=149916 CPUtime=90.2
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 28715 0 0 0 8971 49 0 0 25 0 4 0 1116276351 153513984 28609 4294967295 134512640 135305190 3213288352 3213286256 134558326 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/6056/statm: 37479 28609 79 194 0 37283 0
[pid=6056/tid=6058] ppid=6053 vsize=149916 CPUtime=22.4
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1047 0 0 0 2229 11 0 0 25 0 4 0 1116276411 153513984 28609 4294967295 134512640 135305190 3213288352 3050241216 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=149916 CPUtime=22.36
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1015 0 0 0 2229 7 0 0 25 0 4 0 1116276411 153513984 28609 4294967295 134512640 135305190 3213288352 3041852608 134528425 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=149916 CPUtime=22.42
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 3136 0 0 0 2231 11 0 0 25 0 4 0 1116276411 153513984 28609 4294967295 134512640 135305190 3213288352 3033464000 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 92.59
Current children cumulated vsize (KiB) 152336

[startup+51.1098 s]
/proc/loadavg: 4.23 4.25 4.26 5/120 6062
/proc/meminfo: memFree=2907800/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=153092 CPUtime=192.49
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 29514 0 0 0 19193 56 0 0 25 0 4 0 1116276351 156766208 29408 4294967295 134512640 135305190 3213288352 3213286192 134551651 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/6056/statm: 38273 29408 79 194 0 38077 0
[pid=6056/tid=6058] ppid=6053 vsize=153092 CPUtime=48
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1201 0 0 0 4787 13 0 0 25 0 4 0 1116276411 156766208 29408 4294967295 134512640 135305190 3213288352 3050241216 134528329 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=153092 CPUtime=47.84
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1225 0 0 0 4774 10 0 0 25 0 4 0 1116276411 156766208 29408 4294967295 134512640 135305190 3213288352 3041852288 134552302 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=153092 CPUtime=48.02
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 3479 0 0 0 4791 11 0 0 25 0 4 0 1116276411 156766208 29408 4294967295 134512640 135305190 3213288352 3033464000 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 194.88
Current children cumulated vsize (KiB) 155512

[startup+102.308 s]
/proc/loadavg: 4.41 4.30 4.27 5/120 6255
/proc/meminfo: memFree=2903444/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=157824 CPUtime=396.74
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 30719 0 0 0 39603 71 0 0 25 0 4 0 1116276351 161611776 30613 4294967295 134512640 135305190 3213288352 3213286528 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/6056/statm: 39456 30613 79 194 0 39260 0
[pid=6056/tid=6058] ppid=6053 vsize=157824 CPUtime=99.09
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1401 0 0 0 9892 17 0 0 25 0 4 0 1116276411 161611776 30613 4294967295 134512640 135305190 3213288352 3050241216 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=157824 CPUtime=98.69
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1473 0 0 0 9852 17 0 0 25 0 4 0 1116276411 161611776 30613 4294967295 134512640 135305190 3213288352 3041852608 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=157824 CPUtime=99.16
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 4085 0 0 0 9902 14 0 0 25 0 4 0 1116276411 161611776 30613 4294967295 134512640 135305190 3213288352 3033463728 134557163 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 399.13
Current children cumulated vsize (KiB) 160244

[startup+162.315 s]
/proc/loadavg: 4.54 4.35 4.29 6/120 6444
/proc/meminfo: memFree=2897632/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=162860 CPUtime=636.57
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 32151 0 0 0 63572 85 0 0 25 0 4 0 1116276351 166768640 32045 4294967295 134512640 135305190 3213288352 3213286528 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/6056/statm: 40715 32045 79 194 0 40519 0
[pid=6056/tid=6058] ppid=6053 vsize=162860 CPUtime=158.99
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1551 0 0 0 15880 19 0 0 25 0 4 0 1116276411 166768640 32045 4294967295 134512640 135305190 3213288352 3050241216 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=162860 CPUtime=158.69
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 1639 0 0 0 15848 21 0 0 25 0 4 0 1116276411 166768640 32045 4294967295 134512640 135305190 3213288352 3041852608 134528805 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=162860 CPUtime=159.08
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 5072 0 0 0 15891 17 0 0 25 0 4 0 1116276411 166768640 32045 4294967295 134512640 135305190 3213288352 3033463792 134550986 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 638.96
Current children cumulated vsize (KiB) 165280


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

/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 9216 0 0 0 51735 49 0 0 25 0 4 0 1116276411 197419008 38819 4294967295 134512640 135305190 3213288352 3033463792 134548949 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2077.64
Current children cumulated vsize (KiB) 195212

[startup+582.309 s]
/proc/loadavg: 4.55 4.54 4.39 7/121 7637
/proc/meminfo: memFree=2868344/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=193788 CPUtime=2315
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 39167 0 0 0 231310 190 0 0 25 0 4 0 1116276351 198438912 39054 4294967295 134512640 135305190 3213288352 3213286528 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/6056/statm: 48447 39054 79 194 0 48251 0
[pid=6056/tid=6058] ppid=6053 vsize=193788 CPUtime=578.9
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2746 0 0 0 57846 44 0 0 25 0 4 0 1116276411 198438912 39054 4294967295 134512640 135305190 3213288352 3050240944 134556807 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=193788 CPUtime=578.68
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2449 0 0 0 57824 44 0 0 25 0 4 0 1116276411 198438912 39054 4294967295 134512640 135305190 3213288352 3041852608 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=193788 CPUtime=577.66
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 9234 0 0 0 57713 53 0 0 25 0 4 0 1116276411 198438912 39054 4294967295 134512640 135305190 3213288352 3033463664 134551974 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2317.39
Current children cumulated vsize (KiB) 196208

[startup+642.306 s]
/proc/loadavg: 4.47 4.50 4.38 6/121 7858
/proc/meminfo: memFree=2867580/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=193932 CPUtime=2554.69
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 39213 0 0 0 255267 202 0 0 25 0 4 0 1116276351 198586368 39100 4294967295 134512640 135305190 3213288352 3213286256 134557241 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6056/statm: 48483 39100 79 194 0 48287 0
[pid=6056/tid=6058] ppid=6053 vsize=193932 CPUtime=638.9
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2748 0 0 0 63841 49 0 0 25 0 4 0 1116276411 198586368 39100 4294967295 134512640 135305190 3213288352 3050241216 134528319 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=193932 CPUtime=638.67
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2483 0 0 0 63820 47 0 0 25 0 4 0 1116276411 198586368 39100 4294967295 134512640 135305190 3213288352 3041852608 134528256 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=193932 CPUtime=637.52
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 9241 0 0 0 63699 53 0 0 25 0 4 0 1116276411 198586368 39100 4294967295 134512640 135305190 3213288352 3033464000 134528936 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2557.08
Current children cumulated vsize (KiB) 196352

[startup+702.314 s]
/proc/loadavg: 4.43 4.49 4.38 6/120 7962
/proc/meminfo: memFree=2867764/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=194180 CPUtime=2794.57
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 39265 0 0 0 279243 214 0 0 25 0 4 0 1116276351 198840320 39152 4294967295 134512640 135305190 3213288352 3213286256 134556558 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6056/statm: 48545 39152 79 194 0 48349 0
[pid=6056/tid=6058] ppid=6053 vsize=194180 CPUtime=698.91
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2751 0 0 0 69841 50 0 0 25 0 4 0 1116276411 198840320 39152 4294967295 134512640 135305190 3213288352 3050241216 134528341 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=194180 CPUtime=698.67
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2485 0 0 0 69816 51 0 0 25 0 4 0 1116276411 198840320 39152 4294967295 134512640 135305190 3213288352 3041852608 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=194180 CPUtime=697.4
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 9288 0 0 0 69686 54 0 0 25 0 4 0 1116276411 198840320 39152 4294967295 134512640 135305190 3213288352 3033463792 134548949 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2796.96
Current children cumulated vsize (KiB) 196600

[startup+762.311 s]
/proc/loadavg: 4.56 4.52 4.40 7/121 8159
/proc/meminfo: memFree=2864360/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=197884 CPUtime=3034.08
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 40164 0 0 0 303176 232 0 0 25 0 4 0 1116276351 202633216 40051 4294967295 134512640 135305190 3213288352 3213286256 134557241 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/6056/statm: 49471 40051 79 194 0 49275 0
[pid=6056/tid=6058] ppid=6053 vsize=197884 CPUtime=758.91
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2920 0 0 0 75836 55 0 0 25 0 4 0 1116276411 202633216 40051 4294967295 134512640 135305190 3213288352 3050240944 134557241 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=197884 CPUtime=758.39
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2591 0 0 0 75779 60 0 0 25 0 4 0 1116276411 202633216 40051 4294967295 134512640 135305190 3213288352 3041852288 134552302 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=197884 CPUtime=757.23
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 9830 0 0 0 75665 58 0 0 25 0 4 0 1116276411 202633216 40051 4294967295 134512640 135305190 3213288352 3033464000 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3036.47
Current children cumulated vsize (KiB) 200304

[startup+822.309 s]
/proc/loadavg: 4.52 4.53 4.41 5/120 8340
/proc/meminfo: memFree=2860572/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=202712 CPUtime=3273.73
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 41348 0 0 0 327125 248 0 0 25 0 4 0 1116276351 207577088 41235 4294967295 134512640 135305190 3213288352 3213286528 134528557 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/6056/statm: 50678 41235 79 194 0 50482 0
[pid=6056/tid=6058] ppid=6053 vsize=202712 CPUtime=818.91
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 3056 0 0 0 81835 56 0 0 25 0 4 0 1116276411 207577088 41235 4294967295 134512640 135305190 3213288352 3050240880 134551671 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=202712 CPUtime=818.22
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2705 0 0 0 81749 73 0 0 25 0 4 0 1116276411 207577088 41235 4294967295 134512640 135305190 3213288352 3041852608 134528157 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=202712 CPUtime=817.11
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 10658 0 0 0 81651 60 0 0 25 0 4 0 1116276411 207577088 41235 4294967295 134512640 135305190 3213288352 3033463792 134548920 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3276.12
Current children cumulated vsize (KiB) 205132

[startup+882.317 s]
/proc/loadavg: 4.76 4.58 4.43 5/120 8528
/proc/meminfo: memFree=2856480/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=206752 CPUtime=3513.44
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 42320 0 0 0 351074 270 0 0 25 0 4 0 1116276351 211714048 42207 4294967295 134512640 135305190 3213288352 3213286528 134528851 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/6056/statm: 51688 42207 79 194 0 51492 0
[pid=6056/tid=6058] ppid=6053 vsize=206752 CPUtime=878.87
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 3202 0 0 0 87828 59 0 0 25 0 4 0 1116276411 211714048 42207 4294967295 134512640 135305190 3213288352 3050240944 134557557 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=206752 CPUtime=878.15
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 2989 0 0 0 87740 75 0 0 25 0 4 0 1116276411 211714048 42207 4294967295 134512640 135305190 3213288352 3041852608 134528545 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=206752 CPUtime=876.97
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 11108 0 0 0 87628 69 0 0 25 0 4 0 1116276411 211714048 42207 4294967295 134512640 135305190 3213288352 3033463792 134550983 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3515.83
Current children cumulated vsize (KiB) 209172

[startup+942.314 s]
/proc/loadavg: 4.57 4.56 4.43 5/120 8716
/proc/meminfo: memFree=2852140/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=211248 CPUtime=3752.87
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 43453 0 0 0 375001 286 0 0 25 0 4 0 1116276351 216317952 43340 4294967295 134512640 135305190 3213288352 3213286256 134556558 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/6056/statm: 52812 43340 79 194 0 52616 0
[pid=6056/tid=6058] ppid=6053 vsize=211248 CPUtime=938.56
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 3414 0 0 0 93788 68 0 0 25 0 4 0 1116276411 216317952 43340 4294967295 134512640 135305190 3213288352 3050241216 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=211248 CPUtime=938.07
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 3306 0 0 0 93729 78 0 0 25 0 4 0 1116276411 216317952 43340 4294967295 134512640 135305190 3213288352 3041852288 134553482 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=211248 CPUtime=936.85
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 11512 0 0 0 93613 72 0 0 25 0 4 0 1116276411 216317952 43340 4294967295 134512640 135305190 3213288352 3033463664 134551854 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3755.26
Current children cumulated vsize (KiB) 213668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.64 4.59 4.45 5/120 8905
/proc/meminfo: memFree=2844700/3368532 swapFree=1941392/1959888
[pid=6053] ppid=6051 vsize=2420 CPUtime=2.39
/proc/6053/stat : 6053 (manysat.sh) S 6051 6053 12261 0 -1 4194304 371 19220 0 0 0 0 230 9 18 0 1 0 1116276111 2478080 275 4294967295 134512640 135169312 3215240592 3215236808 3085688558 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6053/statm: 605 275 231 161 0 44 0
[pid=6056] ppid=6053 vsize=219208 CPUtime=3982.85
/proc/6056/stat : 6056 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202496 45414 0 0 0 397980 305 0 0 25 0 4 0 1116276351 224468992 45301 4294967295 134512640 135305190 3213288352 3213286256 134556819 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/6056/statm: 54802 45301 79 194 0 54606 0
[pid=6056/tid=6058] ppid=6053 vsize=219208 CPUtime=996.07
/proc/6056/task/6058/stat : 6058 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 3781 0 0 0 99536 71 0 0 25 0 4 0 1116276411 224468992 45301 4294967295 134512640 135305190 3213288352 3050240944 134557241 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6056/tid=6059] ppid=6053 vsize=219208 CPUtime=995.77
/proc/6056/task/6059/stat : 6059 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 3809 0 0 0 99492 85 0 0 25 0 4 0 1116276411 224468992 45301 4294967295 134512640 135305190 3213288352 3041852608 134528480 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=6056/tid=6060] ppid=6053 vsize=219208 CPUtime=993.93
/proc/6056/task/6060/stat : 6060 (manysat1.1_stat) R 6053 6053 12261 0 -1 4202560 12193 0 0 0 99318 75 0 0 25 0 4 0 1116276411 224468992 45301 4294967295 134512640 135305190 3213288352 3033464000 134528557 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3985.24
Current children cumulated vsize (KiB) 221628

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 6053 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=300000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=90000
# CPU time returned by wait4() is 2.39
# while last known CPU time is 3985.24
#
# 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): 3985.24
CPU user time (s): 3982.1
CPU system time (s): 3.14
CPU usage (%): 398.507
Max. virtual memory (cumulated for all children) (KiB): 221628

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 15:06:03
IDJOB=1778839
IDBENCH=70772
IDSOLVER=623
FILE ID=/1778839-1243515963
PBS_JOBID=
Free space on /tmp= 15723 MiB

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

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

MD5SUM BENCH= f21954c654ab1cfd9e2c1aa6fdf49c58
RANDOM SEED= 1658182246

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:       3036224 kB
Buffers:         29584 kB
Cached:         222232 kB
SwapCached:       4320 kB
Active:         138528 kB
Inactive:       124228 kB
HighTotal:     2489216 kB
HighFree:      2254392 kB
LowTotal:       879316 kB
LowFree:        781832 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:            8836 kB
Writeback:           0 kB
AnonPages:        9756 kB
Mapped:           4076 kB
Slab:            59280 kB
SReclaimable:    50172 kB
SUnreclaim:       9108 kB
PageTables:        748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127444 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15712 MiB
End job on  at 2009-05-28 15:22:45