Trace number 1773786

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.1 5022.32

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxxororand/maxxororand128.cnf
MD5SUM3022ff2a7ae31b29e9b784d8e848042f
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 variables365168
Number of clauses1093967
Sum of the clauses size2552587
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2729310
Number of clauses of size 3364655
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.99/1.03	c ==============================================================================
0.99/1.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.03	c ==============================================================================
0.99/1.03	c |         0 | 1093965  2552585 |  328189       0        0     nan |  0.000 % |
20.37/20.41	c |         0 |  536570  1877685 |      --       0       --      -- |     --   | -557373/-674847
20.37/20.41	c ==============================================================================
20.37/20.41	c Result  :   #vars: 96656   #clauses: 536570   #literals: 1877685
20.37/20.41	c CPU time:   19.807 s
20.37/20.41	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-1773786-1241288340/watcher-1773786-1241288340 -o /tmp/evaluation-result-1773786-1241288340/solver-1773786-1241288340 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773786-1241288340.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: 1.42 1.10 1.03 3/64 22036
/proc/meminfo: memFree=1072584/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=0
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156867333 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 235 195 169 0 50 0
[pid=22037] ppid=22036 vsize=1000 CPUtime=0
/proc/22037/stat : 22037 (SatElite) R 22036 22036 21966 0 -1 4194304 165 0 0 0 0 0 0 0 19 0 1 0 156867333 1024000 149 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22037/statm: 250 151 50 127 0 120 0

[startup+0.0126451 s]
/proc/loadavg: 1.42 1.10 1.03 3/64 22036
/proc/meminfo: memFree=1072584/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=0
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156867333 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 235 195 169 0 50 0
[pid=22037] ppid=22036 vsize=2376 CPUtime=0
/proc/22037/stat : 22037 (SatElite) R 22036 22036 21966 0 -1 4194304 466 0 0 0 0 0 0 0 19 0 1 0 156867333 2433024 450 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22037/statm: 594 450 50 127 0 464 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7732

[startup+0.101651 s]
/proc/loadavg: 1.42 1.10 1.03 3/64 22036
/proc/meminfo: memFree=1072584/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=0
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156867333 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 235 195 169 0 50 0
[pid=22037] ppid=22036 vsize=16320 CPUtime=0.09
/proc/22037/stat : 22037 (SatElite) R 22036 22036 21966 0 -1 4194304 3512 0 0 0 7 2 0 0 19 0 1 0 156867333 16711680 3496 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/22037/statm: 4080 3496 50 127 0 3950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21676

[startup+0.301667 s]
/proc/loadavg: 1.42 1.10 1.03 3/64 22036
/proc/meminfo: memFree=1072584/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=0
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156867333 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 235 195 169 0 50 0
[pid=22037] ppid=22036 vsize=42228 CPUtime=0.29
/proc/22037/stat : 22037 (SatElite) R 22036 22036 21966 0 -1 4194304 10189 0 0 0 23 6 0 0 21 0 1 0 156867333 43241472 10173 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22037/statm: 10557 10173 50 127 0 10427 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47584

[startup+0.701703 s]
/proc/loadavg: 1.42 1.10 1.03 3/64 22036
/proc/meminfo: memFree=1072584/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=0
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156867333 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 235 195 169 0 50 0
[pid=22037] ppid=22036 vsize=116388 CPUtime=0.69
/proc/22037/stat : 22037 (SatElite) R 22036 22036 21966 0 -1 4194304 23379 0 0 0 55 14 0 0 25 0 1 0 156867333 119181312 23363 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22037/statm: 29097 23365 50 127 0 28967 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121744

[startup+1.50177 s]
/proc/loadavg: 1.42 1.10 1.03 2/66 22038
/proc/meminfo: memFree=938872/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=0
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156867333 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 235 195 169 0 50 0
[pid=22037] ppid=22036 vsize=169832 CPUtime=1.49
/proc/22037/stat : 22037 (SatElite) R 22036 22036 21966 0 -1 4194304 39614 0 0 0 127 22 0 0 25 0 1 0 156867333 173907968 36535 1992294400 134512640 135034092 4294956112 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 0 0 0
/proc/22037/statm: 42458 36535 68 127 0 42328 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 175188

[startup+3.10292 s]
/proc/loadavg: 1.42 1.10 1.03 2/66 22038
/proc/meminfo: memFree=918776/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=0
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156867333 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 235 195 169 0 50 0
[pid=22037] ppid=22036 vsize=174020 CPUtime=3.09
/proc/22037/stat : 22037 (SatElite) R 22036 22036 21966 0 -1 4194304 40630 0 0 0 283 26 0 0 25 0 1 0 156867333 178196480 37551 1992294400 134512640 135034092 4294956112 18446744073709551615 134566215 0 0 4096 3 0 0 0 17 1 0 0
/proc/22037/statm: 43505 37551 68 127 0 43375 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179376

[startup+6.30119 s]
/proc/loadavg: 1.47 1.11 1.04 2/66 22038
/proc/meminfo: memFree=898296/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=0
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156867333 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 235 195 169 0 50 0
[pid=22037] ppid=22036 vsize=180040 CPUtime=6.28
/proc/22037/stat : 22037 (SatElite) R 22036 22036 21966 0 -1 4194304 42092 0 0 0 597 31 0 0 25 0 1 0 156867333 184360960 39013 1992294400 134512640 135034092 4294956112 18446744073709551615 134566187 0 0 4096 3 0 0 0 17 0 0 0
/proc/22037/statm: 45010 39013 68 127 0 44880 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 185396

[startup+12.7017 s]
/proc/loadavg: 1.51 1.13 1.04 2/66 22038
/proc/meminfo: memFree=861888/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=0
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156867333 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 235 195 169 0 50 0
[pid=22037] ppid=22036 vsize=189948 CPUtime=12.68
/proc/22037/stat : 22037 (SatElite) R 22036 22036 21966 0 -1 4194304 44306 0 0 0 1224 44 0 0 25 0 1 0 156867333 194506752 41227 1992294400 134512640 135034092 4294956112 18446744073709551615 134569623 0 0 4096 3 0 0 0 17 0 0 0
/proc/22037/statm: 47487 41227 68 127 0 47357 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 195304

[startup+25.5029 s]
/proc/loadavg: 1.78 1.20 1.07 5/69 22042
/proc/meminfo: memFree=819112/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=212392 CPUtime=6.99
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 42879 0 0 0 660 39 0 0 16 0 4 0 156869457 217489408 42865 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22039/statm: 53098 42865 83 193 0 52902 0
[pid=22039/tid=22040] ppid=22036 vsize=212392 CPUtime=1.39
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 1437 0 0 0 134 5 0 0 17 0 4 0 156869599 217489408 42865 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=212392 CPUtime=1.41
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 1579 0 0 0 136 5 0 0 16 0 4 0 156869599 217489408 42865 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22042] ppid=22036 vsize=212392 CPUtime=1.39
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 1629 0 0 0 133 6 0 0 16 0 4 0 156869599 217489408 42865 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.2
Current children cumulated vsize (KiB) 217748

[startup+51.1021 s]
/proc/loadavg: 2.54 1.43 1.14 5/69 22042
/proc/meminfo: memFree=805480/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=228048 CPUtime=58.08
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 46359 0 0 0 5764 44 0 0 17 0 4 0 156869457 233521152 46345 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22039/statm: 57012 46345 83 193 0 56816 0
[pid=22039/tid=22040] ppid=22036 vsize=228048 CPUtime=17.43
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 2337 0 0 0 1737 6 0 0 18 0 4 0 156869599 233521152 46345 1992294400 134512640 135305190 4294956160 18446744073709551615 134551953 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=228048 CPUtime=13.04
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 2652 0 0 0 1298 6 0 0 18 0 4 0 156869599 233521152 46345 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22042] ppid=22036 vsize=228048 CPUtime=13.13
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 2409 0 0 0 1306 7 0 0 17 0 4 0 156869599 233521152 46345 1992294400 134512640 135305190 4294956160 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.29
Current children cumulated vsize (KiB) 233404

[startup+102.307 s]
/proc/loadavg: 3.36 1.82 1.29 5/69 22042
/proc/meminfo: memFree=788904/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=244384 CPUtime=160.19
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 50488 0 0 0 15970 49 0 0 19 0 4 0 156869457 250249216 50453 1992294400 134512640 135305190 4294956160 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22039/statm: 61096 50453 83 193 0 60900 0
[pid=22039/tid=22040] ppid=22036 vsize=244384 CPUtime=55.47
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 3577 0 0 0 5539 8 0 0 17 0 4 0 156869599 250249216 50453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=244384 CPUtime=34.09
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 3819 0 0 0 3402 7 0 0 19 0 4 0 156869599 250249216 50453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=244384 CPUtime=29.17
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 3226 0 0 0 2909 8 0 0 17 0 4 0 156869599 250249216 50453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 181.4
Current children cumulated vsize (KiB) 249740

[startup+162.303 s]
/proc/loadavg: 3.76 2.21 1.46 5/69 22042
/proc/meminfo: memFree=767592/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=265464 CPUtime=279.93
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 55815 0 0 0 27936 57 0 0 25 0 4 0 156869457 271835136 55780 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22039/statm: 66366 55780 83 193 0 66170 0
[pid=22039/tid=22040] ppid=22036 vsize=265464 CPUtime=77.8
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 4303 0 0 0 7771 9 0 0 25 0 4 0 156869599 271835136 55780 1992294400 134512640 135305190 4294956160 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=265464 CPUtime=55.39
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 5350 0 0 0 5530 9 0 0 19 0 4 0 156869599 271835136 55780 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=265464 CPUtime=65.67
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 4766 0 0 0 6557 10 0 0 17 0 4 0 156869599 271835136 55780 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 301.14
Current children cumulated vsize (KiB) 270820

[startup+222.303 s]
/proc/loadavg: 3.91 2.54 1.61 5/69 22042
/proc/meminfo: memFree=753384/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=279740 CPUtime=399.67
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 59336 0 0 0 39906 61 0 0 23 0 4 0 156869457 286453760 59301 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22039/statm: 69935 59301 83 193 0 69739 0
[pid=22039/tid=22040] ppid=22036 vsize=279740 CPUtime=106.92

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

/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 66922 0 0 0 239892 91 0 0 25 0 4 0 156869599 1443377152 340946 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9281.68
Current children cumulated vsize (KiB) 1414904

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 22050
/proc/meminfo: memFree=16296/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=1409548 CPUtime=9380.22
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 340989 0 0 0 937610 412 0 0 20 0 4 0 156869457 1443377152 340954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22039/statm: 352387 340954 83 193 0 352191 0
[pid=22039/tid=22040] ppid=22036 vsize=1409548 CPUtime=2255.75
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 48083 0 0 0 225509 66 0 0 25 0 4 0 156869599 1443377152 340954 1992294400 134512640 135305190 4294956160 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=1409548 CPUtime=2198.48
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 122473 0 0 0 219703 145 0 0 19 0 4 0 156869599 1443377152 340954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=1409548 CPUtime=2433.12
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 66922 0 0 0 243221 91 0 0 25 0 4 0 156869599 1443377152 340954 1992294400 134512640 135305190 4294956160 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9401.43
Current children cumulated vsize (KiB) 1414904

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 22050
/proc/meminfo: memFree=16296/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=1409548 CPUtime=9499.95
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 340995 0 0 0 949583 412 0 0 21 0 4 0 156869457 1443377152 340960 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22039/statm: 352387 340960 83 193 0 352191 0
[pid=22039/tid=22040] ppid=22036 vsize=1409548 CPUtime=2285.62
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 48083 0 0 0 228496 66 0 0 25 0 4 0 156869599 1443377152 340960 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=1409548 CPUtime=2224.26
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 122479 0 0 0 222281 145 0 0 25 0 4 0 156869599 1443377152 340960 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=1409548 CPUtime=2463.02
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 66922 0 0 0 246211 91 0 0 25 0 4 0 156869599 1443377152 340960 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9521.16
Current children cumulated vsize (KiB) 1414904

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 22052
/proc/meminfo: memFree=16296/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=1411232 CPUtime=9619.69
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 341440 0 0 0 961556 413 0 0 25 0 4 0 156869457 1445101568 341405 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22039/statm: 352808 341405 83 193 0 352612 0
[pid=22039/tid=22040] ppid=22036 vsize=1411232 CPUtime=2315.49
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 48154 0 0 0 231482 67 0 0 25 0 4 0 156869599 1445101568 341405 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=1411232 CPUtime=2255.04
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 122745 0 0 0 225358 146 0 0 25 0 4 0 156869599 1445101568 341405 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=1411232 CPUtime=2492.92
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 66949 0 0 0 249201 91 0 0 25 0 4 0 156869599 1445101568 341405 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9640.9
Current children cumulated vsize (KiB) 1416588

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 22052
/proc/meminfo: memFree=15528/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=1442148 CPUtime=9739.42
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 349115 0 0 0 973520 422 0 0 19 0 4 0 156869457 1476759552 349080 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22039/statm: 360537 349080 83 193 0 360341 0
[pid=22039/tid=22040] ppid=22036 vsize=1442148 CPUtime=2346.15
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 50088 0 0 0 234545 70 0 0 25 0 4 0 156869599 1476759552 349080 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=1442148 CPUtime=2281.35
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 125410 0 0 0 227987 148 0 0 25 0 4 0 156869599 1476759552 349080 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=1442148 CPUtime=2524.37
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 68473 0 0 0 252345 92 0 0 17 0 4 0 156869599 1476759552 349080 1992294400 134512640 135305190 4294956160 18446744073709551615 134551782 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9760.63
Current children cumulated vsize (KiB) 1447504

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 22052
/proc/meminfo: memFree=15400/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=1469024 CPUtime=9859.15
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 355790 0 0 0 985485 430 0 0 20 0 4 0 156869457 1504280576 355755 1992294400 134512640 135305190 4294956160 18446744073709551615 134528136 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22039/statm: 367256 355755 83 193 0 367060 0
[pid=22039/tid=22040] ppid=22036 vsize=1469024 CPUtime=2370.64
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 51166 0 0 0 236993 71 0 0 25 0 4 0 156869599 1504280576 355755 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=1469024 CPUtime=2306.3
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 127580 0 0 0 230479 151 0 0 25 0 4 0 156869599 1504280576 355755 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=1469024 CPUtime=2559.41
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 70138 0 0 0 255847 94 0 0 25 0 4 0 156869599 1504280576 355755 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9880.36
Current children cumulated vsize (KiB) 1474380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 22052
/proc/meminfo: memFree=15784/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=1505160 CPUtime=9978.89
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 364686 0 0 0 997449 440 0 0 25 0 4 0 156869457 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22039/statm: 376290 364651 83 193 0 376094 0
[pid=22039/tid=22040] ppid=22036 vsize=1505160 CPUtime=2393.07
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 52381 0 0 0 239234 73 0 0 25 0 4 0 156869599 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=1505160 CPUtime=2330.65
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 130263 0 0 0 232911 154 0 0 25 0 4 0 156869599 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=1505160 CPUtime=2595.03
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 72246 0 0 0 259407 96 0 0 25 0 4 0 156869599 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 1510516

Sending SIGTERM to process tree (bottom up)

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 22052
/proc/meminfo: memFree=15784/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=1505160 CPUtime=9978.89
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 364686 0 0 0 997449 440 0 0 25 0 4 0 156869457 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22039/statm: 376290 364651 83 193 0 376094 0
[pid=22039/tid=22040] ppid=22036 vsize=1505160 CPUtime=2393.07
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 52381 0 0 0 239234 73 0 0 25 0 4 0 156869599 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=1505160 CPUtime=2330.65
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 130263 0 0 0 232911 154 0 0 25 0 4 0 156869599 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=1505160 CPUtime=2595.03
Current children cumulated CPU time (s) 10000.1
stat) R 22036 22036 21966 0 -1 4194368 72246 0 0 0 259407 96 0 0 25 0 4 0 156869599 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 1510516

Solver just ended. Dumping a history of the last processes samples

[startup+5022.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 22052
/proc/meminfo: memFree=15784/2055920 swapFree=4191900/4192956
[pid=22036] ppid=22034 vsize=5356 CPUtime=21.21
/proc/22036/stat : 22036 (manysat.sh) S 22034 22036 21966 0 -1 4194304 313 50482 0 0 0 0 2055 66 16 0 1 0 156867333 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22036/statm: 1339 238 195 169 0 50 0
[pid=22039] ppid=22036 vsize=1505160 CPUtime=9978.89
/proc/22039/stat : 22039 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194304 364686 0 0 0 997449 440 0 0 25 0 4 0 156869457 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22039/statm: 376290 364651 83 193 0 376094 0
[pid=22039/tid=22040] ppid=22036 vsize=1505160 CPUtime=2393.07
/proc/22039/task/22040/stat : 22040 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 52381 0 0 0 239234 73 0 0 25 0 4 0 156869599 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22039/tid=22041] ppid=22036 vsize=1505160 CPUtime=2330.65
/proc/22039/task/22041/stat : 22041 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 130263 0 0 0 232911 154 0 0 25 0 4 0 156869599 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22039/tid=22042] ppid=22036 vsize=1505160 CPUtime=2595.03
/proc/22039/task/22042/stat : 22042 (manysat1.1_stat) R 22036 22036 21966 0 -1 4194368 72246 0 0 0 259407 96 0 0 25 0 4 0 156869599 1541283840 364651 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 1510516

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22036 and gives
#  childrusage.ru_utime.tv_sec=20
#  childrusage.ru_utime.tv_usec=557874
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=663899
# CPU time returned by wait4() is 21.2218
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5022.32
CPU time (s): 10000.1
CPU user time (s): 9995.04
CPU system time (s): 5.06
CPU usage (%): 199.113
Max. virtual memory (cumulated for all children) (KiB): 1510516

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

runsolver used 5.08423 second user time and 13.242 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-02 20:19:01
IDJOB=1773786
IDBENCH=70794
IDSOLVER=612
FILE ID=node31/1773786-1241288340
PBS_JOBID= 9225103
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 3022ff2a7ae31b29e9b784d8e848042f
RANDOM SEED=1622256123

node31.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:       1073064 kB
Buffers:         83248 kB
Cached:         787788 kB
SwapCached:        384 kB
Active:         112532 kB
Inactive:       772836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1073064 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           21768 kB
Writeback:           0 kB
Mapped:          22748 kB
Slab:            83316 kB
Committed_AS:   662108 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66368 MiB
End job on node31 at 2009-05-02 21:42:44