Trace number 1729066

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.11 601.625

General information on the benchmark

Namecrafted/Hard/contest03/others/
color-11-3.sat05-445.reshuffled-07.cnf
MD5SUM207febf52bd846c013e185fa637fdf3c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables363
Number of clauses9559
Sum of the clauses size37389
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2363
Number of clauses of size 3121
Number of clauses of size 49075
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    9559    37389 |    2867       0        0     nan |  0.000 % |
0.09/0.14	c |         0 |    9196    48642 |      --       0       --      -- |     --   | -363/11253
0.09/0.14	c ==============================================================================
0.09/0.14	c Result  :   #vars: 242   #clauses: 9196   #literals: 48642
0.09/0.14	c CPU time:   0.144977 s
0.09/0.15	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-1729066-1240744720/watcher-1729066-1240744720 -o /tmp/evaluation-result-1729066-1240744720/solver-1729066-1240744720 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729066-1240744720.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.83 1.82 1.44 3/64 27099
/proc/meminfo: memFree=1749048/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 102504909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 235 195 169 0 50 0
[pid=27100] ppid=27099 vsize=824 CPUtime=0
/proc/27100/stat : 27100 (SatElite) R 27099 27099 27062 0 -1 4194304 109 0 0 0 0 0 0 0 20 0 1 0 102504909 843776 93 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/27100/statm: 206 93 50 127 0 76 0

[startup+0.053558 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27099
/proc/meminfo: memFree=1749048/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 102504909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 235 195 169 0 50 0
[pid=27100] ppid=27099 vsize=1800 CPUtime=0.04
/proc/27100/stat : 27100 (SatElite) R 27099 27099 27062 0 -1 4194304 360 0 0 0 4 0 0 0 21 0 1 0 102504909 1843200 344 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/27100/statm: 450 344 68 127 0 320 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7156

[startup+0.101561 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27099
/proc/meminfo: memFree=1749048/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 102504909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 235 195 169 0 50 0
[pid=27100] ppid=27099 vsize=1800 CPUtime=0.09
/proc/27100/stat : 27100 (SatElite) R 27099 27099 27062 0 -1 4194304 363 0 0 0 9 0 0 0 21 0 1 0 102504909 1843200 347 1992294400 134512640 135034092 4294956096 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 0 0 0
/proc/27100/statm: 450 347 68 127 0 320 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7156

[startup+0.301587 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27099
/proc/meminfo: memFree=1749048/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 5356

[startup+0.70163 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27099
/proc/meminfo: memFree=1749048/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 5356

[startup+1.50171 s]
/proc/loadavg: 1.85 1.82 1.45 3/67 27103
/proc/meminfo: memFree=1741344/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=21380 CPUtime=2.63
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 2213 0 0 0 263 0 0 0 17 0 2 0 102504926 21893120 2199 1992294400 134512640 135305190 4294956144 18446744073709551615 134830929 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 5345 2199 83 193 0 5149 0
[pid=27102/tid=27103] ppid=27099 vsize=21380 CPUtime=1.31
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 876 0 0 0 131 0 0 0 16 0 2 0 102504927 21893120 2199 1992294400 134512640 135305190 4294956144 18446744073709551615 134557710 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 26736

[startup+3.10287 s]
/proc/loadavg: 1.85 1.82 1.45 3/67 27103
/proc/meminfo: memFree=1737760/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=25640 CPUtime=5.83
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 3378 0 0 0 581 2 0 0 17 0 2 0 102504926 26255360 3364 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 6410 3364 83 193 0 6214 0
[pid=27102/tid=27103] ppid=27099 vsize=25640 CPUtime=2.9
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 1493 0 0 0 290 0 0 0 17 0 2 0 102504927 26255360 3364 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 30996

[startup+6.3012 s]
/proc/loadavg: 1.86 1.83 1.45 3/67 27103
/proc/meminfo: memFree=1729832/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=32460 CPUtime=12.19
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 4944 0 0 0 1216 3 0 0 17 0 2 0 102504926 33239040 4930 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 8115 4930 83 193 0 7919 0
[pid=27102/tid=27103] ppid=27099 vsize=32460 CPUtime=6.1
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 2379 0 0 0 608 2 0 0 17 0 2 0 102504927 33239040 4930 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 37816

[startup+12.7028 s]
/proc/loadavg: 1.87 1.83 1.45 3/67 27103
/proc/meminfo: memFree=1725288/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=36324 CPUtime=24.96
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 5916 0 0 0 2492 4 0 0 18 0 2 0 102504926 37195776 5902 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 9081 5902 83 193 0 8885 0
[pid=27102/tid=27103] ppid=27099 vsize=36324 CPUtime=12.49
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 2806 0 0 0 1247 2 0 0 17 0 2 0 102504927 37195776 5902 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 41680

[startup+25.5011 s]
/proc/loadavg: 1.89 1.83 1.46 3/67 27103
/proc/meminfo: memFree=1714600/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=46048 CPUtime=50.49
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 8440 0 0 0 5041 8 0 0 18 0 2 0 102504926 47153152 8426 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 11512 8426 83 193 0 11316 0
[pid=27102/tid=27103] ppid=27099 vsize=46048 CPUtime=25.28
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 4039 0 0 0 2524 4 0 0 17 0 2 0 102504927 47153152 8426 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 51404

[startup+51.1017 s]
/proc/loadavg: 1.93 1.85 1.47 3/67 27103
/proc/meminfo: memFree=1701992/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=60984 CPUtime=101.56
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 11968 0 0 0 10142 14 0 0 17 0 2 0 102504926 62447616 11954 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 15246 11954 83 193 0 15050 0
[pid=27102/tid=27103] ppid=27099 vsize=60984 CPUtime=50.86
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 5669 0 0 0 5079 7 0 0 17 0 2 0 102504927 62447616 11954 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 66340

[startup+102.307 s]
/proc/loadavg: 1.97 1.87 1.50 3/67 27103
/proc/meminfo: memFree=1671720/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=91308 CPUtime=203.72
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 19196 0 0 0 20347 25 0 0 17 0 2 0 102504926 93499392 19182 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 22827 19182 83 193 0 22631 0
[pid=27102/tid=27103] ppid=27099 vsize=91308 CPUtime=102.02
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 9529 0 0 0 10190 12 0 0 16 0 2 0 102504927 93499392 19182 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 96664

[startup+162.302 s]
/proc/loadavg: 1.99 1.89 1.53 3/67 27103
/proc/meminfo: memFree=1656040/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=107044 CPUtime=323.4
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 23038 0 0 0 32306 34 0 0 25 0 2 0 102504926 109613056 23024 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 26761 23024 83 193 0 26565 0
[pid=27102/tid=27103] ppid=27099 vsize=107044 CPUtime=161.97
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 11537 0 0 0 16181 16 0 0 25 0 2 0 102504927 109613056 23024 1992294400 134512640 135305190 4294956144 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.56
Current children cumulated vsize (KiB) 112400

[startup+222.301 s]
/proc/loadavg: 1.99 1.91 1.55 3/67 27103
/proc/meminfo: memFree=1640424/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=123504 CPUtime=443.11
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 26951 0 0 0 44267 44 0 0 18 0 2 0 102504926 126468096 26937 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 30876 26937 83 193 0 30680 0
[pid=27102/tid=27103] ppid=27099 vsize=123504 CPUtime=221.92
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 13530 0 0 0 22170 22 0 0 17 0 2 0 102504927 126468096 26937 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.27
Current children cumulated vsize (KiB) 128860

[startup+282.301 s]
/proc/loadavg: 1.99 1.92 1.58 3/67 27103
/proc/meminfo: memFree=1624232/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=140280 CPUtime=562.82
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 30945 0 0 0 56230 52 0 0 25 0 2 0 102504926 143646720 30931 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 35070 30931 83 193 0 34874 0
[pid=27102/tid=27103] ppid=27099 vsize=140280 CPUtime=281.88
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 15479 0 0 0 28162 26 0 0 19 0 2 0 102504927 143646720 30931 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.98
Current children cumulated vsize (KiB) 145636

[startup+342.301 s]
/proc/loadavg: 1.99 1.93 1.60 3/67 27103
/proc/meminfo: memFree=1602032/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=162008 CPUtime=682.55
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 36506 0 0 0 68194 61 0 0 17 0 2 0 102504926 165896192 36492 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 40502 36492 83 193 0 40306 0
[pid=27102/tid=27103] ppid=27099 vsize=162008 CPUtime=341.85
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 18480 0 0 0 34155 30 0 0 17 0 2 0 102504927 165896192 36492 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.71
Current children cumulated vsize (KiB) 167364

[startup+402.301 s]
/proc/loadavg: 1.99 1.94 1.62 3/67 27103
/proc/meminfo: memFree=1598256/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=166676 CPUtime=802.28
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 37445 0 0 0 80164 64 0 0 17 0 2 0 102504926 170676224 37431 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 41669 37431 83 193 0 41473 0
[pid=27102/tid=27103] ppid=27099 vsize=166676 CPUtime=401.83
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 18744 0 0 0 40151 32 0 0 25 0 2 0 102504927 170676224 37431 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.44
Current children cumulated vsize (KiB) 172032

[startup+462.301 s]
/proc/loadavg: 1.99 1.95 1.65 3/67 27103
/proc/meminfo: memFree=1571696/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=194312 CPUtime=922.02
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 44071 0 0 0 92127 75 0 0 21 0 2 0 102504926 198975488 44057 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 48578 44057 83 193 0 48382 0
[pid=27102/tid=27103] ppid=27099 vsize=194312 CPUtime=461.81
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 21919 0 0 0 46143 38 0 0 16 0 2 0 102504927 198975488 44057 1992294400 134512640 135305190 4294956144 18446744073709551615 134538576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.18
Current children cumulated vsize (KiB) 199668

[startup+522.301 s]
/proc/loadavg: 1.99 1.95 1.66 3/67 27103
/proc/meminfo: memFree=1569520/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=197232 CPUtime=1041.68
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 44573 0 0 0 104090 78 0 0 25 0 2 0 102504926 201965568 44559 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 49308 44559 83 193 0 49112 0
[pid=27102/tid=27103] ppid=27099 vsize=197232 CPUtime=521.72
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 21962 0 0 0 52133 39 0 0 25 0 2 0 102504927 201965568 44559 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.84
Current children cumulated vsize (KiB) 202588

[startup+582.302 s]
/proc/loadavg: 1.99 1.96 1.68 3/67 27103
/proc/meminfo: memFree=1557424/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=210608 CPUtime=1161.42
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 47642 0 0 0 116059 83 0 0 20 0 2 0 102504926 215662592 47612 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 52652 47612 83 193 0 52456 0
[pid=27102/tid=27103] ppid=27099 vsize=210608 CPUtime=581.7
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 23229 0 0 0 58129 41 0 0 23 0 2 0 102504927 215662592 47612 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.58
Current children cumulated vsize (KiB) 215964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.602 s]
/proc/loadavg: 1.99 1.96 1.69 3/67 27103
/proc/meminfo: memFree=1552304/2055920 swapFree=4180920/4192956
[pid=27099] ppid=27097 vsize=5356 CPUtime=0.16
/proc/27099/stat : 27099 (manysat.sh) S 27097 27099 27062 0 -1 4194304 312 368 0 0 0 0 16 0 15 0 1 0 102504909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27099/statm: 1339 238 195 169 0 50 0
[pid=27102] ppid=27099 vsize=214768 CPUtime=1199.95
/proc/27102/stat : 27102 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194304 48874 0 0 0 119910 85 0 0 25 0 2 0 102504926 219922432 48844 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27102/statm: 53692 48844 83 193 0 53496 0
[pid=27102/tid=27103] ppid=27099 vsize=214768 CPUtime=601.01
/proc/27102/task/27103/stat : 27103 (manysat1.1_stat) R 27099 27099 27062 0 -1 4194368 23673 0 0 0 60059 42 0 0 17 0 2 0 102504927 219922432 48844 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 220124

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

Real time (s): 601.625
CPU time (s): 1200.11
CPU user time (s): 1199.26
CPU system time (s): 0.85
CPU usage (%): 199.478
Max. virtual memory (cumulated for all children) (KiB): 220124

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

runsolver used 0.548916 second user time and 1.65475 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-26 13:18:40
IDJOB=1729066
IDBENCH=24692
IDSOLVER=515
FILE ID=node27/1729066-1240744720
PBS_JOBID= 9187048
Free space on /tmp= 66248 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest03/others/color-11-3.sat05-445.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729066-1240744720/watcher-1729066-1240744720 -o /tmp/evaluation-result-1729066-1240744720/solver-1729066-1240744720 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1729066-1240744720.cnf aimd 2

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

MD5SUM BENCH= 207febf52bd846c013e185fa637fdf3c
RANDOM SEED=2770192

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1749600 kB
Buffers:         26400 kB
Cached:         200772 kB
SwapCached:       5116 kB
Active:          50312 kB
Inactive:       184912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749600 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:            1924 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            57080 kB
Committed_AS:   375748 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66248 MiB
End job on node27 at 2009-04-26 13:28:44