Trace number 1728588

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.01 601.623

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
MD5SUMcd57d37a316c4dccaae3ab131e3f8090
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 variables520
Number of clauses24646
Sum of the clauses size72792
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21456
Number of clauses of size 323160
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Parsing...
0.01/0.02	c ==============================================================================
0.01/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.02	c ==============================================================================
0.01/0.02	c |         0 |   24646    72792 |    7393       0        0     nan |  0.000 % |
0.19/0.24	c |         0 |   24616   115204 |      --       0       --      -- |     --   | -30/42412
0.19/0.24	c ==============================================================================
0.19/0.24	c Result  :   #vars: 490   #clauses: 24616   #literals: 115204
0.19/0.24	c CPU time:   0.229965 s
0.19/0.24	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-1728588-1240738695/watcher-1728588-1240738695 -o /tmp/evaluation-result-1728588-1240738695/solver-1728588-1240738695 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1728588-1240738695.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.97 1.01 1.00 3/64 26874
/proc/meminfo: memFree=1761280/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 101902466 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 235 195 169 0 50 0
[pid=26875] ppid=26874 vsize=692 CPUtime=0
/proc/26875/stat : 26875 (SatElite) R 26874 26874 26613 0 -1 4194304 80 0 0 0 0 0 0 0 19 0 1 0 101902466 708608 64 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/26875/statm: 173 68 50 127 0 43 0

[startup+0.0218561 s]
/proc/loadavg: 0.97 1.01 1.00 3/64 26874
/proc/meminfo: memFree=1761280/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 101902466 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 235 195 169 0 50 0
[pid=26875] ppid=26874 vsize=1824 CPUtime=0.01
/proc/26875/stat : 26875 (SatElite) R 26874 26874 26613 0 -1 4194304 367 0 0 0 1 0 0 0 19 0 1 0 101902466 1867776 351 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/26875/statm: 456 352 51 127 0 326 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7180

[startup+0.101863 s]
/proc/loadavg: 0.97 1.01 1.00 3/64 26874
/proc/meminfo: memFree=1761280/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 101902466 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 235 195 169 0 50 0
[pid=26875] ppid=26874 vsize=3348 CPUtime=0.09
/proc/26875/stat : 26875 (SatElite) R 26874 26874 26613 0 -1 4194304 714 0 0 0 9 0 0 0 20 0 1 0 101902466 3428352 698 1992294400 134512640 135034092 4294956096 18446744073709551615 134563471 0 0 4096 3 0 0 0 17 0 0 0
/proc/26875/statm: 837 698 68 127 0 707 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.301895 s]
/proc/loadavg: 0.97 1.01 1.00 3/64 26874
/proc/meminfo: memFree=1761280/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+0.701931 s]
/proc/loadavg: 0.97 1.01 1.00 3/64 26874
/proc/meminfo: memFree=1761280/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+1.50201 s]
/proc/loadavg: 0.97 1.01 1.00 3/67 26878
/proc/meminfo: memFree=1751592/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=22580 CPUtime=2.38
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 2737 0 0 0 237 1 0 0 17 0 2 0 101902494 23121920 2723 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 5645 2723 83 193 0 5449 0
[pid=26877/tid=26878] ppid=26874 vsize=22580 CPUtime=1.17
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 847 0 0 0 117 0 0 0 16 0 2 0 101902498 23121920 2723 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 27936

[startup+3.10118 s]
/proc/loadavg: 0.97 1.01 1.00 3/67 26878
/proc/meminfo: memFree=1747752/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=27156 CPUtime=5.57
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 3902 0 0 0 555 2 0 0 18 0 2 0 101902494 27807744 3888 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 6789 3888 83 193 0 6593 0
[pid=26877/tid=26878] ppid=26874 vsize=27156 CPUtime=2.77
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 1494 0 0 0 276 1 0 0 16 0 2 0 101902498 27807744 3888 1992294400 134512640 135305190 4294956144 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 32512

[startup+6.3015 s]
/proc/loadavg: 1.05 1.03 1.00 3/67 26878
/proc/meminfo: memFree=1742760/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=30404 CPUtime=11.95
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 4543 0 0 0 1192 3 0 0 20 0 2 0 101902494 31133696 4529 1992294400 134512640 135305190 4294956144 18446744073709551615 134528227 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 7601 4529 83 193 0 7405 0
[pid=26877/tid=26878] ppid=26874 vsize=30404 CPUtime=5.96
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 1814 0 0 0 595 1 0 0 17 0 2 0 101902498 31133696 4529 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 35760

[startup+12.7021 s]
/proc/loadavg: 1.13 1.04 1.01 3/67 26878
/proc/meminfo: memFree=1737640/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=36336 CPUtime=24.72
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 6002 0 0 0 2468 4 0 0 25 0 2 0 101902494 37208064 5988 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 9084 5988 83 193 0 8888 0
[pid=26877/tid=26878] ppid=26874 vsize=36336 CPUtime=12.35
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 2967 0 0 0 1233 2 0 0 18 0 2 0 101902498 37208064 5988 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 41692

[startup+25.5014 s]
/proc/loadavg: 1.32 1.09 1.02 3/67 26878
/proc/meminfo: memFree=1725224/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=47736 CPUtime=50.26
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 8831 0 0 0 5019 7 0 0 25 0 2 0 101902494 48881664 8817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 11934 8817 83 193 0 11738 0
[pid=26877/tid=26878] ppid=26874 vsize=47736 CPUtime=25.14
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 5245 0 0 0 2510 4 0 0 17 0 2 0 101902498 48881664 8817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 53092

[startup+51.101 s]
/proc/loadavg: 1.55 1.16 1.04 3/67 26878
/proc/meminfo: memFree=1713192/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=60904 CPUtime=101.33
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 11955 0 0 0 10124 9 0 0 25 0 2 0 101902494 62365696 11941 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 15226 11941 83 193 0 15030 0
[pid=26877/tid=26878] ppid=26874 vsize=60904 CPUtime=50.73
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 7789 0 0 0 5067 6 0 0 25 0 2 0 101902498 62365696 11941 1992294400 134512640 135305190 4294956144 18446744073709551615 134528617 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 66260

[startup+102.305 s]
/proc/loadavg: 1.85 1.30 1.10 3/67 26878
/proc/meminfo: memFree=1684328/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=90156 CPUtime=203.45
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 19032 0 0 0 20323 22 0 0 17 0 2 0 101902494 92319744 19018 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 22539 19018 83 193 0 22343 0
[pid=26877/tid=26878] ppid=26874 vsize=90156 CPUtime=101.85
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 12138 0 0 0 10171 14 0 0 20 0 2 0 101902498 92319744 19018 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 95512

[startup+162.301 s]
/proc/loadavg: 1.94 1.43 1.15 3/67 26878
/proc/meminfo: memFree=1653992/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=121748 CPUtime=323.15
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 26556 0 0 0 32282 33 0 0 17 0 2 0 101902494 124669952 26542 1992294400 134512640 135305190 4294956144 18446744073709551615 134538552 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 30437 26542 83 193 0 30241 0
[pid=26877/tid=26878] ppid=26874 vsize=121748 CPUtime=161.59
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 15774 0 0 0 16140 19 0 0 25 0 2 0 101902498 124669952 26542 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.41
Current children cumulated vsize (KiB) 127104

[startup+222.301 s]
/proc/loadavg: 1.98 1.53 1.20 3/67 26878
/proc/meminfo: memFree=1619176/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=157704 CPUtime=442.89
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 35239 0 0 0 44243 46 0 0 16 0 2 0 101902494 161488896 35225 1992294400 134512640 135305190 4294956144 18446744073709551615 134835027 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 39426 35225 83 193 0 39230 0
[pid=26877/tid=26878] ppid=26874 vsize=157704 CPUtime=221.35
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 19935 0 0 0 22110 25 0 0 22 0 2 0 101902498 161488896 35225 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.15
Current children cumulated vsize (KiB) 163060

[startup+282.301 s]
/proc/loadavg: 1.99 1.61 1.25 3/67 26878
/proc/meminfo: memFree=1587560/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=190496 CPUtime=562.6
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 43455 0 0 0 56202 58 0 0 17 0 2 0 101902494 195067904 43441 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 47624 43441 83 193 0 47428 0
[pid=26877/tid=26878] ppid=26874 vsize=190496 CPUtime=281.09
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 24137 0 0 0 28078 31 0 0 17 0 2 0 101902498 195067904 43441 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.86
Current children cumulated vsize (KiB) 195852

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.29 3/67 26878
/proc/meminfo: memFree=1572456/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=205032 CPUtime=682.31
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 46908 0 0 0 68165 66 0 0 25 0 2 0 101902494 209952768 46894 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 51258 46894 83 193 0 51062 0
[pid=26877/tid=26878] ppid=26874 vsize=205032 CPUtime=340.83
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 25962 0 0 0 34048 35 0 0 25 0 2 0 101902498 209952768 46894 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.57
Current children cumulated vsize (KiB) 210388

[startup+402.301 s]
/proc/loadavg: 1.99 1.74 1.33 3/67 26878
/proc/meminfo: memFree=1554920/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=224796 CPUtime=802.05
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 51244 0 0 0 80131 74 0 0 25 0 2 0 101902494 230191104 51230 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 56199 51230 83 193 0 56003 0
[pid=26877/tid=26878] ppid=26874 vsize=224796 CPUtime=400.59
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 28242 0 0 0 40020 39 0 0 17 0 2 0 101902498 230191104 51230 1992294400 134512640 135305190 4294956144 18446744073709551615 134538593 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.31
Current children cumulated vsize (KiB) 230152

[startup+462.302 s]
/proc/loadavg: 1.99 1.78 1.37 3/67 26878
/proc/meminfo: memFree=1548136/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=231712 CPUtime=921.75
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 52932 0 0 0 92097 78 0 0 18 0 2 0 101902494 237273088 52918 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 57928 52918 83 193 0 57732 0
[pid=26877/tid=26878] ppid=26874 vsize=231712 CPUtime=460.34
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 29140 0 0 0 45992 42 0 0 25 0 2 0 101902498 237273088 52918 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.01
Current children cumulated vsize (KiB) 237068

[startup+522.302 s]
/proc/loadavg: 1.99 1.82 1.41 3/67 26878
/proc/meminfo: memFree=1502440/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=278300 CPUtime=1041.5
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 64357 0 0 0 104054 96 0 0 18 0 2 0 101902494 284979200 64343 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 69575 64343 83 193 0 69379 0
[pid=26877/tid=26878] ppid=26874 vsize=278300 CPUtime=520.1
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 34697 0 0 0 51959 51 0 0 17 0 2 0 101902498 284979200 64343 1992294400 134512640 135305190 4294956144 18446744073709551615 134538311 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.76
Current children cumulated vsize (KiB) 283656

[startup+582.302 s]
/proc/loadavg: 1.99 1.85 1.44 3/67 26878
/proc/meminfo: memFree=1492968/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=289152 CPUtime=1161.23
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 66820 0 0 0 116019 104 0 0 18 0 2 0 101902494 296091648 66806 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 72288 66806 83 193 0 72092 0
[pid=26877/tid=26878] ppid=26874 vsize=289152 CPUtime=579.84
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 35815 0 0 0 57930 54 0 0 18 0 2 0 101902498 296091648 66806 1992294400 134512640 135305190 4294956144 18446744073709551615 134557710 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.49
Current children cumulated vsize (KiB) 294508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.602 s]
/proc/loadavg: 1.99 1.86 1.46 3/67 26878
/proc/meminfo: memFree=1477160/2055920 swapFree=4180920/4192956
[pid=26874] ppid=26872 vsize=5356 CPUtime=0.26
/proc/26874/stat : 26874 (manysat.sh) S 26872 26874 26613 0 -1 4194304 312 719 0 0 0 0 26 0 15 0 1 0 101902466 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26874/statm: 1339 238 195 169 0 50 0
[pid=26877] ppid=26874 vsize=303904 CPUtime=1199.75
/proc/26877/stat : 26877 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194304 70606 0 0 0 119867 108 0 0 17 0 2 0 101902494 311197696 70592 1992294400 134512640 135305190 4294956144 18446744073709551615 134537981 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26877/statm: 75976 70592 83 193 0 75780 0
[pid=26877/tid=26878] ppid=26874 vsize=303904 CPUtime=599.06
/proc/26877/task/26878/stat : 26878 (manysat1.1_stat) R 26874 26874 26613 0 -1 4194368 38499 0 0 0 59850 56 0 0 25 0 2 0 101902498 311197696 70592 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 309260

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

Real time (s): 601.623
CPU time (s): 1200.01
CPU user time (s): 1198.93
CPU system time (s): 1.08
CPU usage (%): 199.462
Max. virtual memory (cumulated for all children) (KiB): 309260

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

runsolver used 0.52492 second user time and 1.68074 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-26 11:38:15
IDJOB=1728588
IDBENCH=24680
IDSOLVER=514
FILE ID=node27/1728588-1240738695
PBS_JOBID= 9186971
Free space on /tmp= 66248 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-clqcolor-16-11-14.sat05-1261.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728588-1240738695/watcher-1728588-1240738695 -o /tmp/evaluation-result-1728588-1240738695/solver-1728588-1240738695 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1728588-1240738695.cnf aimd 1

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

MD5SUM BENCH= cd57d37a316c4dccaae3ab131e3f8090
RANDOM SEED=232422256

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:       1761824 kB
Buffers:         22488 kB
Cached:         192444 kB
SwapCached:       5116 kB
Active:          18688 kB
Inactive:       204356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761824 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            57088 kB
Committed_AS:   371448 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 11:48:19