Trace number 1773746

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 5011.12

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs032.cnf
MD5SUM431823fbe355abc605baf058be5925a0
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 variables18792
Number of clauses56183
Sum of the clauses size131091
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 237454
Number of clauses of size 318727
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.02/0.05	c ==============================================================================
0.02/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.05	c ==============================================================================
0.02/0.05	c |         0 |   56181   131089 |   16854       0        0     nan |  0.000 % |
0.29/0.32	c |         0 |   42760   118489 |      --       0       --      -- |     --   | -13419/-12595
0.29/0.32	c ==============================================================================
0.29/0.32	c Result  :   #vars: 10688   #clauses: 42760   #literals: 118489
0.29/0.32	c CPU time:   0.308953 s
0.29/0.32	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-1773746-1241288240/watcher-1773746-1241288240 -o /tmp/evaluation-result-1773746-1241288240/solver-1773746-1241288240 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773746-1241288240.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.99 3.81 2.83 3/64 303
/proc/meminfo: memFree=1492536/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156857295 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 235 195 169 0 50 0
[pid=304] ppid=303 vsize=1232 CPUtime=0
/proc/304/stat : 304 (SatElite) R 303 303 32569 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 156857296 1261568 189 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 308 190 50 127 0 178 0

[startup+0.031625 s]
/proc/loadavg: 3.99 3.81 2.83 3/64 303
/proc/meminfo: memFree=1492536/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156857295 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 235 195 169 0 50 0
[pid=304] ppid=303 vsize=4848 CPUtime=0.02
/proc/304/stat : 304 (SatElite) R 303 303 32569 0 -1 4194304 1030 0 0 0 2 0 0 0 18 0 1 0 156857296 4964352 1014 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 1212 1015 50 127 0 1082 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10204

[startup+0.101632 s]
/proc/loadavg: 3.99 3.81 2.83 3/64 303
/proc/meminfo: memFree=1492536/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156857295 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 235 195 169 0 50 0
[pid=304] ppid=303 vsize=10752 CPUtime=0.08
/proc/304/stat : 304 (SatElite) R 303 303 32569 0 -1 4194304 2445 0 0 0 8 0 0 0 18 0 1 0 156857296 11010048 2282 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 2688 2282 68 127 0 2558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16108

[startup+0.301654 s]
/proc/loadavg: 3.99 3.81 2.83 3/64 303
/proc/meminfo: memFree=1492536/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156857295 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 235 195 169 0 50 0
[pid=304] ppid=303 vsize=11428 CPUtime=0.29
/proc/304/stat : 304 (SatElite) R 303 303 32569 0 -1 4194304 2606 0 0 0 28 1 0 0 19 0 1 0 156857296 11702272 2443 1992294400 134512640 135034092 4294956112 18446744073709551615 134571575 0 0 4096 3 0 0 0 17 1 0 0
/proc/304/statm: 2857 2443 68 127 0 2727 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16784

[startup+0.701704 s]
/proc/loadavg: 3.99 3.81 2.83 3/64 303
/proc/meminfo: memFree=1492536/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 5356

[startup+1.50179 s]
/proc/loadavg: 3.99 3.81 2.83 5/69 309
/proc/meminfo: memFree=1474960/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=50808 CPUtime=2.12
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 4413 0 0 0 208 4 0 0 18 0 4 0 156857333 52027392 4399 1992294400 134512640 135305190 4294956160 18446744073709551615 134836375 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 12702 4399 83 193 0 12506 0
[pid=306/tid=307] ppid=303 vsize=50808 CPUtime=0.68
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 267 0 0 0 68 0 0 0 17 0 4 0 156857344 52027392 4399 1992294400 134512640 135305190 4294956160 18446744073709551615 134528483 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=308] ppid=303 vsize=50808 CPUtime=0.51
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 355 0 0 0 50 1 0 0 19 0 4 0 156857344 52027392 4399 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=309] ppid=303 vsize=50808 CPUtime=0.51
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 282 0 0 0 51 0 0 0 19 0 4 0 156857344 52027392 4399 1992294400 134512640 135305190 4294956160 18446744073709551615 134551857 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 56164

[startup+3.10297 s]
/proc/loadavg: 3.99 3.82 2.84 5/69 309
/proc/meminfo: memFree=1471248/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=54344 CPUtime=5.31
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 5336 0 0 0 526 5 0 0 17 0 4 0 156857333 55648256 5322 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 13586 5322 83 193 0 13390 0
[pid=306/tid=307] ppid=303 vsize=54344 CPUtime=1.98
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 522 0 0 0 198 0 0 0 17 0 4 0 156857344 55648256 5322 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=54344 CPUtime=1.14
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 631 0 0 0 113 1 0 0 18 0 4 0 156857344 55648256 5322 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=54344 CPUtime=0.82
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 423 0 0 0 82 0 0 0 18 0 4 0 156857344 55648256 5322 1992294400 134512640 135305190 4294956160 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 59700

[startup+6.30131 s]
/proc/loadavg: 3.99 3.82 2.84 5/69 309
/proc/meminfo: memFree=1466064/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=60156 CPUtime=11.69
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 6532 0 0 0 1162 7 0 0 17 0 4 0 156857333 61599744 6518 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 15039 6518 83 193 0 14843 0
[pid=306/tid=307] ppid=303 vsize=60156 CPUtime=4.39
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 852 0 0 0 438 1 0 0 17 0 4 0 156857344 61599744 6518 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=60156 CPUtime=1.64
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 770 0 0 0 163 1 0 0 18 0 4 0 156857344 61599744 6519 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=60156 CPUtime=2.26
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 776 0 0 0 225 1 0 0 17 0 4 0 156857344 61599744 6519 1992294400 134512640 135305190 4294956160 18446744073709551615 134843311 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.05
Current children cumulated vsize (KiB) 65512

[startup+12.703 s]
/proc/loadavg: 3.99 3.82 2.85 5/69 309
/proc/meminfo: memFree=1458640/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=67124 CPUtime=24.46
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 8325 0 0 0 2437 9 0 0 16 0 4 0 156857333 68734976 8311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 16781 8311 83 193 0 16585 0
[pid=306/tid=307] ppid=303 vsize=67124 CPUtime=8.01
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 1205 0 0 0 800 1 0 0 18 0 4 0 156857344 68734976 8311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=67124 CPUtime=2.2
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 933 0 0 0 219 1 0 0 20 0 4 0 156857344 68734976 8311 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=67124 CPUtime=5.04
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 1302 0 0 0 502 2 0 0 17 0 4 0 156857344 68734976 8311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 72480

[startup+25.5014 s]
/proc/loadavg: 3.99 3.83 2.86 5/69 309
/proc/meminfo: memFree=1448528/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=76168 CPUtime=50
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 10723 0 0 0 4988 12 0 0 17 0 4 0 156857333 77996032 10709 1992294400 134512640 135305190 4294956160 18446744073709551615 134528178 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/306/statm: 19042 10709 83 193 0 18846 0
[pid=306/tid=307] ppid=303 vsize=76168 CPUtime=13.45
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 1578 0 0 0 1343 2 0 0 18 0 4 0 156857344 77996032 10709 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=76168 CPUtime=2.86
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 1092 0 0 0 284 2 0 0 17 0 4 0 156857344 77996032 10709 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=76168 CPUtime=14.46
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 2198 0 0 0 1443 3 0 0 17 0 4 0 156857344 77996032 10709 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 81524

[startup+51.1011 s]
/proc/loadavg: 3.99 3.84 2.89 5/69 309
/proc/meminfo: memFree=1429648/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=95688 CPUtime=101.08
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 15458 0 0 0 10090 18 0 0 19 0 4 0 156857333 97984512 15444 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/306/statm: 23922 15444 83 193 0 23726 0
[pid=306/tid=307] ppid=303 vsize=95688 CPUtime=23.12
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 2201 0 0 0 2309 3 0 0 17 0 4 0 156857344 97984512 15444 1992294400 134512640 135305190 4294956160 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=95688 CPUtime=15.64
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 3058 0 0 0 1560 4 0 0 17 0 4 0 156857344 97984512 15444 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=95688 CPUtime=29.9
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 3581 0 0 0 2985 5 0 0 17 0 4 0 156857344 97984512 15444 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.44
Current children cumulated vsize (KiB) 101044

[startup+102.306 s]
/proc/loadavg: 3.99 3.86 2.95 5/69 309
/proc/meminfo: memFree=1423952/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=101240 CPUtime=203.26
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 16746 0 0 0 20304 22 0 0 18 0 4 0 156857333 103669760 16732 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 25310 16732 83 193 0 25114 0
[pid=306/tid=307] ppid=303 vsize=101240 CPUtime=43.01
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 2533 0 0 0 4297 4 0 0 18 0 4 0 156857344 103669760 16732 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=308] ppid=303 vsize=101240 CPUtime=34.2
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 3444 0 0 0 3415 5 0 0 18 0 4 0 156857344 103669760 16732 1992294400 134512640 135305190 4294956160 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=309] ppid=303 vsize=101240 CPUtime=61.9
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 3835 0 0 0 6184 6 0 0 17 0 4 0 156857344 103669760 16732 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.62
Current children cumulated vsize (KiB) 106596

[startup+162.301 s]
/proc/loadavg: 3.99 3.89 3.01 5/69 309
/proc/meminfo: memFree=1405008/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=120444 CPUtime=322.99

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

/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 19824 0 0 0 249612 40 0 0 25 0 4 0 156857344 415510528 91958 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9184.23
Current children cumulated vsize (KiB) 411128

[startup+4662.3 s]
/proc/loadavg: 3.99 3.98 3.98 5/69 317
/proc/meminfo: memFree=1103824/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=424664 CPUtime=9303.61
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 96519 0 0 0 930190 171 0 0 17 0 4 0 156857333 434855936 96505 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 106166 96505 83 193 0 105970 0
[pid=306/tid=307] ppid=303 vsize=424664 CPUtime=2193.18
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 14684 0 0 0 219292 26 0 0 25 0 4 0 156857344 434855936 96505 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=308] ppid=303 vsize=424664 CPUtime=2154.23
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 38221 0 0 0 215360 63 0 0 25 0 4 0 156857344 434855936 96505 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=309] ppid=303 vsize=424664 CPUtime=2528.22
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 21037 0 0 0 252780 42 0 0 20 0 4 0 156857344 434855936 96505 1992294400 134512640 135305190 4294956160 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9303.97
Current children cumulated vsize (KiB) 430020

[startup+4722.31 s]
/proc/loadavg: 3.99 3.98 3.98 5/69 317
/proc/meminfo: memFree=1084880/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=443408 CPUtime=9423.35
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 101222 0 0 0 942159 176 0 0 25 0 4 0 156857333 454049792 101208 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 110852 101208 83 193 0 110656 0
[pid=306/tid=307] ppid=303 vsize=443408 CPUtime=2221.71
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 15488 0 0 0 222144 27 0 0 18 0 4 0 156857344 454049792 101208 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=443408 CPUtime=2184.16
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 39987 0 0 0 218352 64 0 0 25 0 4 0 156857344 454049792 101208 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=443408 CPUtime=2557.51
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 22090 0 0 0 255708 43 0 0 25 0 4 0 156857344 454049792 101208 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9423.71
Current children cumulated vsize (KiB) 448764

[startup+4782.3 s]
/proc/loadavg: 3.99 3.98 3.98 5/69 317
/proc/meminfo: memFree=1079376/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=448976 CPUtime=9543.1
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 102582 0 0 0 954129 181 0 0 25 0 4 0 156857333 459751424 102568 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 112244 102568 83 193 0 112048 0
[pid=306/tid=307] ppid=303 vsize=448976 CPUtime=2250.77
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 15775 0 0 0 225050 27 0 0 25 0 4 0 156857344 459751424 102568 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=448976 CPUtime=2215.16
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 40484 0 0 0 221450 66 0 0 25 0 4 0 156857344 459751424 102568 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=448976 CPUtime=2589.73
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 22371 0 0 0 258929 44 0 0 24 0 4 0 156857344 459751424 102568 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9543.46
Current children cumulated vsize (KiB) 454332

[startup+4842.3 s]
/proc/loadavg: 3.99 3.98 3.98 5/69 317
/proc/meminfo: memFree=1078480/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=449768 CPUtime=9662.84
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 102798 0 0 0 966103 181 0 0 25 0 4 0 156857333 460562432 102784 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/306/statm: 112442 102784 83 193 0 112246 0
[pid=306/tid=307] ppid=303 vsize=449768 CPUtime=2282.16
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 15880 0 0 0 228189 27 0 0 20 0 4 0 156857344 460562432 102784 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=308] ppid=303 vsize=449768 CPUtime=2243.6
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 40484 0 0 0 224294 66 0 0 25 0 4 0 156857344 460562432 102784 1992294400 134512640 135305190 4294956160 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=449768 CPUtime=2618.12
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 22371 0 0 0 261768 44 0 0 25 0 4 0 156857344 460562432 102784 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9663.2
Current children cumulated vsize (KiB) 455124

[startup+4902.3 s]
/proc/loadavg: 3.99 3.98 3.98 5/69 317
/proc/meminfo: memFree=1077968/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=450404 CPUtime=9782.58
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 102943 0 0 0 978077 181 0 0 24 0 4 0 156857333 461213696 102929 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 112601 102929 83 193 0 112405 0
[pid=306/tid=307] ppid=303 vsize=450404 CPUtime=2312.78
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 15992 0 0 0 231250 28 0 0 20 0 4 0 156857344 461213696 102929 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=450404 CPUtime=2269.76
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 40509 0 0 0 226909 67 0 0 25 0 4 0 156857344 461213696 102929 1992294400 134512640 135305190 4294956160 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=450404 CPUtime=2647.19
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 22371 0 0 0 264675 44 0 0 21 0 4 0 156857344 461213696 102929 1992294400 134512640 135305190 4294956160 18446744073709551615 134548940 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9782.94
Current children cumulated vsize (KiB) 455760

[startup+4962.3 s]
/proc/loadavg: 3.99 3.98 3.98 5/69 319
/proc/meminfo: memFree=1076816/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=451440 CPUtime=9902.32
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 103170 0 0 0 990050 182 0 0 25 0 4 0 156857333 462274560 103156 1992294400 134512640 135305190 4294956160 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 112860 103156 83 193 0 112664 0
[pid=306/tid=307] ppid=303 vsize=451440 CPUtime=2341.96
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 16203 0 0 0 234168 28 0 0 25 0 4 0 156857344 462274560 103156 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=451440 CPUtime=2297.53
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 40525 0 0 0 229686 67 0 0 20 0 4 0 156857344 462274560 103156 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=451440 CPUtime=2678
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 22371 0 0 0 267756 44 0 0 25 0 4 0 156857344 462274560 103156 1992294400 134512640 135305190 4294956160 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9902.68
Current children cumulated vsize (KiB) 456796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.1 s]
/proc/loadavg: 3.99 3.98 3.98 5/69 319
/proc/meminfo: memFree=1076368/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=452040 CPUtime=9999.71
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 103313 0 0 0 999789 182 0 0 21 0 4 0 156857333 462888960 103299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 113010 103299 83 193 0 112814 0
[pid=306/tid=307] ppid=303 vsize=452040 CPUtime=2364.47
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 16312 0 0 0 236419 28 0 0 25 0 4 0 156857344 462888960 103299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=452040 CPUtime=2319.83
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 40559 0 0 0 231916 67 0 0 25 0 4 0 156857344 462888960 103299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=452040 CPUtime=2704.18
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 22371 0 0 0 270374 44 0 0 25 0 4 0 156857344 462888960 103299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 457396

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

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

[startup+5011.1 s]
/proc/loadavg: 3.99 3.98 3.98 5/69 319
/proc/meminfo: memFree=1076368/2055920 swapFree=4180872/4192956
[pid=303] ppid=301 vsize=5356 CPUtime=0.36
/proc/303/stat : 303 (manysat.sh) S 301 303 32569 0 -1 4194304 313 2665 0 0 0 0 35 1 16 0 1 0 156857295 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/303/statm: 1339 238 195 169 0 50 0
[pid=306] ppid=303 vsize=452040 CPUtime=9999.71
/proc/306/stat : 306 (manysat1.1_stat) R 303 303 32569 0 -1 4194304 103313 0 0 0 999789 182 0 0 21 0 4 0 156857333 462888960 103299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/306/statm: 113010 103299 83 193 0 112814 0
[pid=306/tid=307] ppid=303 vsize=452040 CPUtime=2364.47
/proc/306/task/307/stat : 307 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 16312 0 0 0 236419 28 0 0 25 0 4 0 156857344 462888960 103299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=306/tid=308] ppid=303 vsize=452040 CPUtime=2319.83
/proc/306/task/308/stat : 308 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 40559 0 0 0 231916 67 0 0 25 0 4 0 156857344 462888960 103299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
[pid=306/tid=309] ppid=303 vsize=452040 CPUtime=2704.18
/proc/306/task/309/stat : 309 (manysat1.1_stat) R 303 303 32569 0 -1 4194368 22371 0 0 0 270374 44 0 0 25 0 4 0 156857344 462888960 103299 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 457396

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 303 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=358945
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=19996
# CPU time returned by wait4() is 0.378941
# 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): 5011.12
CPU time (s): 10000.1
CPU user time (s): 9998.24
CPU system time (s): 1.83
CPU usage (%): 199.558
Max. virtual memory (cumulated for all children) (KiB): 457396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.358945
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2978
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= 6
involuntary context switches= 4

runsolver used 4.49232 second user time and 13.7389 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-02 20:17:20
IDJOB=1773746
IDBENCH=70786
IDSOLVER=612
FILE ID=node19/1773746-1241288240
PBS_JOBID= 9225097
Free space on /tmp= 66500 MiB

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

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

MD5SUM BENCH= 431823fbe355abc605baf058be5925a0
RANDOM SEED=657622244

node19.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.236
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.236
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:       1493080 kB
Buffers:         81860 kB
Cached:         384644 kB
SwapCached:       6776 kB
Active:          62964 kB
Inactive:       412356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1493080 kB
SwapTotal:     4192956 kB
SwapFree:      4180872 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            73576 kB
Committed_AS:   726408 kB
PageTables:       1456 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= 66496 MiB
End job on node19 at 2009-05-02 21:40:53