Trace number 1556074

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 2/2009-03-20? (TO) 1200.01 601.818

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.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 |   52683   122927 |   15804       0        0     nan |  0.000 % |
0.29/0.37	c |         0 |   40130   119943 |      --       0       --      -- |     --   | -12551/-2979
0.29/0.37	c ==============================================================================
0.29/0.37	c Result  :   #vars: 8978   #clauses: 40130   #literals: 119943
0.29/0.37	c CPU time:   0.358945 s
0.29/0.37	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-1556074-1238745960/watcher-1556074-1238745960 -o /tmp/evaluation-result-1556074-1238745960/solver-1556074-1238745960 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1556074-1238745960.cnf aimd 2 

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.91 0.98 0.93 3/64 25907
/proc/meminfo: memFree=917752/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (manysat.sh) R 25905 25907 25598 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1147262819 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 259913214623 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25907/statm: 1339 234 194 169 0 50 0
[pid=25908] ppid=25907 vsize=1116 CPUtime=0
/proc/25908/stat : 25908 (SatElite) R 25907 25907 25598 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 1147262819 1142784 157 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25908/statm: 279 157 50 127 0 149 0

[startup+0.031691 s]
/proc/loadavg: 0.91 0.98 0.93 3/64 25907
/proc/meminfo: memFree=917752/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147262819 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 235 195 169 0 50 0
[pid=25908] ppid=25907 vsize=5080 CPUtime=0.02
/proc/25908/stat : 25908 (SatElite) R 25907 25907 25598 0 -1 4194304 1107 0 0 0 2 0 0 0 19 0 1 0 1147262819 5201920 1091 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25908/statm: 1270 1093 50 127 0 1140 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10436

[startup+0.102703 s]
/proc/loadavg: 0.91 0.98 0.93 3/64 25907
/proc/meminfo: memFree=917752/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147262819 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 235 195 169 0 50 0
[pid=25908] ppid=25907 vsize=10752 CPUtime=0.08
/proc/25908/stat : 25908 (SatElite) R 25907 25907 25598 0 -1 4194304 2427 0 0 0 8 0 0 0 19 0 1 0 1147262819 11010048 2272 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25908/statm: 2688 2272 68 127 0 2558 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16108

[startup+0.302738 s]
/proc/loadavg: 0.91 0.98 0.93 3/64 25907
/proc/meminfo: memFree=917752/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1147262819 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25907/statm: 1339 235 195 169 0 50 0
[pid=25908] ppid=25907 vsize=11544 CPUtime=0.29
/proc/25908/stat : 25908 (SatElite) R 25907 25907 25598 0 -1 4194304 2604 0 0 0 28 1 0 0 21 0 1 0 1147262819 11821056 2449 1992294400 134512640 135034092 4294956112 18446744073709551615 134529207 0 0 4096 3 0 0 0 17 0 0 0
/proc/25908/statm: 2886 2449 68 127 0 2756 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16900

[startup+0.701867 s]
/proc/loadavg: 0.91 0.98 0.93 3/64 25907
/proc/meminfo: memFree=917752/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 5356

[startup+1.50196 s]
/proc/loadavg: 0.91 0.98 0.93 3/67 25911
/proc/meminfo: memFree=907808/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=21940 CPUtime=2.07
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 2262 0 0 0 204 3 0 0 16 0 2 0 1147262861 22466560 2247 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 5485 2247 83 193 0 5289 0
[pid=25910/tid=25911] ppid=25907 vsize=21940 CPUtime=1.01
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 284 0 0 0 100 1 0 0 16 0 2 0 1147262867 22466560 2247 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 27296

[startup+3.10124 s]
/proc/loadavg: 0.91 0.98 0.93 3/67 25911
/proc/meminfo: memFree=905632/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=24688 CPUtime=5.25
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 2986 0 0 0 521 4 0 0 16 0 2 0 1147262861 25280512 2971 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 6172 2971 83 193 0 5976 0
[pid=25910/tid=25911] ppid=25907 vsize=24688 CPUtime=2.6
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 573 0 0 0 258 2 0 0 16 0 2 0 1147262867 25280512 2971 1992294400 134512640 135305190 4294956160 18446744073709551615 134570394 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 30044

[startup+6.3018 s]
/proc/loadavg: 1.08 1.01 0.94 3/67 25911
/proc/meminfo: memFree=900384/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=28220 CPUtime=11.63
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 4009 0 0 0 1157 6 0 0 17 0 2 0 1147262861 28897280 3994 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 7055 3994 83 193 0 6859 0
[pid=25910/tid=25911] ppid=25907 vsize=28220 CPUtime=5.79
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 956 0 0 0 577 2 0 0 16 0 2 0 1147262867 28897280 3994 1992294400 134512640 135305190 4294956160 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 33576

[startup+12.7019 s]
/proc/loadavg: 1.15 1.03 0.95 3/67 25911
/proc/meminfo: memFree=894752/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=34344 CPUtime=24.39
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 5343 0 0 0 2430 9 0 0 17 0 2 0 1147262861 35168256 5328 1992294400 134512640 135305190 4294956160 18446744073709551615 134551851 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 8586 5328 83 193 0 8390 0
[pid=25910/tid=25911] ppid=25907 vsize=34344 CPUtime=12.17
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 1436 0 0 0 1214 3 0 0 17 0 2 0 1147262867 35168256 5328 1992294400 134512640 135305190 4294956160 18446744073709551615 134531187 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 39700

[startup+25.5022 s]
/proc/loadavg: 1.34 1.08 0.96 3/67 25911
/proc/meminfo: memFree=887136/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=40856 CPUtime=49.9
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 7229 0 0 0 4978 12 0 0 17 0 2 0 1147262861 41836544 7214 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 10214 7214 83 193 0 10018 0
[pid=25910/tid=25911] ppid=25907 vsize=40856 CPUtime=24.95
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 2192 0 0 0 2491 4 0 0 17 0 2 0 1147262867 41836544 7214 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 46212

[startup+51.1026 s]
/proc/loadavg: 1.56 1.15 0.99 3/67 25911
/proc/meminfo: memFree=876512/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=51608 CPUtime=100.94
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 9890 0 0 0 10079 15 0 0 17 0 2 0 1147262861 52846592 9875 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 12902 9875 83 193 0 12706 0
[pid=25910/tid=25911] ppid=25907 vsize=51608 CPUtime=50.53
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 3367 0 0 0 5047 6 0 0 17 0 2 0 1147262867 52846592 9875 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 56964

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.04 3/67 25911
/proc/meminfo: memFree=858912/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=69920 CPUtime=203.08
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 14247 0 0 0 20287 21 0 0 17 0 2 0 1147262861 71598080 14232 1992294400 134512640 135305190 4294956160 18446744073709551615 134550803 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 17480 14232 83 193 0 17284 0
[pid=25910/tid=25911] ppid=25907 vsize=69920 CPUtime=101.68
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 5258 0 0 0 10160 8 0 0 18 0 2 0 1147262867 71598080 14232 1992294400 134512640 135305190 4294956160 18446744073709551615 134528976 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.49
Current children cumulated vsize (KiB) 75276

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.10 3/67 25911
/proc/meminfo: memFree=834656/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=95240 CPUtime=322.78
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 20512 0 0 0 32247 31 0 0 17 0 2 0 1147262861 97525760 20497 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 23810 20497 83 193 0 23614 0
[pid=25910/tid=25911] ppid=25907 vsize=95240 CPUtime=161.66
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 8400 0 0 0 16152 14 0 0 18 0 2 0 1147262867 97525760 20497 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.19
Current children cumulated vsize (KiB) 100596

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.15 3/67 25911
/proc/meminfo: memFree=818144/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=111504 CPUtime=442.46
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 24412 0 0 0 44208 38 0 0 20 0 2 0 1147262861 114180096 24397 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 27876 24397 83 193 0 27680 0
[pid=25910/tid=25911] ppid=25907 vsize=111504 CPUtime=221.59
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 10315 0 0 0 22142 17 0 0 22 0 2 0 1147262867 114180096 24397 1992294400 134512640 135305190 4294956160 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.87
Current children cumulated vsize (KiB) 116860

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.20 3/67 25911
/proc/meminfo: memFree=810592/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=119560 CPUtime=562.18
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 26496 0 0 0 56175 43 0 0 19 0 2 0 1147262861 122429440 26481 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 29890 26481 83 193 0 29694 0
[pid=25910/tid=25911] ppid=25907 vsize=119560 CPUtime=281.54
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 11144 0 0 0 28135 19 0 0 18 0 2 0 1147262867 122429440 26481 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.59
Current children cumulated vsize (KiB) 124916

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.25 3/67 25911
/proc/meminfo: memFree=802336/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=126872 CPUtime=681.86
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 28361 0 0 0 68140 46 0 0 25 0 2 0 1147262861 129916928 28346 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 31718 28346 83 193 0 31522 0
[pid=25910/tid=25911] ppid=25907 vsize=126872 CPUtime=341.5
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 11811 0 0 0 34130 20 0 0 25 0 2 0 1147262867 129916928 28346 1992294400 134512640 135305190 4294956160 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.27
Current children cumulated vsize (KiB) 132228

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.29 3/67 25911
/proc/meminfo: memFree=790752/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=138420 CPUtime=801.57
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 31252 0 0 0 80105 52 0 0 25 0 2 0 1147262861 141742080 31237 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 34605 31237 83 193 0 34409 0
[pid=25910/tid=25911] ppid=25907 vsize=138420 CPUtime=401.45
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 12979 0 0 0 40122 23 0 0 25 0 2 0 1147262867 141742080 31237 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.98
Current children cumulated vsize (KiB) 143776

[startup+462.303 s]
/proc/loadavg: 1.99 1.77 1.33 3/67 25911
/proc/meminfo: memFree=786656/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=142636 CPUtime=921.26
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 32275 0 0 0 92073 53 0 0 25 0 2 0 1147262861 146059264 32260 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 35659 32260 83 193 0 35463 0
[pid=25910/tid=25911] ppid=25907 vsize=142636 CPUtime=461.42
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 13635 0 0 0 46118 24 0 0 18 0 2 0 1147262867 146059264 32260 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.67
Current children cumulated vsize (KiB) 147992

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.37 3/67 25911
/proc/meminfo: memFree=767200/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=162676 CPUtime=1040.97
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 37136 0 0 0 104035 62 0 0 25 0 2 0 1147262861 166580224 37121 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 40669 37121 83 193 0 40473 0
[pid=25910/tid=25911] ppid=25907 vsize=162676 CPUtime=521.37
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 16278 0 0 0 52108 29 0 0 25 0 2 0 1147262867 166580224 37121 1992294400 134512640 135305190 4294956160 18446744073709551615 134541918 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.38
Current children cumulated vsize (KiB) 168032

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.41 3/67 25911
/proc/meminfo: memFree=763808/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=167116 CPUtime=1160.69
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 38000 0 0 0 116006 63 0 0 19 0 2 0 1147262861 171126784 37985 1992294400 134512640 135305190 4294956160 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 41779 37985 83 193 0 41583 0
[pid=25910/tid=25911] ppid=25907 vsize=167116 CPUtime=581.34
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 16568 0 0 0 58105 29 0 0 18 0 2 0 1147262867 171126784 37985 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.1
Current children cumulated vsize (KiB) 172472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.801 s]
/proc/loadavg: 1.99 1.85 1.42 3/67 25911
/proc/meminfo: memFree=760928/2055920 swapFree=4174172/4192956
[pid=25907] ppid=25905 vsize=5356 CPUtime=0.41
/proc/25907/stat : 25907 (manysat.sh) S 25905 25907 25598 0 -1 4194304 312 2661 0 0 0 0 40 1 16 0 1 0 1147262819 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25907/statm: 1339 238 195 169 0 50 0
[pid=25910] ppid=25907 vsize=169444 CPUtime=1199.6
/proc/25910/stat : 25910 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194304 38723 0 0 0 119896 64 0 0 20 0 2 0 1147262861 173510656 38708 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25910/statm: 42361 38708 83 193 0 42165 0
[pid=25910/tid=25911] ppid=25907 vsize=169444 CPUtime=600.83
/proc/25910/task/25911/stat : 25911 (manysat1.1_stat) R 25907 25907 25598 0 -1 4194368 16636 0 0 0 60054 29 0 0 25 0 2 0 1147262867 173510656 38708 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 174800

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

Real time (s): 601.818
CPU time (s): 1200.01
CPU user time (s): 1199.36
CPU system time (s): 0.65
CPU usage (%): 199.397
Max. virtual memory (cumulated for all children) (KiB): 174800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.407937
system time used= 0.018997
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= 4

runsolver used 0.562914 second user time and 1.63975 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-03 10:06:00
IDJOB=1556074
IDBENCH=70812
IDSOLVER=515
FILE ID=node4/1556074-1238745960
PBS_JOBID= 9086121
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= fd3f8184ebdeefe767f2b0366176385e
RANDOM SEED=153990277

node4.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.277
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.277
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:        918296 kB
Buffers:        111500 kB
Cached:         904676 kB
SwapCached:      12664 kB
Active:         263820 kB
Inactive:       769452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        918296 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:          19796 kB
Slab:            90408 kB
Committed_AS:  3060420 kB
PageTables:       1480 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= 66540 MiB
End job on node4 at 2009-04-03 10:16:04