Trace number 1775036

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 5013.92

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_15_UNKNOWN.cnf
MD5SUM8e41b9860982308be5a85106d5324611
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 variables3152
Number of clauses330948
Sum of the clauses size988222
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 25025
Number of clauses of size 3325892
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c Parsing...
0.19/0.21	c ==============================================================================
0.19/0.21	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.21	c ==============================================================================
0.19/0.21	c |         0 |  330948   988222 |   99284       0        0     nan |  0.000 % |
4.48/4.57	c |         0 |  329509  1447248 |      --       0       --      -- |     --   | -1439/459026
4.48/4.57	c ==============================================================================
4.48/4.57	c Result  :   #vars: 2029   #clauses: 329509   #literals: 1447248
4.48/4.57	c CPU time:   4.53631 s
4.48/4.57	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-1775036-1241293305/watcher-1775036-1241293305 -o /tmp/evaluation-result-1775036-1241293305/solver-1775036-1241293305 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1775036-1241293305.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: 4.06 4.03 3.94 3/64 30584
/proc/meminfo: memFree=1972392/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=0
/proc/30584/stat : 30584 (manysat.sh) R 30582 30584 30244 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 157359171 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 240907774623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/30584/statm: 1339 234 194 169 0 50 0
[pid=30585] ppid=30584 vsize=1124 CPUtime=0
/proc/30585/stat : 30585 (SatElite) R 30584 30584 30244 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 157359172 1150976 169 1992294400 134512640 135034092 4294956112 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 0 0 0
/proc/30585/statm: 281 169 51 127 0 151 0

[startup+0.097643 s]
/proc/loadavg: 4.06 4.03 3.94 3/64 30584
/proc/meminfo: memFree=1972392/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=0
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157359171 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30584/statm: 1339 235 195 169 0 50 0
[pid=30585] ppid=30584 vsize=8948 CPUtime=0.08
/proc/30585/stat : 30585 (SatElite) R 30584 30584 30244 0 -1 4194304 2047 0 0 0 8 0 0 0 19 0 1 0 157359172 9162752 2031 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/30585/statm: 2237 2032 51 127 0 2107 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14304

[startup+0.101642 s]
/proc/loadavg: 4.06 4.03 3.94 3/64 30584
/proc/meminfo: memFree=1972392/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=0
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157359171 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30584/statm: 1339 235 195 169 0 50 0
[pid=30585] ppid=30584 vsize=9212 CPUtime=0.08
/proc/30585/stat : 30585 (SatElite) R 30584 30584 30244 0 -1 4194304 2107 0 0 0 8 0 0 0 19 0 1 0 157359172 9433088 2091 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/30585/statm: 2303 2092 51 127 0 2173 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14568

[startup+0.301662 s]
/proc/loadavg: 4.06 4.03 3.94 3/64 30584
/proc/meminfo: memFree=1972392/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=0
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157359171 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30584/statm: 1339 235 195 169 0 50 0
[pid=30585] ppid=30584 vsize=24800 CPUtime=0.29
/proc/30585/stat : 30585 (SatElite) R 30584 30584 30244 0 -1 4194304 5904 0 0 0 27 2 0 0 21 0 1 0 157359172 25395200 5888 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/30585/statm: 6200 5888 68 127 0 6070 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30156

[startup+0.701701 s]
/proc/loadavg: 4.06 4.03 3.94 3/64 30584
/proc/meminfo: memFree=1972392/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=0
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157359171 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30584/statm: 1339 235 195 169 0 50 0
[pid=30585] ppid=30584 vsize=27620 CPUtime=0.69
/proc/30585/stat : 30585 (SatElite) R 30584 30584 30244 0 -1 4194304 6601 0 0 0 67 2 0 0 25 0 1 0 157359172 28282880 6585 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/30585/statm: 6905 6585 68 127 0 6775 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32976

[startup+1.50178 s]
/proc/loadavg: 3.82 3.98 3.92 2/66 30586
/proc/meminfo: memFree=1943256/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=0
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157359171 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30584/statm: 1339 235 195 169 0 50 0
[pid=30585] ppid=30584 vsize=36844 CPUtime=1.49
/proc/30585/stat : 30585 (SatElite) R 30584 30584 30244 0 -1 4194304 8200 0 0 0 146 3 0 0 25 0 1 0 157359172 37728256 8184 1992294400 134512640 135034092 4294956112 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/30585/statm: 9211 8184 68 127 0 9081 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42200

[startup+3.10294 s]
/proc/loadavg: 3.82 3.98 3.92 2/66 30586
/proc/meminfo: memFree=1938008/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=0
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157359171 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30584/statm: 1339 235 195 169 0 50 0
[pid=30585] ppid=30584 vsize=36844 CPUtime=3.09
/proc/30585/stat : 30585 (SatElite) R 30584 30584 30244 0 -1 4194304 8200 0 0 0 306 3 0 0 25 0 1 0 157359172 37728256 8184 1992294400 134512640 135034092 4294956112 18446744073709551615 134569571 0 0 4096 3 0 0 0 17 0 0 0
/proc/30585/statm: 9211 8184 68 127 0 9081 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42200

[startup+6.30127 s]
/proc/loadavg: 3.82 3.98 3.92 2/66 30587
/proc/meminfo: memFree=1923544/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=123216 CPUtime=1.7
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 22055 0 0 0 159 11 0 0 16 0 4 0 157359680 126173184 22041 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30587/statm: 30804 22041 83 193 0 30608 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 128572

[startup+12.7019 s]
/proc/loadavg: 3.70 3.95 3.91 5/69 30590
/proc/meminfo: memFree=1858184/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=140564 CPUtime=14.47
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 26706 0 0 0 1430 17 0 0 17 0 4 0 157359680 143937536 26692 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30587/statm: 35141 26692 83 193 0 34945 0
[pid=30587/tid=30588] ppid=30584 vsize=140564 CPUtime=4.37
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 1919 0 0 0 435 2 0 0 21 0 4 0 157359752 143937536 26692 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30589] ppid=30584 vsize=140564 CPUtime=2.42
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 1411 0 0 0 241 1 0 0 25 0 4 0 157359752 143937536 26692 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30590] ppid=30584 vsize=140564 CPUtime=1.09
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 811 0 0 0 109 0 0 0 18 0 4 0 157359752 143937536 26692 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.54
Current children cumulated vsize (KiB) 145920

[startup+25.5022 s]
/proc/loadavg: 3.83 3.97 3.91 5/69 30590
/proc/meminfo: memFree=1835272/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=162444 CPUtime=40.01
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 32087 0 0 0 3978 23 0 0 18 0 4 0 157359680 166342656 32073 1992294400 134512640 135305190 4294956160 18446744073709551615 134528518 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 40611 32073 83 193 0 40415 0
[pid=30587/tid=30588] ppid=30584 vsize=162444 CPUtime=10.16
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 2891 0 0 0 1013 3 0 0 22 0 4 0 157359752 166342656 32073 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30589] ppid=30584 vsize=162444 CPUtime=6.39
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 2445 0 0 0 637 2 0 0 25 0 4 0 157359752 166342656 32073 1992294400 134512640 135305190 4294956160 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30590] ppid=30584 vsize=162444 CPUtime=4.69
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 1752 0 0 0 467 2 0 0 25 0 4 0 157359752 166342656 32073 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.08
Current children cumulated vsize (KiB) 167800

[startup+51.1027 s]
/proc/loadavg: 4.09 4.02 3.93 5/69 30590
/proc/meminfo: memFree=1801928/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=196908 CPUtime=91.08
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 40604 0 0 0 9075 33 0 0 19 0 4 0 157359680 201633792 40590 1992294400 134512640 135305190 4294956160 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 49227 40590 83 193 0 49031 0
[pid=30587/tid=30588] ppid=30584 vsize=196908 CPUtime=19.45
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 4454 0 0 0 1941 4 0 0 25 0 4 0 157359752 201633792 40590 1992294400 134512640 135305190 4294956160 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30589] ppid=30584 vsize=196908 CPUtime=15.42
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 4179 0 0 0 1538 4 0 0 25 0 4 0 157359752 201633792 40590 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30590] ppid=30584 vsize=196908 CPUtime=18.69
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 4208 0 0 0 1864 5 0 0 25 0 4 0 157359752 201633792 40590 1992294400 134512640 135305190 4294956160 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.15
Current children cumulated vsize (KiB) 202264

[startup+102.307 s]
/proc/loadavg: 4.07 4.03 3.94 5/69 30590
/proc/meminfo: memFree=1771144/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=227408 CPUtime=193.27
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 48054 0 0 0 19283 44 0 0 17 0 4 0 157359680 232865792 48040 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30587/statm: 56852 48040 83 193 0 56656 0
[pid=30587/tid=30588] ppid=30584 vsize=227408 CPUtime=44.07
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 6435 0 0 0 4400 7 0 0 19 0 4 0 157359752 232865792 48040 1992294400 134512640 135305190 4294956160 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30589] ppid=30584 vsize=227408 CPUtime=33.98
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 5079 0 0 0 3393 5 0 0 25 0 4 0 157359752 232865792 48040 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30590] ppid=30584 vsize=227408 CPUtime=45.09
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 6084 0 0 0 4502 7 0 0 25 0 4 0 157359752 232865792 48040 1992294400 134512640 135305190 4294956160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.34
Current children cumulated vsize (KiB) 232764

[startup+162.302 s]
/proc/loadavg: 4.02 4.02 3.94 5/69 30590
/proc/meminfo: memFree=1755144/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=244356 CPUtime=313
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 52077 0 0 0 31250 50 0 0 25 0 4 0 157359680 250220544 52063 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30587/statm: 61089 52063 83 193 0 60893 0
[pid=30587/tid=30588] ppid=30584 vsize=244356 CPUtime=70.98
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 7034 0 0 0 7090 8 0 0 25 0 4 0 157359752 250220544 52063 1992294400 134512640 135305190 4294956160 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30589] ppid=30584 vsize=244356 CPUtime=61.31
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 5724 0 0 0 6124 7 0 0 25 0 4 0 157359752 250220544 52063 1992294400 134512640 135305190 4294956160 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30590] ppid=30584 vsize=244356 CPUtime=72.08
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 6895 0 0 0 7200 8 0 0 21 0 4 0 157359752 250220544 52063 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.07
Current children cumulated vsize (KiB) 249712

[startup+222.303 s]
/proc/loadavg: 4.01 4.01 3.94 5/69 30590
/proc/meminfo: memFree=1736136/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07

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

/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 44577 0 0 0 227753 71 0 0 25 0 4 0 157359752 760037376 171134 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9178.62
Current children cumulated vsize (KiB) 747580

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 30598
/proc/meminfo: memFree=1270920/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=745964 CPUtime=9293.3
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 172069 0 0 0 929073 257 0 0 25 0 4 0 157359680 763867136 172029 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 186491 172029 83 193 0 186295 0
[pid=30587/tid=30588] ppid=30584 vsize=745964 CPUtime=2307.44
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 43032 0 0 0 230674 70 0 0 25 0 4 0 157359752 763867136 172029 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30589] ppid=30584 vsize=745964 CPUtime=2298.75
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 24186 0 0 0 229832 43 0 0 25 0 4 0 157359752 763867136 172029 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30590] ppid=30584 vsize=745964 CPUtime=2308.35
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 44672 0 0 0 230763 72 0 0 25 0 4 0 157359752 763867136 172029 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9298.37
Current children cumulated vsize (KiB) 751320

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 30598
/proc/meminfo: memFree=1267720/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=748896 CPUtime=9413.04
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 172849 0 0 0 941046 258 0 0 25 0 4 0 157359680 766869504 172809 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 187224 172809 83 193 0 187028 0
[pid=30587/tid=30588] ppid=30584 vsize=748896 CPUtime=2337.34
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 43276 0 0 0 233663 71 0 0 25 0 4 0 157359752 766869504 172809 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30589] ppid=30584 vsize=748896 CPUtime=2328.73
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 24454 0 0 0 232830 43 0 0 25 0 4 0 157359752 766869504 172809 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30590] ppid=30584 vsize=748896 CPUtime=2338.34
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 44833 0 0 0 233762 72 0 0 25 0 4 0 157359752 766869504 172809 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9418.11
Current children cumulated vsize (KiB) 754252

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 30604
/proc/meminfo: memFree=1251144/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=766816 CPUtime=9532.75
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 177032 0 0 0 953011 264 0 0 25 0 4 0 157359680 785219584 176992 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 191704 176992 83 193 0 191508 0
[pid=30587/tid=30588] ppid=30584 vsize=766816 CPUtime=2367.24
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 43459 0 0 0 236653 71 0 0 25 0 4 0 157359752 785219584 176992 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30589] ppid=30584 vsize=766816 CPUtime=2358.53
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 27747 0 0 0 235806 47 0 0 25 0 4 0 157359752 785219584 176992 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30590] ppid=30584 vsize=766816 CPUtime=2368.5
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 45430 0 0 0 236777 73 0 0 25 0 4 0 157359752 785219584 176992 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9537.82
Current children cumulated vsize (KiB) 772172

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 30604
/proc/meminfo: memFree=1226376/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=793120 CPUtime=9652.5
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 183154 0 0 0 964976 274 0 0 25 0 4 0 157359680 812154880 183110 1992294400 134512640 135305190 4294956160 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 198280 183110 83 193 0 198084 0
[pid=30587/tid=30588] ppid=30584 vsize=793120 CPUtime=2396.93
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 43856 0 0 0 239622 71 0 0 25 0 4 0 157359752 812154880 183110 1992294400 134512640 135305190 4294956160 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30589] ppid=30584 vsize=793120 CPUtime=2388.3
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 31269 0 0 0 238777 53 0 0 25 0 4 0 157359752 812154880 183110 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30590] ppid=30584 vsize=793120 CPUtime=2398.6
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 47402 0 0 0 239784 76 0 0 25 0 4 0 157359752 812154880 183110 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9657.57
Current children cumulated vsize (KiB) 798476

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 30604
/proc/meminfo: memFree=1196872/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=826748 CPUtime=9772.23
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 190636 0 0 0 976939 284 0 0 25 0 4 0 157359680 846589952 190452 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 206687 190452 83 193 0 206491 0
[pid=30587/tid=30588] ppid=30584 vsize=826748 CPUtime=2426.63
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 44127 0 0 0 242591 72 0 0 25 0 4 0 157359752 846589952 190452 1992294400 134512640 135305190 4294956160 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30589] ppid=30584 vsize=826748 CPUtime=2418.17
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 36507 0 0 0 241758 59 0 0 25 0 4 0 157359752 846589952 190452 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30590] ppid=30584 vsize=826748 CPUtime=2428.89
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 49153 0 0 0 242809 80 0 0 25 0 4 0 157359752 846589952 190452 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9777.3
Current children cumulated vsize (KiB) 832104

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 30604
/proc/meminfo: memFree=1184072/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=839944 CPUtime=9891.97
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 193865 0 0 0 988909 288 0 0 25 0 4 0 157359680 860102656 193681 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 209986 193681 83 193 0 209790 0
[pid=30587/tid=30588] ppid=30584 vsize=839944 CPUtime=2456.63
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 44417 0 0 0 245590 73 0 0 25 0 4 0 157359752 860102656 193681 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30589] ppid=30584 vsize=839944 CPUtime=2448.03
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 37565 0 0 0 244744 59 0 0 25 0 4 0 157359752 860102656 193681 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30590] ppid=30584 vsize=839944 CPUtime=2458.87
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 50810 0 0 0 245805 82 0 0 25 0 4 0 157359752 860102656 193681 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9897.04
Current children cumulated vsize (KiB) 845300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5013.9 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 30604
/proc/meminfo: memFree=1175688/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=848548 CPUtime=9994.95
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 195919 0 0 0 999204 291 0 0 25 0 4 0 157359680 868913152 195735 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 212137 195735 83 193 0 211941 0
[pid=30587/tid=30588] ppid=30584 vsize=848548 CPUtime=2482.42
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 44630 0 0 0 248169 73 0 0 25 0 4 0 157359752 868913152 195735 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30589] ppid=30584 vsize=848548 CPUtime=2473.72
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 37634 0 0 0 247313 59 0 0 25 0 4 0 157359752 868913152 195735 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30590] ppid=30584 vsize=848548 CPUtime=2484.65
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 52353 0 0 0 248381 84 0 0 25 0 4 0 157359752 868913152 195735 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 853904

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5013.9 s]
/proc/loadavg: 4.00 4.00 3.94 5/69 30604
/proc/meminfo: memFree=1175688/2055920 swapFree=4181336/4192956
[pid=30584] ppid=30582 vsize=5356 CPUtime=5.07
/proc/30584/stat : 30584 (manysat.sh) S 30582 30584 30244 0 -1 4194304 313 8204 0 0 0 0 499 8 16 0 1 0 157359171 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30584/statm: 1339 238 195 169 0 50 0
[pid=30587] ppid=30584 vsize=848548 CPUtime=9994.95
/proc/30587/stat : 30587 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194304 195919 0 0 0 999204 291 0 0 25 0 4 0 157359680 868913152 195735 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30587/statm: 212137 195735 83 193 0 211941 0
[pid=30587/tid=30588] ppid=30584 vsize=848548 CPUtime=2482.42
/proc/30587/task/30588/stat : 30588 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 44630 0 0 0 248169 73 0 0 25 0 4 0 157359752 868913152 195735 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30587/tid=30589] ppid=30584 vsize=848548 CPUtime=2473.72
/proc/30587/task/30589/stat : 30589 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 37634 0 0 0 247313 59 0 0 25 0 4 0 157359752 868913152 195735 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30587/tid=30590] ppid=30584 vsize=848548 CPUtime=2484.65
/proc/30587/task/30590/stat : 30590 (manysat1.1_stat) R 30584 30584 30244 0 -1 4194368 52353 0 0 0 248381 84 0 0 25 0 4 0 157359752 868913152 195735 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 853904

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30584 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=998240
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=84987
# CPU time returned by wait4() is 5.08323
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5013.92
CPU time (s): 10000
CPU user time (s): 9997.03
CPU system time (s): 2.99
CPU usage (%): 199.445
Max. virtual memory (cumulated for all children) (KiB): 853904

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

runsolver used 5.20221 second user time and 13.5219 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-02 21:41:46
IDJOB=1775036
IDBENCH=71077
IDSOLVER=612
FILE ID=node36/1775036-1241293305
PBS_JOBID= 9225119
Free space on /tmp= 66488 MiB

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

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

MD5SUM BENCH= 8e41b9860982308be5a85106d5324611
RANDOM SEED=1311964709

node36.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.232
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.232
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:       1972936 kB
Buffers:          2404 kB
Cached:          29304 kB
SwapCached:       5352 kB
Active:          27468 kB
Inactive:        12128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1972936 kB
SwapTotal:     4192956 kB
SwapFree:      4181336 kB
Dirty:            7072 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            29528 kB
Committed_AS:   666416 kB
PageTables:       1380 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= 66476 MiB
End job on node36 at 2009-05-02 23:05:22