Trace number 1773716

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? (TO) 10000.2 5017.82

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl128.cnf
MD5SUMd464f22dd212ad9afa317dae82dd7350
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 variables301759
Number of clauses904892
Sum of the clauses size2111412
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2603260
Number of clauses of size 3301630
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.79/0.84	c ==============================================================================
0.79/0.84	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.84	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.84	c ==============================================================================
0.79/0.84	c |         0 |  904890  2111410 |  271466       0        0     nan |  0.000 % |
11.27/11.37	c |         0 |  561543  1734504 |      --       0       --      -- |     --   | -343345/-376901
11.27/11.38	c ==============================================================================
11.27/11.38	c Result  :   #vars: 110076   #clauses: 561543   #literals: 1734504
11.27/11.38	c CPU time:   11.0023 s
11.27/11.38	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773716-1241288164/watcher-1773716-1241288164 -o /tmp/evaluation-result-1773716-1241288164/solver-1773716-1241288164 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773716-1241288164.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): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.53 3.86 3.27 3/64 32260
/proc/meminfo: memFree=1261000/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=0
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156850516 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 235 195 169 0 50 0
[pid=32261] ppid=32260 vsize=956 CPUtime=0
/proc/32261/stat : 32261 (SatElite) R 32260 32260 32085 0 -1 4194304 161 0 0 0 0 0 0 0 19 0 1 0 156850516 978944 145 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/32261/statm: 275 149 50 127 0 145 0

[startup+0.098612 s]
/proc/loadavg: 3.53 3.86 3.27 3/64 32260
/proc/meminfo: memFree=1261000/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=0
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156850516 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 235 195 169 0 50 0
[pid=32261] ppid=32260 vsize=16116 CPUtime=0.08
/proc/32261/stat : 32261 (SatElite) R 32260 32260 32085 0 -1 4194304 3451 0 0 0 8 0 0 0 19 0 1 0 156850516 16502784 3435 1992294400 134512640 135034092 4294956112 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/32261/statm: 4062 3436 50 127 0 3932 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21472

[startup+0.101611 s]
/proc/loadavg: 3.53 3.86 3.27 3/64 32260
/proc/meminfo: memFree=1261000/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=0
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156850516 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 235 195 169 0 50 0
[pid=32261] ppid=32260 vsize=16512 CPUtime=0.09
/proc/32261/stat : 32261 (SatElite) R 32260 32260 32085 0 -1 4194304 3551 0 0 0 8 1 0 0 19 0 1 0 156850516 16908288 3535 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/32261/statm: 4128 3535 50 127 0 3998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21868

[startup+0.30163 s]
/proc/loadavg: 3.53 3.86 3.27 3/64 32260
/proc/meminfo: memFree=1261000/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=0
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156850516 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 235 195 169 0 50 0
[pid=32261] ppid=32260 vsize=42332 CPUtime=0.29
/proc/32261/stat : 32261 (SatElite) R 32260 32260 32085 0 -1 4194304 10206 0 0 0 25 4 0 0 21 0 1 0 156850516 43347968 10190 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/32261/statm: 10583 10191 50 127 0 10453 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47688

[startup+0.701669 s]
/proc/loadavg: 3.53 3.86 3.27 3/64 32260
/proc/meminfo: memFree=1261000/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=0
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156850516 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 235 195 169 0 50 0
[pid=32261] ppid=32260 vsize=116096 CPUtime=0.69
/proc/32261/stat : 32261 (SatElite) R 32260 32260 32085 0 -1 4194304 23359 0 0 0 58 11 0 0 25 0 1 0 156850516 118882304 23343 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/32261/statm: 29024 23343 50 127 0 28894 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121452

[startup+1.50175 s]
/proc/loadavg: 3.53 3.86 3.27 2/66 32262
/proc/meminfo: memFree=1141432/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=0
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156850516 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 235 195 169 0 50 0
[pid=32261] ppid=32260 vsize=145572 CPUtime=1.48
/proc/32261/stat : 32261 (SatElite) R 32260 32260 32085 0 -1 4194304 32528 0 0 0 133 15 0 0 25 0 1 0 156850516 149065728 29974 1992294400 134512640 135034092 4294956112 18446744073709551615 134547190 0 0 4096 3 0 0 0 17 0 0 0
/proc/32261/statm: 36393 29974 68 127 0 36263 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 150928

[startup+3.10291 s]
/proc/loadavg: 3.41 3.82 3.26 2/66 32262
/proc/meminfo: memFree=1134648/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=0
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156850516 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 235 195 169 0 50 0
[pid=32261] ppid=32260 vsize=148448 CPUtime=3.09
/proc/32261/stat : 32261 (SatElite) R 32260 32260 32085 0 -1 4194304 33212 0 0 0 289 20 0 0 25 0 1 0 156850516 152010752 30658 1992294400 134512640 135034092 4294956112 18446744073709551615 134566273 0 0 4096 3 0 0 0 17 0 0 0
/proc/32261/statm: 37112 30658 68 127 0 36982 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153804

[startup+6.30123 s]
/proc/loadavg: 3.41 3.82 3.26 2/66 32262
/proc/meminfo: memFree=1117432/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=0
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156850516 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 235 195 169 0 50 0
[pid=32261] ppid=32260 vsize=157316 CPUtime=6.28
/proc/32261/stat : 32261 (SatElite) R 32260 32260 32085 0 -1 4194304 35236 0 0 0 602 26 0 0 25 0 1 0 156850516 161091584 32682 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/32261/statm: 39329 32682 68 127 0 39199 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 162672

[startup+12.7019 s]
/proc/loadavg: 3.30 3.79 3.25 2/66 32262
/proc/meminfo: memFree=1069688/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 5356

[startup+25.5021 s]
/proc/loadavg: 3.32 3.77 3.26 5/69 32266
/proc/meminfo: memFree=1036576/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=223244 CPUtime=24.99
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 44909 0 0 0 2448 51 0 0 17 0 4 0 156851733 228601856 44886 1992294400 134512640 135305190 4294956160 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 55811 44886 83 193 0 55615 0
[pid=32263/tid=32264] ppid=32260 vsize=223244 CPUtime=5.93
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 1925 0 0 0 586 7 0 0 17 0 4 0 156851873 228601856 44886 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32265] ppid=32260 vsize=223244 CPUtime=6.08
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 1829 0 0 0 600 8 0 0 17 0 4 0 156851873 228601856 44886 1992294400 134512640 135305190 4294956160 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32266] ppid=32260 vsize=223244 CPUtime=5.76
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 1893 0 0 0 567 9 0 0 17 0 4 0 156851873 228601856 44886 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.13
Current children cumulated vsize (KiB) 228600

[startup+51.1017 s]
/proc/loadavg: 3.55 3.79 3.27 5/69 32266
/proc/meminfo: memFree=1017888/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=240972 CPUtime=76.04
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 49364 0 0 0 7547 57 0 0 19 0 4 0 156851733 246755328 49341 1992294400 134512640 135305190 4294956160 18446744073709551615 134557266 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 60243 49341 83 193 0 60047 0
[pid=32263/tid=32264] ppid=32260 vsize=240972 CPUtime=16.89
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 2435 0 0 0 1680 9 0 0 20 0 4 0 156851873 246755328 49341 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32265] ppid=32260 vsize=240972 CPUtime=19.9
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 3986 0 0 0 1979 11 0 0 18 0 4 0 156851873 246755328 49341 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32266] ppid=32260 vsize=240972 CPUtime=18.13
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 2975 0 0 0 1803 10 0 0 17 0 4 0 156851873 246755328 49341 1992294400 134512640 135305190 4294956160 18446744073709551615 134557305 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.18
Current children cumulated vsize (KiB) 246328

[startup+102.307 s]
/proc/loadavg: 3.75 3.81 3.31 5/69 32266
/proc/meminfo: memFree=1000288/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=259096 CPUtime=178.22
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 53946 0 0 0 17760 62 0 0 19 0 4 0 156851733 265314304 53923 1992294400 134512640 135305190 4294956160 18446744073709551615 134551860 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 64774 53923 83 193 0 64578 0
[pid=32263/tid=32264] ppid=32260 vsize=259096 CPUtime=47.11
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 3531 0 0 0 4701 10 0 0 19 0 4 0 156851873 265314304 53923 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32265] ppid=32260 vsize=259096 CPUtime=46.69
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 5868 0 0 0 4656 13 0 0 20 0 4 0 156851873 265314304 53923 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32260 vsize=259096 CPUtime=41.41
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 3770 0 0 0 4131 10 0 0 17 0 4 0 156851873 265314304 53923 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 190.36
Current children cumulated vsize (KiB) 264452

[startup+162.302 s]
/proc/loadavg: 3.90 3.84 3.34 5/69 32266
/proc/meminfo: memFree=992480/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=267120 CPUtime=297.95
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 55909 0 0 0 29729 66 0 0 25 0 4 0 156851733 273530880 55858 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32263/statm: 66780 55858 83 193 0 66584 0
[pid=32263/tid=32264] ppid=32260 vsize=267120 CPUtime=79.21
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 3882 0 0 0 7910 11 0 0 20 0 4 0 156851873 273530880 55858 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32265] ppid=32260 vsize=267120 CPUtime=70.5
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 6242 0 0 0 7036 14 0 0 25 0 4 0 156851873 273530880 55858 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32260 vsize=267120 CPUtime=66.99
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 4166 0 0 0 6688 11 0 0 25 0 4 0 156851873 273530880 55858 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 310.09
Current children cumulated vsize (KiB) 272476

[startup+222.302 s]
/proc/loadavg: 3.96 3.86 3.39 5/69 32266
/proc/meminfo: memFree=981472/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=278380 CPUtime=417.7
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 58670 0 0 0 41700 70 0 0 19 0 4 0 156851733 285061120 58619 1992294400 134512640 135305190 4294956160 18446744073709551615 134551857 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32263/statm: 69595 58619 83 193 0 69399 0
[pid=32263/tid=32264] ppid=32260 vsize=278380 CPUtime=112.9
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 4561 0 0 0 11278 12 0 0 18 0 4 0 156851873 285061120 58619 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32265] ppid=32260 vsize=278380 CPUtime=98.44
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 6794 0 0 0 9830 14 0 0 18 0 4 0 156851873 285061120 58619 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0

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

/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 34024 0 0 0 236486 49 0 0 25 0 4 0 156851873 802295808 184038 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9051.23
Current children cumulated vsize (KiB) 788848

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 32274
/proc/meminfo: memFree=468768/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=792668 CPUtime=9158.81
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 186608 0 0 0 915641 240 0 0 25 0 4 0 156851733 811692032 186407 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 198167 186407 83 193 0 197971 0
[pid=32263/tid=32264] ppid=32260 vsize=792668 CPUtime=2218.18
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 35040 0 0 0 221767 51 0 0 25 0 4 0 156851873 811692032 186407 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32265] ppid=32260 vsize=792668 CPUtime=2136.47
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 42293 0 0 0 213586 61 0 0 25 0 4 0 156851873 811692032 186407 1992294400 134512640 135305190 4294956160 18446744073709551615 134552526 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32260 vsize=792668 CPUtime=2397.87
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 34635 0 0 0 239737 50 0 0 25 0 4 0 156851873 811692032 186407 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9170.95
Current children cumulated vsize (KiB) 798024

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 32274
/proc/meminfo: memFree=468704/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=792680 CPUtime=9278.54
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 186631 0 0 0 927614 240 0 0 20 0 4 0 156851733 811704320 186423 1992294400 134512640 135305190 4294956160 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 198170 186423 83 193 0 197974 0
[pid=32263/tid=32264] ppid=32260 vsize=792680 CPUtime=2246.57
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 35040 0 0 0 224606 51 0 0 25 0 4 0 156851873 811704320 186423 1992294400 134512640 135305190 4294956160 18446744073709551615 134528990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32265] ppid=32260 vsize=792680 CPUtime=2161.77
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 42293 0 0 0 216116 61 0 0 25 0 4 0 156851873 811704320 186423 1992294400 134512640 135305190 4294956160 18446744073709551615 134528615 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32266] ppid=32260 vsize=792680 CPUtime=2432.64
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 34658 0 0 0 243214 50 0 0 19 0 4 0 156851873 811704320 186423 1992294400 134512640 135305190 4294956160 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9290.68
Current children cumulated vsize (KiB) 798036

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 32274
/proc/meminfo: memFree=468640/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=792632 CPUtime=9398.3
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 186663 0 0 0 939589 241 0 0 25 0 4 0 156851733 811655168 186436 1992294400 134512640 135305190 4294956160 18446744073709551615 134551712 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 198158 186436 83 193 0 197962 0
[pid=32263/tid=32264] ppid=32260 vsize=792632 CPUtime=2275.54
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 35068 0 0 0 227503 51 0 0 25 0 4 0 156851873 811655168 186436 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32265] ppid=32260 vsize=792632 CPUtime=2189.58
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 42293 0 0 0 218897 61 0 0 25 0 4 0 156851873 811655168 186436 1992294400 134512640 135305190 4294956160 18446744073709551615 134528245 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32266] ppid=32260 vsize=792632 CPUtime=2464.83
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 34660 0 0 0 246432 51 0 0 25 0 4 0 156851873 811655168 186436 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9410.44
Current children cumulated vsize (KiB) 797988

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 32274
/proc/meminfo: memFree=468448/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=792820 CPUtime=9518.03
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 186724 0 0 0 951562 241 0 0 25 0 4 0 156851733 811847680 186497 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 198205 186497 83 193 0 198009 0
[pid=32263/tid=32264] ppid=32260 vsize=792820 CPUtime=2304.93
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 35092 0 0 0 230442 51 0 0 16 0 4 0 156851873 811847680 186497 1992294400 134512640 135305190 4294956160 18446744073709551615 134539295 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32265] ppid=32260 vsize=792820 CPUtime=2220.96
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 42306 0 0 0 222035 61 0 0 21 0 4 0 156851873 811847680 186497 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32260 vsize=792820 CPUtime=2492.56
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 34660 0 0 0 249205 51 0 0 17 0 4 0 156851873 811847680 186497 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9530.17
Current children cumulated vsize (KiB) 798176

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 32274
/proc/meminfo: memFree=468384/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=792820 CPUtime=9637.76
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 186757 0 0 0 963535 241 0 0 25 0 4 0 156851733 811847680 186530 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/32263/statm: 198205 186530 83 193 0 198009 0
[pid=32263/tid=32264] ppid=32260 vsize=792820 CPUtime=2330.91
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 35092 0 0 0 233040 51 0 0 25 0 4 0 156851873 811847680 186530 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32265] ppid=32260 vsize=792820 CPUtime=2249.16
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 42306 0 0 0 224855 61 0 0 25 0 4 0 156851873 811847680 186530 1992294400 134512640 135305190 4294956160 18446744073709551615 134553312 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32266] ppid=32260 vsize=792820 CPUtime=2522.41
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 34669 0 0 0 252190 51 0 0 25 0 4 0 156851873 811847680 186530 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9649.9
Current children cumulated vsize (KiB) 798176

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 32274
/proc/meminfo: memFree=468320/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=792820 CPUtime=9757.5
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 186767 0 0 0 975509 241 0 0 25 0 4 0 156851733 811847680 186540 1992294400 134512640 135305190 4294956160 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32263/statm: 198205 186540 83 193 0 198009 0
[pid=32263/tid=32264] ppid=32260 vsize=792820 CPUtime=2358.26
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 35092 0 0 0 235774 52 0 0 25 0 4 0 156851873 811847680 186540 1992294400 134512640 135305190 4294956160 18446744073709551615 134556688 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32265] ppid=32260 vsize=792820 CPUtime=2280.26
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 42307 0 0 0 227965 61 0 0 25 0 4 0 156851873 811847680 186540 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32260 vsize=792820 CPUtime=2550.91
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 34669 0 0 0 255040 51 0 0 25 0 4 0 156851873 811847680 186540 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9769.64
Current children cumulated vsize (KiB) 798176

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 32274
/proc/meminfo: memFree=468320/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=792820 CPUtime=9877.25
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 186769 0 0 0 987483 242 0 0 25 0 4 0 156851733 811847680 186542 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32263/statm: 198205 186542 83 193 0 198009 0
[pid=32263/tid=32264] ppid=32260 vsize=792820 CPUtime=2388.39
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 35092 0 0 0 238787 52 0 0 20 0 4 0 156851873 811847680 186542 1992294400 134512640 135305190 4294956160 18446744073709551615 134557841 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32265] ppid=32260 vsize=792820 CPUtime=2307.83
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 42308 0 0 0 230722 61 0 0 25 0 4 0 156851873 811847680 186542 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32260 vsize=792820 CPUtime=2583.1
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 34669 0 0 0 258259 51 0 0 25 0 4 0 156851873 811847680 186542 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9889.39
Current children cumulated vsize (KiB) 798176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5017.8 s]
/proc/loadavg: 4.00 4.00 3.95 5/69 32276
/proc/meminfo: memFree=468000/2055920 swapFree=4175308/4192956
[pid=32260] ppid=32258 vsize=5356 CPUtime=12.14
/proc/32260/stat : 32260 (manysat.sh) S 32258 32260 32085 0 -1 4194304 313 43202 0 0 0 0 1171 43 19 0 1 0 156850516 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32260/statm: 1339 238 195 169 0 50 0
[pid=32263] ppid=32260 vsize=793104 CPUtime=9988.02
/proc/32263/stat : 32263 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194304 186804 0 0 0 998560 242 0 0 25 0 4 0 156851733 812138496 186577 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/32263/statm: 198276 186577 83 193 0 198080 0
[pid=32263/tid=32264] ppid=32260 vsize=793104 CPUtime=2414.67
/proc/32263/task/32264/stat : 32264 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 35092 0 0 0 241415 52 0 0 25 0 4 0 156851873 812138496 186577 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=32263/tid=32265] ppid=32260 vsize=793104 CPUtime=2335.54
/proc/32263/task/32265/stat : 32265 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 42324 0 0 0 233493 61 0 0 25 0 4 0 156851873 812138496 186577 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=32263/tid=32266] ppid=32260 vsize=793104 CPUtime=2610.67
/proc/32263/task/32266/stat : 32266 (manysat1.1_stat) R 32260 32260 32085 0 -1 4194368 34682 0 0 0 261016 51 0 0 25 0 4 0 156851873 812138496 186577 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 798460

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

Real time (s): 5017.82
CPU time (s): 10000.2
CPU user time (s): 9997.31
CPU system time (s): 2.85
CPU usage (%): 199.293
Max. virtual memory (cumulated for all children) (KiB): 798460

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

runsolver used 4.88326 second user time and 13.398 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-02 20:16:05
IDJOB=1773716
IDBENCH=70782
IDSOLVER=612
FILE ID=node12/1773716-1241288164
PBS_JOBID= 9225080
Free space on /tmp= 66464 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl128.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773716-1241288164/watcher-1773716-1241288164 -o /tmp/evaluation-result-1773716-1241288164/solver-1773716-1241288164 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773716-1241288164.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d464f22dd212ad9afa317dae82dd7350
RANDOM SEED=494200371

node12.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1261480 kB
Buffers:         81272 kB
Cached:         611484 kB
SwapCached:      11928 kB
Active:         121888 kB
Inactive:       585164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261480 kB
SwapTotal:     4192956 kB
SwapFree:      4175308 kB
Dirty:           18096 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            73464 kB
Committed_AS:   835956 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66420 MiB
End job on node12 at 2009-05-02 21:39:45