Trace number 1525428

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

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/4000/
unif-k3-r4.2-v4000-c16800-S568017735-066.cnf
MD5SUMac6625145d68efca76f59e4cfc6c820e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.510921
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
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.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |   16800    50400 |    5039       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   16664    50616 |      --       0       --      -- |     --   | -136/216
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 3896   #clauses: 16664   #literals: 50616
0.00/0.07	c CPU time:   0.047992 s
0.00/0.07	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1525428-1238401375/watcher-1525428-1238401375 -o /tmp/evaluation-result-1525428-1238401375/solver-1525428-1238401375 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1525428-1238401375.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: 2.01 2.02 2.17 4/86 26301
/proc/meminfo: memFree=1766432/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 466467910 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26301/statm: 1339 235 195 169 0 50 0
[pid=26302] ppid=26301 vsize=824 CPUtime=0
/proc/26302/stat : 26302 (SatElite) R 26301 26301 25716 0 -1 4194304 131 0 0 0 0 0 0 0 19 0 1 0 466467911 843776 115 1992294400 134512640 135034092 4294956096 18446744073709551615 134544732 0 0 4096 3 0 0 0 17 1 0 0
/proc/26302/statm: 206 115 50 127 0 76 0

[startup+0.171405 s]
/proc/loadavg: 2.01 2.02 2.17 4/86 26301
/proc/meminfo: memFree=1766432/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.201448 s]
/proc/loadavg: 2.01 2.02 2.17 4/86 26301
/proc/meminfo: memFree=1766432/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.301466 s]
/proc/loadavg: 2.01 2.02 2.17 4/86 26301
/proc/meminfo: memFree=1766432/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+0.70154 s]
/proc/loadavg: 2.01 2.02 2.17 4/86 26301
/proc/meminfo: memFree=1766432/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5356

[startup+1.50169 s]
/proc/loadavg: 2.01 2.02 2.17 4/89 26305
/proc/meminfo: memFree=1760008/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=18552 CPUtime=1.41
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 1787 0 0 0 141 0 0 0 25 0 2 0 466467918 18997248 1773 1992294400 134512640 135305190 4294956144 18446744073709551615 134556841 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 4638 1773 83 193 0 4442 0
[pid=26304/tid=26305] ppid=26301 vsize=18552 CPUtime=0.65
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 491 0 0 0 65 0 0 0 25 0 2 0 466467921 18997248 1773 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 23908

[startup+3.10194 s]
/proc/loadavg: 2.08 2.03 2.17 4/89 26305
/proc/meminfo: memFree=1756936/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=21308 CPUtime=3.01
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 2459 0 0 0 299 2 0 0 25 0 2 0 466467918 21819392 2445 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 5327 2445 83 193 0 5131 0
[pid=26304/tid=26305] ppid=26301 vsize=21308 CPUtime=1.45
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 833 0 0 0 145 0 0 0 25 0 2 0 466467921 21819392 2445 1992294400 134512640 135305190 4294956144 18446744073709551615 134557444 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26664

[startup+6.30153 s]
/proc/loadavg: 2.08 2.03 2.17 4/89 26305
/proc/meminfo: memFree=1750792/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=28100 CPUtime=6.21
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 4163 0 0 0 618 3 0 0 25 0 2 0 466467918 28774400 4149 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 7025 4149 83 193 0 6829 0
[pid=26304/tid=26305] ppid=26301 vsize=28100 CPUtime=3.05
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 1663 0 0 0 304 1 0 0 25 0 2 0 466467921 28774400 4149 1992294400 134512640 135305190 4294956144 18446744073709551615 134846358 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 33456

[startup+12.7027 s]
/proc/loadavg: 2.23 2.06 2.18 4/89 26305
/proc/meminfo: memFree=1741192/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=37120 CPUtime=12.61
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 6171 0 0 0 1256 5 0 0 25 0 2 0 466467918 38010880 6157 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 9280 6157 83 193 0 9084 0
[pid=26304/tid=26305] ppid=26301 vsize=37120 CPUtime=6.25
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 2684 0 0 0 623 2 0 0 25 0 2 0 466467921 38010880 6157 1992294400 134512640 135305190 4294956144 18446744073709551615 134557894 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 42476

[startup+25.5011 s]
/proc/loadavg: 2.34 2.09 2.19 4/89 26305
/proc/meminfo: memFree=1736264/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=42120 CPUtime=25.4
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 7419 0 0 0 2534 6 0 0 25 0 2 0 466467918 43130880 7405 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 10530 7405 83 193 0 10334 0
[pid=26304/tid=26305] ppid=26301 vsize=42120 CPUtime=12.64
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 3307 0 0 0 1262 2 0 0 25 0 2 0 466467921 43130880 7405 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 47476

[startup+51.1018 s]
/proc/loadavg: 2.57 2.17 2.21 4/89 26305
/proc/meminfo: memFree=1729480/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=48792 CPUtime=50.99
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 9058 0 0 0 5092 7 0 0 25 0 2 0 466467918 49963008 9044 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 12198 9044 83 193 0 12002 0
[pid=26304/tid=26305] ppid=26301 vsize=48792 CPUtime=25.43
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 4149 0 0 0 2540 3 0 0 25 0 2 0 466467921 49963008 9044 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 54148

[startup+102.301 s]
/proc/loadavg: 2.83 2.30 2.25 4/89 26305
/proc/meminfo: memFree=1712072/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=66164 CPUtime=102.17
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 13372 0 0 0 10206 11 0 0 25 0 2 0 466467918 67751936 13358 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 16541 13358 83 193 0 16345 0
[pid=26304/tid=26305] ppid=26301 vsize=66164 CPUtime=51.02
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 6374 0 0 0 5098 4 0 0 25 0 2 0 466467921 67751936 13358 1992294400 134512640 135305190 4294956144 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 71520

[startup+162.301 s]
/proc/loadavg: 2.93 2.43 2.30 4/89 26305
/proc/meminfo: memFree=1707080/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=70892 CPUtime=162.14
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 14582 0 0 0 16202 12 0 0 25 0 2 0 466467918 72593408 14568 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 17723 14568 83 193 0 17527 0
[pid=26304/tid=26305] ppid=26301 vsize=70892 CPUtime=81.01
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 7027 0 0 0 8096 5 0 0 25 0 2 0 466467921 72593408 14568 1992294400 134512640 135305190 4294956144 18446744073709551615 134547038 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 76248

[startup+222.306 s]
/proc/loadavg: 2.97 2.53 2.34 4/89 26305
/proc/meminfo: memFree=1696264/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=81496 CPUtime=222.11
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 17289 0 0 0 22196 15 0 0 25 0 2 0 466467918 83451904 17275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 20374 17275 83 193 0 20178 0
[pid=26304/tid=26305] ppid=26301 vsize=81496 CPUtime=110.97
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 8452 0 0 0 11090 7 0 0 25 0 2 0 466467921 83451904 17275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 86852

[startup+282.302 s]
/proc/loadavg: 2.99 2.61 2.38 4/89 26305
/proc/meminfo: memFree=1683592/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=94096 CPUtime=282.07
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 20460 0 0 0 28189 18 0 0 25 0 2 0 466467918 96354304 20446 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 23524 20446 83 193 0 23328 0
[pid=26304/tid=26305] ppid=26301 vsize=94096 CPUtime=140.93
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 10014 0 0 0 14085 8 0 0 25 0 2 0 466467921 96354304 20446 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 99452

[startup+342.303 s]

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

[pid=26304] ppid=26301 vsize=141724 CPUtime=641.9
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 32309 0 0 0 64157 33 0 0 25 0 2 0 466467918 145125376 32294 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 35431 32294 83 193 0 35235 0
[pid=26304/tid=26305] ppid=26301 vsize=141724 CPUtime=320.7
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 15679 0 0 0 32054 16 0 0 25 0 2 0 466467921 145125376 32294 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 147080

[startup+702.301 s]
/proc/loadavg: 2.99 2.89 2.58 4/89 26305
/proc/meminfo: memFree=1628488/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=148556 CPUtime=701.87
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 34161 0 0 0 70152 35 0 0 25 0 2 0 466467918 152121344 34146 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 37139 34146 83 193 0 36943 0
[pid=26304/tid=26305] ppid=26301 vsize=148556 CPUtime=350.67
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 16640 0 0 0 35050 17 0 0 25 0 2 0 466467921 152121344 34146 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 153912

[startup+762.301 s]
/proc/loadavg: 2.99 2.91 2.61 4/89 26305
/proc/meminfo: memFree=1628360/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=149580 CPUtime=761.84
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 34182 0 0 0 76149 35 0 0 25 0 2 0 466467918 153169920 34167 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 37395 34167 83 193 0 37199 0
[pid=26304/tid=26305] ppid=26301 vsize=149580 CPUtime=380.67
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 16661 0 0 0 38050 17 0 0 25 0 2 0 466467921 153169920 34167 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 154936

[startup+822.301 s]
/proc/loadavg: 2.99 2.92 2.63 4/89 26305
/proc/meminfo: memFree=1628360/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=149580 CPUtime=821.81
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 34184 0 0 0 82146 35 0 0 25 0 2 0 466467918 153169920 34169 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 37395 34169 83 193 0 37199 0
[pid=26304/tid=26305] ppid=26301 vsize=149580 CPUtime=410.66
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 16663 0 0 0 41049 17 0 0 25 0 2 0 466467921 153169920 34169 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 154936

[startup+882.306 s]
/proc/loadavg: 2.99 2.93 2.65 4/89 26305
/proc/meminfo: memFree=1605704/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=172068 CPUtime=881.79
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 39845 0 0 0 88138 41 0 0 25 0 2 0 466467918 176197632 39830 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 43017 39830 83 193 0 42821 0
[pid=26304/tid=26305] ppid=26301 vsize=172068 CPUtime=440.66
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 19302 0 0 0 44046 20 0 0 25 0 2 0 466467921 176197632 39830 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 177424

[startup+942.302 s]
/proc/loadavg: 2.99 2.94 2.67 4/89 26305
/proc/meminfo: memFree=1602952/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=174380 CPUtime=941.76
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 40521 0 0 0 94134 42 0 0 25 0 2 0 466467918 178565120 40506 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 43595 40506 83 193 0 43399 0
[pid=26304/tid=26305] ppid=26301 vsize=174380 CPUtime=470.56
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 19857 0 0 0 47035 21 0 0 25 0 2 0 466467921 178565120 40506 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 179736

[startup+1002.3 s]
/proc/loadavg: 2.99 2.95 2.69 4/89 26305
/proc/meminfo: memFree=1602632/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=174380 CPUtime=1001.73
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 40608 0 0 0 100131 42 0 0 25 0 2 0 466467918 178565120 40593 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 43595 40593 83 193 0 43399 0
[pid=26304/tid=26305] ppid=26301 vsize=174380 CPUtime=500.45
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 19944 0 0 0 50024 21 0 0 25 0 2 0 466467921 178565120 40593 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 179736

[startup+1062.3 s]
/proc/loadavg: 2.99 2.96 2.70 4/89 26305
/proc/meminfo: memFree=1602504/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=174380 CPUtime=1061.7
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 40625 0 0 0 106128 42 0 0 25 0 2 0 466467918 178565120 40610 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 43595 40610 83 193 0 43399 0
[pid=26304/tid=26305] ppid=26301 vsize=174380 CPUtime=530.45
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 19961 0 0 0 53024 21 0 0 25 0 2 0 466467921 178565120 40610 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.76
Current children cumulated vsize (KiB) 179736

[startup+1122.3 s]
/proc/loadavg: 2.99 2.96 2.72 4/89 26305
/proc/meminfo: memFree=1602440/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=174512 CPUtime=1121.67
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 40667 0 0 0 112125 42 0 0 25 0 2 0 466467918 178700288 40652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 43628 40652 83 193 0 43432 0
[pid=26304/tid=26305] ppid=26301 vsize=174512 CPUtime=560.39
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 19979 0 0 0 56018 21 0 0 25 0 2 0 466467921 178700288 40652 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 179868

[startup+1182.3 s]
/proc/loadavg: 2.99 2.97 2.74 4/89 26305
/proc/meminfo: memFree=1581384/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=195572 CPUtime=1181.64
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 45956 0 0 0 118115 49 0 0 25 0 2 0 466467918 200265728 45941 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 48893 45941 83 193 0 48697 0
[pid=26304/tid=26305] ppid=26301 vsize=195572 CPUtime=590.37
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 22408 0 0 0 59013 24 0 0 25 0 2 0 466467921 200265728 45941 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 200928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 2.99 2.97 2.74 4/89 26305
/proc/meminfo: memFree=1580680/2055924 swapFree=4179644/4192956
[pid=26301] ppid=26299 vsize=5356 CPUtime=0.06
/proc/26301/stat : 26301 (manysat.sh) S 26299 26301 25716 0 -1 4194304 312 606 0 0 0 0 6 0 17 0 1 0 466467910 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26301/statm: 1339 238 195 169 0 50 0
[pid=26304] ppid=26301 vsize=195964 CPUtime=1200.04
/proc/26304/stat : 26304 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194304 46074 0 0 0 119955 49 0 0 25 0 2 0 466467918 200667136 46059 1992294400 134512640 135305190 4294956144 18446744073709551615 134528755 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/26304/statm: 48991 46059 83 193 0 48795 0
[pid=26304/tid=26305] ppid=26301 vsize=195964 CPUtime=599.57
/proc/26304/task/26305/stat : 26305 (manysat1.1_stat) R 26301 26301 25716 0 -1 4194368 22452 0 0 0 59933 24 0 0 25 0 2 0 466467921 200667136 46059 1992294400 134512640 135305190 4294956144 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) 201320

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 26301 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=66989
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=7998
# CPU time returned by wait4() is 0.074987
# 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): 1200.72
CPU time (s): 1200.1
CPU user time (s): 1199.61
CPU system time (s): 0.49
CPU usage (%): 99.9484
Max. virtual memory (cumulated for all children) (KiB): 201320

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

runsolver used 1.43578 second user time and 4.03339 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-30 10:22:55
IDJOB=1525428
IDBENCH=70341
IDSOLVER=515
FILE ID=node83/1525428-1238401375
PBS_JOBID= 9061373
Free space on /tmp= 66508 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/4000/unif-k3-r4.2-v4000-c16800-S568017735-066.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1525428-1238401375/watcher-1525428-1238401375 -o /tmp/evaluation-result-1525428-1238401375/solver-1525428-1238401375 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1525428-1238401375.cnf aimd 2

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

MD5SUM BENCH= ac6625145d68efca76f59e4cfc6c820e
RANDOM SEED=1630584219

node83.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1766912 kB
Buffers:         45696 kB
Cached:         151628 kB
SwapCached:       7492 kB
Active:          81924 kB
Inactive:       133868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1766912 kB
SwapTotal:     4192956 kB
SwapFree:      4179644 kB
Dirty:            1772 kB
Writeback:           0 kB
Mapped:          26008 kB
Slab:            57320 kB
Committed_AS:  1061124 kB
PageTables:       2680 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= 66504 MiB
End job on node83 at 2009-03-30 10:42:58