Trace number 1729967

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.02 601.419

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
MD5SUMf1b3061e7694aa99406ed9e867c9dfa5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.5292
Satisfiable
(Un)Satisfiability was proved
Number of variables1610
Number of clauses8277
Sum of the clauses size69859
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31178
Number of clauses of size 4142
Number of clauses of size 5924
Number of clauses of size over 55717

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    8047    68657 |    2414       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6966    60634 |      --       0       --      -- |     --   | -334/-4204
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1506   #clauses: 6966   #literals: 60634
0.00/0.06	c CPU time:   0.058991 s
0.00/0.06	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-1729967-1240755005/watcher-1729967-1240755005 -o /tmp/evaluation-result-1729967-1240755005/solver-1729967-1240755005 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729967-1240755005.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: 1.00 1.00 1.04 3/65 28708
/proc/meminfo: memFree=1574648/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0
/proc/28708/stat : 28708 (manysat.sh) R 28706 28708 28545 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 103533231 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/28708/statm: 1339 234 194 169 0 50 0
[pid=28709] ppid=28708 vsize=956 CPUtime=0
/proc/28709/stat : 28709 (SatElite) R 28708 28708 28545 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 103533231 978944 129 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28709/statm: 239 130 52 127 0 109 0

[startup+0.0121311 s]
/proc/loadavg: 1.00 1.00 1.04 3/65 28708
/proc/meminfo: memFree=1574648/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103533231 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28708/statm: 1339 235 195 169 0 50 0
[pid=28709] ppid=28708 vsize=1236 CPUtime=0
/proc/28709/stat : 28709 (SatElite) R 28708 28708 28545 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 103533231 1265664 201 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28709/statm: 309 202 52 127 0 179 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6592

[startup+0.101148 s]
/proc/loadavg: 1.00 1.00 1.04 3/65 28708
/proc/meminfo: memFree=1574648/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301169 s]
/proc/loadavg: 1.00 1.00 1.04 3/65 28708
/proc/meminfo: memFree=1574648/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701214 s]
/proc/loadavg: 1.00 1.00 1.04 3/65 28708
/proc/meminfo: memFree=1574648/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50131 s]
/proc/loadavg: 1.08 1.02 1.05 3/68 28712
/proc/meminfo: memFree=1568480/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=20396 CPUtime=2.79
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 1787 0 0 0 278 1 0 0 18 0 2 0 103533239 20885504 1773 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 5099 1773 83 193 0 4903 0
[pid=28711/tid=28712] ppid=28708 vsize=20396 CPUtime=1.38
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 618 0 0 0 138 0 0 0 17 0 2 0 103533241 20885504 1773 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 25752

[startup+3.1015 s]
/proc/loadavg: 1.08 1.02 1.05 3/68 28712
/proc/meminfo: memFree=1566048/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=22256 CPUtime=5.98
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 2409 0 0 0 596 2 0 0 18 0 2 0 103533239 22790144 2395 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 5564 2395 83 193 0 5368 0
[pid=28711/tid=28712] ppid=28708 vsize=22256 CPUtime=2.98
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 888 0 0 0 297 1 0 0 17 0 2 0 103533241 22790144 2395 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 27612

[startup+6.30286 s]
/proc/loadavg: 1.08 1.02 1.05 3/68 28712
/proc/meminfo: memFree=1561696/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=26564 CPUtime=12.37
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 3386 0 0 0 1234 3 0 0 16 0 2 0 103533239 27201536 3372 1992294400 134512640 135305190 4294956144 18446744073709551615 134538543 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 6641 3372 83 193 0 6445 0
[pid=28711/tid=28712] ppid=28708 vsize=26564 CPUtime=6.17
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 1350 0 0 0 616 1 0 0 18 0 2 0 103533241 27201536 3372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 31920

[startup+12.7016 s]
/proc/loadavg: 1.22 1.05 1.06 3/68 28712
/proc/meminfo: memFree=1556896/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=30328 CPUtime=25.14
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 4383 0 0 0 2510 4 0 0 25 0 2 0 103533239 31055872 4369 1992294400 134512640 135305190 4294956144 18446744073709551615 134528512 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 7582 4369 83 193 0 7386 0
[pid=28711/tid=28712] ppid=28708 vsize=30328 CPUtime=12.58
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 1883 0 0 0 1256 2 0 0 17 0 2 0 103533241 31055872 4369 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 35684

[startup+25.5011 s]
/proc/loadavg: 1.34 1.08 1.07 3/68 28712
/proc/meminfo: memFree=1549216/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=37388 CPUtime=50.67
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 6208 0 0 0 5061 6 0 0 22 0 2 0 103533239 38285312 6194 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 9347 6194 83 193 0 9151 0
[pid=28711/tid=28712] ppid=28708 vsize=37388 CPUtime=25.37
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 2809 0 0 0 2534 3 0 0 18 0 2 0 103533241 38285312 6194 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 42744

[startup+51.101 s]
/proc/loadavg: 1.56 1.15 1.09 3/68 28712
/proc/meminfo: memFree=1543712/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=44220 CPUtime=101.76
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 7618 0 0 0 10168 8 0 0 25 0 2 0 103533239 45281280 7604 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 11055 7604 83 193 0 10859 0
[pid=28711/tid=28712] ppid=28708 vsize=44220 CPUtime=50.95
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 3481 0 0 0 5091 4 0 0 25 0 2 0 103533241 45281280 7604 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 49576

[startup+102.306 s]
/proc/loadavg: 1.82 1.29 1.14 3/68 28712
/proc/meminfo: memFree=1534496/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=53072 CPUtime=203.94
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 9875 0 0 0 20383 11 0 0 25 0 2 0 103533239 54345728 9861 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 13268 9861 83 193 0 13072 0
[pid=28711/tid=28712] ppid=28708 vsize=53072 CPUtime=102.14
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 4749 0 0 0 10209 5 0 0 25 0 2 0 103533241 54345728 9861 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.01
Current children cumulated vsize (KiB) 58428

[startup+162.302 s]
/proc/loadavg: 1.93 1.42 1.19 3/68 28712
/proc/meminfo: memFree=1524768/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=63940 CPUtime=323.67
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 12299 0 0 0 32352 15 0 0 25 0 2 0 103533239 65474560 12285 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 15985 12285 83 193 0 15789 0
[pid=28711/tid=28712] ppid=28708 vsize=63940 CPUtime=162.11
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 6074 0 0 0 16203 8 0 0 20 0 2 0 103533241 65474560 12285 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.74
Current children cumulated vsize (KiB) 69296

[startup+222.302 s]
/proc/loadavg: 1.97 1.52 1.24 3/68 28712
/proc/meminfo: memFree=1519584/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=69740 CPUtime=443.4
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 13579 0 0 0 44322 18 0 0 25 0 2 0 103533239 71413760 13543 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 17435 13543 83 193 0 17239 0
[pid=28711/tid=28712] ppid=28708 vsize=69740 CPUtime=222.08
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 6651 0 0 0 22199 9 0 0 25 0 2 0 103533241 71413760 13543 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.47
Current children cumulated vsize (KiB) 75096

[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.29 3/68 28712
/proc/meminfo: memFree=1512352/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=77768 CPUtime=563.15
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 15449 0 0 0 56292 23 0 0 25 0 2 0 103533239 79634432 15413 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 19442 15413 83 193 0 19246 0
[pid=28711/tid=28712] ppid=28708 vsize=77768 CPUtime=282.06
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 7692 0 0 0 28194 12 0 0 25 0 2 0 103533241 79634432 15413 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.22
Current children cumulated vsize (KiB) 83124

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.33 3/68 28712
/proc/meminfo: memFree=1505312/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=85164 CPUtime=682.87
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 17150 0 0 0 68262 25 0 0 25 0 2 0 103533239 87207936 17114 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 21291 17114 83 193 0 21095 0
[pid=28711/tid=28712] ppid=28708 vsize=85164 CPUtime=342.02
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 8592 0 0 0 34189 13 0 0 25 0 2 0 103533241 87207936 17114 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.94
Current children cumulated vsize (KiB) 90520

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.37 3/68 28712
/proc/meminfo: memFree=1500448/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=90236 CPUtime=802.62
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 18373 0 0 0 80234 28 0 0 25 0 2 0 103533239 92401664 18337 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 22559 18337 83 193 0 22363 0
[pid=28711/tid=28712] ppid=28708 vsize=90236 CPUtime=402
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 9158 0 0 0 40186 14 0 0 17 0 2 0 103533241 92401664 18337 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.69
Current children cumulated vsize (KiB) 95592

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.40 3/68 28712
/proc/meminfo: memFree=1492384/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=99752 CPUtime=922.34
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 20357 0 0 0 92202 32 0 0 25 0 2 0 103533239 102146048 20321 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 24938 20321 83 193 0 24742 0
[pid=28711/tid=28712] ppid=28708 vsize=99752 CPUtime=461.97
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 10135 0 0 0 46181 16 0 0 25 0 2 0 103533241 102146048 20321 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.41
Current children cumulated vsize (KiB) 105108

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.44 3/68 28712
/proc/meminfo: memFree=1488480/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=103792 CPUtime=1042.09
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 21381 0 0 0 104174 35 0 0 25 0 2 0 103533239 106283008 21345 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 25948 21345 83 193 0 25752 0
[pid=28711/tid=28712] ppid=28708 vsize=103792 CPUtime=521.95
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 10780 0 0 0 52177 18 0 0 25 0 2 0 103533241 106283008 21345 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.16
Current children cumulated vsize (KiB) 109148

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.47 3/68 28712
/proc/meminfo: memFree=1473696/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=119388 CPUtime=1161.82
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 25047 0 0 0 116140 42 0 0 25 0 2 0 103533239 122253312 25011 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 29847 25011 83 193 0 29651 0
[pid=28711/tid=28712] ppid=28708 vsize=119388 CPUtime=581.93
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 12711 0 0 0 58170 23 0 0 25 0 2 0 103533241 122253312 25011 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.89
Current children cumulated vsize (KiB) 124744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.401 s]
/proc/loadavg: 1.99 1.85 1.48 3/68 28712
/proc/meminfo: memFree=1470688/2055920 swapFree=4192812/4192956
[pid=28708] ppid=28706 vsize=5356 CPUtime=0.07
/proc/28708/stat : 28708 (manysat.sh) S 28706 28708 28545 0 -1 4194304 312 428 0 0 0 0 7 0 16 0 1 0 103533231 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28708/statm: 1339 238 195 169 0 50 0
[pid=28711] ppid=28708 vsize=121880 CPUtime=1199.95
/proc/28711/stat : 28711 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194304 25751 0 0 0 119951 44 0 0 25 0 2 0 103533239 124805120 25715 1992294400 134512640 135305190 4294956144 18446744073709551615 134538540 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28711/statm: 30470 25715 83 193 0 30274 0
[pid=28711/tid=28712] ppid=28708 vsize=121880 CPUtime=601.01
/proc/28711/task/28712/stat : 28712 (manysat1.1_stat) R 28708 28708 28545 0 -1 4194368 13129 0 0 0 60078 23 0 0 25 0 2 0 103533241 124805120 25715 1992294400 134512640 135305190 4294956144 18446744073709551615 134538170 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 127236

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

Real time (s): 601.419
CPU time (s): 1200.02
CPU user time (s): 1199.58
CPU system time (s): 0.44
CPU usage (%): 199.531
Max. virtual memory (cumulated for all children) (KiB): 127236

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

runsolver used 0.58691 second user time and 1.61575 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-26 16:10:05
IDJOB=1729967
IDBENCH=24718
IDSOLVER=515
FILE ID=node74/1729967-1240755005
PBS_JOBID= 9187111
Free space on /tmp= 103116 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl008.sat05-2720.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729967-1240755005/watcher-1729967-1240755005 -o /tmp/evaluation-result-1729967-1240755005/solver-1729967-1240755005 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1729967-1240755005.cnf aimd 2

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

MD5SUM BENCH= f1b3061e7694aa99406ed9e867c9dfa5
RANDOM SEED=398187262

node74.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.233
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.233
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:       1575128 kB
Buffers:         48484 kB
Cached:         352988 kB
SwapCached:          0 kB
Active:         160192 kB
Inactive:       256076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1575128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:          23920 kB
Slab:            50432 kB
Committed_AS:   479264 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103112 MiB
End job on node74 at 2009-04-26 16:20:09