Trace number 1556072

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 0/2009-03-20? (TO) 1200.1 601.821

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray08_32.cnf
MD5SUMfd3f8184ebdeefe767f2b0366176385e
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 variables17818
Number of clauses52685
Sum of the clauses size122929
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 235122
Number of clauses of size 317561
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.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |   52683   122927 |   15804       0        0     nan |  0.000 % |
0.29/0.39	c |         0 |   40130   119943 |      --       0       --      -- |     --   | -12551/-2979
0.29/0.39	c ==============================================================================
0.29/0.39	c Result  :   #vars: 8978   #clauses: 40130   #literals: 119943
0.29/0.39	c CPU time:   0.378942 s
0.29/0.39	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-1556072-1238745940/watcher-1556072-1238745940 -o /tmp/evaluation-result-1556072-1238745940/solver-1556072-1238745940 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1556072-1238745940.cnf aimd 0 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 14541
/proc/meminfo: memFree=1828136/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0
/proc/14541/stat : 14541 (manysat.sh) R 14539 14541 14235 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1147259761 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 272467815071 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/14541/statm: 1339 234 194 169 0 50 0
[pid=14542] ppid=14541 vsize=824 CPUtime=0
/proc/14542/stat : 14542 (SatElite) R 14541 14541 14235 0 -1 4194304 138 0 0 0 0 0 0 0 18 0 1 0 1147259761 843776 122 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14542/statm: 206 123 50 127 0 76 0

[startup+0.085171 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 14541
/proc/meminfo: memFree=1828136/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147259761 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14541/statm: 1339 235 195 169 0 50 0
[pid=14542] ppid=14541 vsize=10216 CPUtime=0.07
/proc/14542/stat : 14542 (SatElite) R 14541 14541 14235 0 -1 4194304 2281 0 0 0 6 1 0 0 19 0 1 0 1147259761 10461184 2126 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14542/statm: 2554 2126 68 127 0 2424 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15572

[startup+0.101172 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 14541
/proc/meminfo: memFree=1828136/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147259761 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14541/statm: 1339 235 195 169 0 50 0
[pid=14542] ppid=14541 vsize=10752 CPUtime=0.09
/proc/14542/stat : 14542 (SatElite) R 14541 14541 14235 0 -1 4194304 2398 0 0 0 8 1 0 0 19 0 1 0 1147259761 11010048 2243 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/14542/statm: 2688 2243 68 127 0 2558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16108

[startup+0.301201 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 14541
/proc/meminfo: memFree=1828136/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147259761 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14541/statm: 1339 235 195 169 0 50 0
[pid=14542] ppid=14541 vsize=11544 CPUtime=0.29
/proc/14542/stat : 14542 (SatElite) R 14541 14541 14235 0 -1 4194304 2604 0 0 0 28 1 0 0 21 0 1 0 1147259761 11821056 2449 1992294400 134512640 135034092 4294956112 18446744073709551615 134566339 0 0 4096 3 0 0 0 17 1 0 0
/proc/14542/statm: 2886 2449 68 127 0 2756 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16900

[startup+0.701269 s]
/proc/loadavg: 0.92 0.99 0.99 3/64 14541
/proc/meminfo: memFree=1828136/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 5356

[startup+1.50238 s]
/proc/loadavg: 0.92 0.99 0.99 3/67 14545
/proc/meminfo: memFree=1818576/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=21800 CPUtime=2.02
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 2214 0 0 0 200 2 0 0 17 0 2 0 1147259806 22323200 2200 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14544/statm: 5450 2200 83 193 0 5254 0
[pid=14544/tid=14545] ppid=14541 vsize=21800 CPUtime=0.98
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 264 0 0 0 98 0 0 0 16 0 2 0 1147259811 22323200 2200 1992294400 134512640 135305190 4294956160 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 27156

[startup+3.10161 s]
/proc/loadavg: 0.92 0.99 0.99 3/67 14545
/proc/meminfo: memFree=1816280/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=25208 CPUtime=5.21
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 3191 0 0 0 517 4 0 0 16 0 2 0 1147259806 25812992 3177 1992294400 134512640 135305190 4294956160 18446744073709551615 134556843 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14544/statm: 6302 3177 83 193 0 6106 0
[pid=14544/tid=14545] ppid=14541 vsize=25208 CPUtime=2.57
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 698 0 0 0 256 1 0 0 17 0 2 0 1147259811 25812992 3177 1992294400 134512640 135305190 4294956160 18446744073709551615 134556734 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 30564

[startup+6.30208 s]
/proc/loadavg: 1.01 1.01 1.00 3/67 14545
/proc/meminfo: memFree=1810584/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=29108 CPUtime=11.58
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 4063 0 0 0 1153 5 0 0 16 0 2 0 1147259806 29806592 4049 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/14544/statm: 7277 4049 83 193 0 7081 0
[pid=14544/tid=14545] ppid=14541 vsize=29108 CPUtime=5.77
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 978 0 0 0 575 2 0 0 17 0 2 0 1147259811 29806592 4049 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 34464

[startup+12.703 s]
/proc/loadavg: 1.09 1.02 1.01 3/67 14545
/proc/meminfo: memFree=1805976/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=34088 CPUtime=24.33
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 5330 0 0 0 2426 7 0 0 17 0 2 0 1147259806 34906112 5316 1992294400 134512640 135305190 4294956160 18446744073709551615 134558427 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 8522 5316 83 193 0 8326 0
[pid=14544/tid=14545] ppid=14541 vsize=34088 CPUtime=12.14
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 1423 0 0 0 1211 3 0 0 17 0 2 0 1147259811 34906112 5316 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 39444

[startup+25.5019 s]
/proc/loadavg: 1.29 1.07 1.02 3/67 14545
/proc/meminfo: memFree=1798424/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=40108 CPUtime=49.86
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 7052 0 0 0 4976 10 0 0 17 0 2 0 1147259806 41070592 7029 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 10027 7029 83 193 0 9831 0
[pid=14544/tid=14545] ppid=14541 vsize=40108 CPUtime=24.87
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 2227 0 0 0 2483 4 0 0 18 0 2 0 1147259811 41070592 7029 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 45464

[startup+51.1016 s]
/proc/loadavg: 1.53 1.14 1.04 3/67 14545
/proc/meminfo: memFree=1786328/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=52700 CPUtime=100.9
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 10083 0 0 0 10075 15 0 0 17 0 2 0 1147259806 53964800 10060 1992294400 134512640 135305190 4294956160 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 13175 10060 83 193 0 12979 0
[pid=14544/tid=14545] ppid=14541 vsize=52700 CPUtime=50.36
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 3552 0 0 0 5029 7 0 0 19 0 2 0 1147259811 53964800 10060 1992294400 134512640 135305190 4294956160 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 58056

[startup+102.307 s]
/proc/loadavg: 1.84 1.29 1.10 3/67 14545
/proc/meminfo: memFree=1773592/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=65004 CPUtime=203.05
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 13196 0 0 0 20284 21 0 0 21 0 2 0 1147259806 66564096 13173 1992294400 134512640 135305190 4294956160 18446744073709551615 134551951 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 16251 13173 83 193 0 16055 0
[pid=14544/tid=14545] ppid=14541 vsize=65004 CPUtime=101.34
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 5016 0 0 0 10125 9 0 0 18 0 2 0 1147259811 66564096 13173 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.48
Current children cumulated vsize (KiB) 70360

[startup+162.302 s]
/proc/loadavg: 2.11 1.47 1.17 3/67 14545
/proc/meminfo: memFree=1754968/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=84692 CPUtime=322.71
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 17859 0 0 0 32244 27 0 0 19 0 2 0 1147259806 86724608 17836 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 21173 17836 83 193 0 20977 0
[pid=14544/tid=14545] ppid=14541 vsize=84692 CPUtime=161.07
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 7580 0 0 0 16094 13 0 0 19 0 2 0 1147259811 86724608 17836 1992294400 134512640 135305190 4294956160 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.14
Current children cumulated vsize (KiB) 90048

[startup+222.301 s]
/proc/loadavg: 2.04 1.57 1.22 3/67 14545
/proc/meminfo: memFree=1731864/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=108192 CPUtime=442.41
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 23653 0 0 0 44203 38 0 0 25 0 2 0 1147259806 110788608 23630 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 27048 23630 83 193 0 26852 0
[pid=14544/tid=14545] ppid=14541 vsize=108192 CPUtime=220.83
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 10661 0 0 0 22064 19 0 0 25 0 2 0 1147259811 110788608 23630 1992294400 134512640 135305190 4294956160 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.84
Current children cumulated vsize (KiB) 113548

[startup+282.302 s]
/proc/loadavg: 2.01 1.64 1.27 3/67 14545
/proc/meminfo: memFree=1720472/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=118896 CPUtime=562.12
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 26485 0 0 0 56171 41 0 0 17 0 2 0 1147259806 121749504 26462 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 29724 26462 83 193 0 29528 0
[pid=14544/tid=14545] ppid=14541 vsize=118896 CPUtime=280.57
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 12291 0 0 0 28037 20 0 0 18 0 2 0 1147259811 121749504 26462 1992294400 134512640 135305190 4294956160 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.55
Current children cumulated vsize (KiB) 124252

[startup+342.303 s]
/proc/loadavg: 2.00 1.70 1.31 3/67 14545
/proc/meminfo: memFree=1713112/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=127376 CPUtime=681.86
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 28358 0 0 0 68141 45 0 0 18 0 2 0 1147259806 130433024 28335 1992294400 134512640 135305190 4294956160 18446744073709551615 134541978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 31844 28335 83 193 0 31648 0
[pid=14544/tid=14545] ppid=14541 vsize=127376 CPUtime=340.32
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 13050 0 0 0 34011 21 0 0 25 0 2 0 1147259811 130433024 28335 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.29
Current children cumulated vsize (KiB) 132732

[startup+402.301 s]
/proc/loadavg: 2.00 1.76 1.35 3/67 14545
/proc/meminfo: memFree=1705816/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=133900 CPUtime=801.57
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 30130 0 0 0 80108 49 0 0 25 0 2 0 1147259806 137113600 30107 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 33475 30107 83 193 0 33279 0
[pid=14544/tid=14545] ppid=14541 vsize=133900 CPUtime=400.06
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 13704 0 0 0 39983 23 0 0 25 0 2 0 1147259811 137113600 30107 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802
Current children cumulated vsize (KiB) 139256

[startup+462.301 s]
/proc/loadavg: 2.00 1.80 1.39 3/67 14545
/proc/meminfo: memFree=1688728/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=151500 CPUtime=921.3
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 34471 0 0 0 92076 54 0 0 25 0 2 0 1147259806 155136000 34448 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 37875 34448 83 193 0 37679 0
[pid=14544/tid=14545] ppid=14541 vsize=151500 CPUtime=459.81
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 15806 0 0 0 45956 25 0 0 21 0 2 0 1147259811 155136000 34448 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.73
Current children cumulated vsize (KiB) 156856

[startup+522.302 s]
/proc/loadavg: 2.00 1.83 1.42 3/67 14545
/proc/meminfo: memFree=1680152/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=160160 CPUtime=1041.01
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 36523 0 0 0 104044 57 0 0 25 0 2 0 1147259806 164003840 36500 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 40040 36500 83 193 0 39844 0
[pid=14544/tid=14545] ppid=14541 vsize=160160 CPUtime=519.56
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 16518 0 0 0 51929 27 0 0 25 0 2 0 1147259811 164003840 36500 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.44
Current children cumulated vsize (KiB) 165516

[startup+582.301 s]
/proc/loadavg: 2.00 1.86 1.46 3/67 14545
/proc/meminfo: memFree=1677848/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=162520 CPUtime=1160.74
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 37131 0 0 0 116016 58 0 0 25 0 2 0 1147259806 166420480 37108 1992294400 134512640 135305190 4294956160 18446744073709551615 134570400 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 40630 37108 83 193 0 40434 0
[pid=14544/tid=14545] ppid=14541 vsize=162520 CPUtime=579.31
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 16952 0 0 0 57903 28 0 0 25 0 2 0 1147259811 166420480 37108 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.17
Current children cumulated vsize (KiB) 167876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.802 s]
/proc/loadavg: 2.00 1.87 1.47 3/67 14545
/proc/meminfo: memFree=1672216/2055920 swapFree=4178460/4192956
[pid=14541] ppid=14539 vsize=5356 CPUtime=0.43
/proc/14541/stat : 14541 (manysat.sh) S 14539 14541 14235 0 -1 4194304 312 2661 0 0 0 0 42 1 16 0 1 0 1147259761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14541/statm: 1339 238 195 169 0 50 0
[pid=14544] ppid=14541 vsize=168556 CPUtime=1199.67
/proc/14544/stat : 14544 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194304 38495 0 0 0 119906 61 0 0 17 0 2 0 1147259806 172601344 38472 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14544/statm: 42139 38472 83 193 0 41943 0
[pid=14544/tid=14545] ppid=14541 vsize=168556 CPUtime=598.74
/proc/14544/task/14545/stat : 14545 (manysat1.1_stat) R 14541 14541 14235 0 -1 4194368 17584 0 0 0 59845 29 0 0 25 0 2 0 1147259811 172601344 38472 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 173912

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 601.821
CPU time (s): 1200.1
CPU user time (s): 1199.48
CPU system time (s): 0.62
CPU usage (%): 199.411
Max. virtual memory (cumulated for all children) (KiB): 173912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.432934
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= 2973
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= 3

runsolver used 0.528919 second user time and 1.67374 second system time

The end

Launcher Data

Begin job on node22 at 2009-04-03 10:05:41
IDJOB=1556072
IDBENCH=70812
IDSOLVER=513
FILE ID=node22/1556072-1238745940
PBS_JOBID= 9086103
Free space on /tmp= 66532 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray08_32.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556072-1238745940/watcher-1556072-1238745940 -o /tmp/evaluation-result-1556072-1238745940/solver-1556072-1238745940 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1556072-1238745940.cnf aimd 0

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED=1052250457

node22.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.279
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.279
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:       1828552 kB
Buffers:         45964 kB
Cached:          94100 kB
SwapCached:       8312 kB
Active:          16608 kB
Inactive:       133360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828552 kB
SwapTotal:     4192956 kB
SwapFree:      4178460 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:          15576 kB
Slab:            63452 kB
Committed_AS:  3185304 kB
PageTables:       1372 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= 66528 MiB
End job on node22 at 2009-04-03 10:15:44