Trace number 1720323

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20? (TO) 1200.17 603.419

General information on the benchmark

Namevange-col-abb313GPIA-9-c.cnf
MD5SUM0baefedb2aaa81442743e253487854d8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.1461
Satisfiable
(Un)Satisfiability was proved
Number of variables6228
Number of clauses484871
Sum of the clauses size3850952
Maximum clause length8
Minimum clause length1
Number of clauses of size 115
Number of clauses of size 24651
Number of clauses of size 31
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5480204

Solver Data

0.00/0.00	c Parsing...
0.59/0.63	c ==============================================================================
0.59/0.63	c |           |     ORIGINAL     |              LEARNT              |          |
0.59/0.63	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.59/0.63	c ==============================================================================
0.59/0.63	c |         0 |  482594  3828193 |  144778       0        0     nan |  0.000 % |
0.88/0.91	c |         0 |  479096  3790745 |      --       0       --      -- |     --   | -1544/-21985
0.88/0.91	c ==============================================================================
0.88/0.91	c Result  :   #vars: 6212   #clauses: 479096   #literals: 3790745
0.88/0.91	c CPU time:   0.823874 s
0.88/0.91	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-1720323-1240654854/watcher-1720323-1240654854 -o /tmp/evaluation-result-1720323-1240654854/solver-1720323-1240654854 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1720323-1240654854.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.09 3/65 11983
/proc/meminfo: memFree=1806264/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=0
/proc/11983/stat : 11983 (manysat.sh) R 11981 11983 11621 0 -1 4194304 267 0 0 0 0 0 0 0 19 0 1 0 93515133 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 240153848479 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/11983/statm: 1339 234 194 169 0 50 0
[pid=11984] ppid=11983 vsize=1556 CPUtime=0
/proc/11984/stat : 11984 (SatElite) R 11983 11983 11621 0 -1 4194304 270 0 0 0 0 0 0 0 19 0 1 0 93515134 1593344 254 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/11984/statm: 389 256 50 127 0 259 0

[startup+0.070451 s]
/proc/loadavg: 0.92 0.98 1.09 3/65 11983
/proc/meminfo: memFree=1806264/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=0
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 93515133 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11983/statm: 1339 235 195 169 0 50 0
[pid=11984] ppid=11983 vsize=5772 CPUtime=0.05
/proc/11984/stat : 11984 (SatElite) R 11983 11983 11621 0 -1 4194304 1318 0 0 0 5 0 0 0 21 0 1 0 93515134 5910528 1302 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11984/statm: 1443 1303 51 127 0 1313 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11128

[startup+0.101452 s]
/proc/loadavg: 0.92 0.98 1.09 3/65 11983
/proc/meminfo: memFree=1806264/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=0
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 93515133 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11983/statm: 1339 235 195 169 0 50 0
[pid=11984] ppid=11983 vsize=7876 CPUtime=0.09
/proc/11984/stat : 11984 (SatElite) R 11983 11983 11621 0 -1 4194304 1811 0 0 0 8 1 0 0 21 0 1 0 93515134 8065024 1795 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11984/statm: 1969 1796 51 127 0 1839 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13232

[startup+0.301474 s]
/proc/loadavg: 0.92 0.98 1.09 3/65 11983
/proc/meminfo: memFree=1806264/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=0
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 93515133 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11983/statm: 1339 235 195 169 0 50 0
[pid=11984] ppid=11983 vsize=21292 CPUtime=0.29
/proc/11984/stat : 11984 (SatElite) R 11983 11983 11621 0 -1 4194304 4961 0 0 0 25 4 0 0 23 0 1 0 93515134 21803008 4945 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/11984/statm: 5323 4946 51 127 0 5193 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26648

[startup+0.701518 s]
/proc/loadavg: 0.92 0.98 1.09 3/65 11983
/proc/meminfo: memFree=1806264/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=0
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 93515133 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11983/statm: 1339 235 195 169 0 50 0
[pid=11984] ppid=11983 vsize=58984 CPUtime=0.68
/proc/11984/stat : 11984 (SatElite) R 11983 11983 11621 0 -1 4194304 13638 0 0 0 60 8 0 0 25 0 1 0 93515134 60399616 13622 1992294400 134512640 135034092 4294956096 18446744073709551615 134563447 0 0 4096 3 0 0 0 17 0 0 0
/proc/11984/statm: 14746 13622 67 127 0 14616 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 64340

[startup+1.50261 s]
/proc/loadavg: 0.92 0.98 1.09 2/67 11985
/proc/meminfo: memFree=1753192/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=0
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 93515133 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11983/statm: 1339 235 195 169 0 50 0
[pid=11984] ppid=11983 vsize=53628 CPUtime=1.49
/proc/11984/stat : 11984 (SatElite) R 11983 11983 11621 0 -1 4194304 13700 0 0 0 137 12 0 0 25 0 1 0 93515134 54915072 12953 1992294400 134512640 135034092 4294956096 18446744073709551615 134587863 0 0 4096 3 0 0 0 17 0 0 0
/proc/11984/statm: 13407 12953 69 127 0 13277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58984

[startup+3.10179 s]
/proc/loadavg: 0.92 0.98 1.09 2/67 11985
/proc/meminfo: memFree=1734184/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30115 s]
/proc/loadavg: 1.01 1.00 1.09 3/68 11987
/proc/meminfo: memFree=1699872/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=102292 CPUtime=7.26
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 22136 0 0 0 708 18 0 0 17 0 2 0 93515357 104747008 22122 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 25573 22122 83 193 0 25377 0
[pid=11986/tid=11987] ppid=11983 vsize=102292 CPUtime=3.22
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 2576 0 0 0 318 4 0 0 17 0 2 0 93515438 104747008 22122 1992294400 134512640 135305190 4294956144 18446744073709551615 134528565 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.48
Current children cumulated vsize (KiB) 107648

[startup+12.7019 s]
/proc/loadavg: 1.09 1.02 1.10 3/68 11987
/proc/meminfo: memFree=1689952/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=110312 CPUtime=19.99
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 24110 0 0 0 1976 23 0 0 17 0 2 0 93515357 112959488 24096 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 27578 24096 83 193 0 27382 0
[pid=11986/tid=11987] ppid=11983 vsize=110312 CPUtime=9.59
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 3683 0 0 0 952 7 0 0 16 0 2 0 93515438 112959488 24096 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 22.21
Current children cumulated vsize (KiB) 115668

[startup+25.5023 s]
/proc/loadavg: 1.29 1.06 1.11 3/68 11987
/proc/meminfo: memFree=1679520/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=121552 CPUtime=45.51
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 26739 0 0 0 4523 28 0 0 16 0 2 0 93515357 124469248 26725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 30388 26725 83 193 0 30192 0
[pid=11986/tid=11987] ppid=11983 vsize=121552 CPUtime=22.37
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 4893 0 0 0 2228 9 0 0 17 0 2 0 93515438 124469248 26725 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.73
Current children cumulated vsize (KiB) 126908

[startup+51.1021 s]
/proc/loadavg: 1.53 1.14 1.13 3/68 11987
/proc/meminfo: memFree=1670240/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=130048 CPUtime=96.51
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 29075 0 0 0 9617 34 0 0 17 0 2 0 93515357 133169152 29061 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 32512 29061 83 193 0 32316 0
[pid=11986/tid=11987] ppid=11983 vsize=130048 CPUtime=47.93
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 6009 0 0 0 4781 12 0 0 17 0 2 0 93515438 133169152 29061 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.73
Current children cumulated vsize (KiB) 135404

[startup+102.307 s]
/proc/loadavg: 1.79 1.27 1.17 3/68 11987
/proc/meminfo: memFree=1648224/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=152320 CPUtime=198.56
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 34482 0 0 0 19809 47 0 0 17 0 2 0 93515357 155975680 34468 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 38080 34468 83 193 0 37884 0
[pid=11986/tid=11987] ppid=11983 vsize=152320 CPUtime=99.05
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 8389 0 0 0 9887 18 0 0 17 0 2 0 93515438 155975680 34468 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 200.78
Current children cumulated vsize (KiB) 157676

[startup+162.302 s]
/proc/loadavg: 1.92 1.40 1.22 3/68 11987
/proc/meminfo: memFree=1628896/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=172304 CPUtime=318.2
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 39303 0 0 0 31763 57 0 0 17 0 2 0 93515357 176439296 39289 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 43076 39289 83 193 0 42880 0
[pid=11986/tid=11987] ppid=11983 vsize=172304 CPUtime=159
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 10643 0 0 0 15877 23 0 0 25 0 2 0 93515438 176439296 39289 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 320.42
Current children cumulated vsize (KiB) 177660

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.27 3/68 11987
/proc/meminfo: memFree=1619936/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=180504 CPUtime=437.87
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 41495 0 0 0 43724 63 0 0 19 0 2 0 93515357 184836096 41481 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 45126 41481 83 193 0 44930 0
[pid=11986/tid=11987] ppid=11983 vsize=180504 CPUtime=218.98
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 11733 0 0 0 21871 27 0 0 17 0 2 0 93515438 184836096 41481 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 440.09
Current children cumulated vsize (KiB) 185860

[startup+282.302 s]
/proc/loadavg: 1.99 1.59 1.31 3/68 11987
/proc/meminfo: memFree=1594144/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=207436 CPUtime=557.49
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 47936 0 0 0 55672 77 0 0 22 0 2 0 93515357 212414464 47922 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 51859 47922 83 193 0 51663 0
[pid=11986/tid=11987] ppid=11983 vsize=207436 CPUtime=278.75
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 15316 0 0 0 27841 34 0 0 17 0 2 0 93515438 212414464 47922 1992294400 134512640 135305190 4294956144 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 559.71
Current children cumulated vsize (KiB) 212792

[startup+342.301 s]
/proc/loadavg: 1.99 1.66 1.35 3/68 11987
/proc/meminfo: memFree=1587360/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=213680 CPUtime=677.14
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 49612 0 0 0 67633 81 0 0 18 0 2 0 93515357 218808320 49598 1992294400 134512640 135305190 4294956144 18446744073709551615 134549011 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 53420 49598 83 193 0 53224 0
[pid=11986/tid=11987] ppid=11983 vsize=213680 CPUtime=338.42
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 16204 0 0 0 33806 36 0 0 19 0 2 0 93515438 218808320 49598 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 679.36
Current children cumulated vsize (KiB) 219036

[startup+402.302 s]
/proc/loadavg: 2.05 1.74 1.39 3/68 11987
/proc/meminfo: memFree=1565600/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=237140 CPUtime=796.88
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 55147 0 0 0 79599 89 0 0 18 0 2 0 93515357 242831360 55133 1992294400 134512640 135305190 4294956144 18446744073709551615 134547978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 59285 55133 83 193 0 59089 0
[pid=11986/tid=11987] ppid=11983 vsize=237140 CPUtime=398.19
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 18729 0 0 0 39778 41 0 0 17 0 2 0 93515438 242831360 55133 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 799.1
Current children cumulated vsize (KiB) 242496

[startup+462.302 s]
/proc/loadavg: 2.02 1.78 1.43 3/68 11987
/proc/meminfo: memFree=1542048/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=260736 CPUtime=916.47
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 60903 0 0 0 91547 100 0 0 19 0 2 0 93515357 266993664 60889 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 65184 60889 83 193 0 64988 0
[pid=11986/tid=11987] ppid=11983 vsize=260736 CPUtime=457.87
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 21462 0 0 0 45741 46 0 0 17 0 2 0 93515438 266993664 60889 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 918.69
Current children cumulated vsize (KiB) 266092

[startup+522.301 s]
/proc/loadavg: 2.00 1.82 1.46 3/68 11987
/proc/meminfo: memFree=1539744/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=263532 CPUtime=1036.21
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 61492 0 0 0 103518 103 0 0 25 0 2 0 93515357 269856768 61478 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 65883 61478 83 193 0 65687 0
[pid=11986/tid=11987] ppid=11983 vsize=263532 CPUtime=517.63
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 21539 0 0 0 51716 47 0 0 18 0 2 0 93515438 269856768 61478 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1038.43
Current children cumulated vsize (KiB) 268888

[startup+582.301 s]
/proc/loadavg: 2.00 1.85 1.49 3/68 11987
/proc/meminfo: memFree=1534368/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=268768 CPUtime=1155.88
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 62784 0 0 0 115480 108 0 0 25 0 2 0 93515357 275218432 62770 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 67192 62770 83 193 0 66996 0
[pid=11986/tid=11987] ppid=11983 vsize=268768 CPUtime=577.39
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 22035 0 0 0 57690 49 0 0 19 0 2 0 93515438 275218432 62770 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1158.1
Current children cumulated vsize (KiB) 274124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+603.401 s]
/proc/loadavg: 2.00 1.86 1.50 3/68 11987
/proc/meminfo: memFree=1532832/2055920 swapFree=4181068/4192956
[pid=11983] ppid=11981 vsize=5356 CPUtime=2.22
/proc/11983/stat : 11983 (manysat.sh) S 11981 11983 11621 0 -1 4194304 312 13703 0 0 0 0 203 19 16 0 1 0 93515133 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240153846596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11983/statm: 1339 238 195 169 0 50 0
[pid=11986] ppid=11983 vsize=270144 CPUtime=1197.95
/proc/11986/stat : 11986 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194304 63166 0 0 0 119687 108 0 0 17 0 2 0 93515357 276627456 63152 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/11986/statm: 67536 63152 83 193 0 67340 0
[pid=11986/tid=11987] ppid=11983 vsize=270144 CPUtime=598.36
/proc/11986/task/11987/stat : 11987 (manysat1.1_stat) R 11983 11983 11621 0 -1 4194368 22417 0 0 0 59787 49 0 0 16 0 2 0 93515438 276627456 63152 1992294400 134512640 135305190 4294956144 18446744073709551615 134539339 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 275500

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

Real time (s): 603.419
CPU time (s): 1200.17
CPU user time (s): 1198.9
CPU system time (s): 1.27
CPU usage (%): 198.895
Max. virtual memory (cumulated for all children) (KiB): 275500

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

runsolver used 0.543917 second user time and 1.66375 second system time

The end

Launcher Data

Begin job on node86 at 2009-04-25 12:20:55
IDJOB=1720323
IDBENCH=69600
IDSOLVER=514
FILE ID=node86/1720323-1240654854
PBS_JOBID= 9186496
Free space on /tmp= 66144 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE08/cnf/vange-col-abb313GPIA-9-c.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720323-1240654854/watcher-1720323-1240654854 -o /tmp/evaluation-result-1720323-1240654854/solver-1720323-1240654854 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1720323-1240654854.cnf aimd 1

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

MD5SUM BENCH= 0baefedb2aaa81442743e253487854d8
RANDOM SEED=1121599412

node86.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.213
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.213
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:      2055920 kB
MemFree:       1806808 kB
Buffers:          9408 kB
Cached:         166012 kB
SwapCached:       5732 kB
Active:          56660 kB
Inactive:       127580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1806808 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:           22024 kB
Writeback:           0 kB
Mapped:          14060 kB
Slab:            50760 kB
Committed_AS:   329372 kB
PageTables:       1504 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= 66120 MiB
End job on node86 at 2009-04-25 12:31:00