Trace number 1718970

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 0/2009-03-20? (TO) 1200.18 615.923

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
Bench CategoryAPPLICATION (applications 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 variables151669
Number of clauses2465731
Sum of the clauses size7141423
Maximum clause length150
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22309834
Number of clauses of size 335167
Number of clauses of size 45995
Number of clauses of size 511790
Number of clauses of size over 5102944

Solver Data

0.00/0.00	c Parsing...
2.09/2.12	c ==============================================================================
2.09/2.12	c |           |     ORIGINAL     |              LEARNT              |          |
2.09/2.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.09/2.12	c ==============================================================================
2.09/2.12	c |         0 | 2465730  7141422 |  739718       0        0     nan |  0.000 % |
22.87/22.96	c |         0 | 2391111  7388117 |      --       0       --      -- |     --   | -74473/249552
22.87/22.96	c ==============================================================================
22.87/22.96	c Result  :   #vars: 120317   #clauses: 2391111   #literals: 7388117
22.87/22.96	c CPU time:   22.5136 s
22.87/22.96	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-1718970-1240641611/watcher-1718970-1240641611 -o /tmp/evaluation-result-1718970-1240641611/solver-1718970-1240641611 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1718970-1240641611.cnf aimd 0 

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 17011
/proc/meminfo: memFree=1264224/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=956 CPUtime=0
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 139 0 0 0 0 0 0 0 19 0 1 0 92195562 978944 123 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17012/statm: 239 124 51 127 0 109 0

[startup+0.023629 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 17011
/proc/meminfo: memFree=1264224/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=3052 CPUtime=0.01
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 634 0 0 0 1 0 0 0 19 0 1 0 92195562 3125248 618 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/17012/statm: 763 619 51 127 0 633 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8408

[startup+0.102643 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 17011
/proc/meminfo: memFree=1264224/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=9464 CPUtime=0.09
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 2124 0 0 0 8 1 0 0 19 0 1 0 92195562 9691136 2108 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17012/statm: 2366 2108 51 127 0 2236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14820

[startup+0.302677 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 17011
/proc/meminfo: memFree=1264224/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=23628 CPUtime=0.29
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 5723 0 0 0 26 3 0 0 21 0 1 0 92195562 24195072 5707 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17012/statm: 5907 5707 51 127 0 5777 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28984

[startup+0.701759 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 17011
/proc/meminfo: memFree=1264224/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=57656 CPUtime=0.69
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 12837 0 0 0 61 8 0 0 25 0 1 0 92195562 59039744 12821 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17012/statm: 14414 12821 51 127 0 14284 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63012

[startup+1.50191 s]
/proc/loadavg: 1.83 1.82 1.44 2/66 17013
/proc/meminfo: memFree=1192208/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=117660 CPUtime=1.49
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 26162 0 0 0 129 20 0 0 25 0 1 0 92195562 120483840 26146 1992294400 134512640 135034092 4294956096 18446744073709551615 134560645 0 0 4096 3 0 0 0 17 1 0 0
/proc/17012/statm: 29415 26146 51 127 0 29285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123016

[startup+3.1012 s]
/proc/loadavg: 1.77 1.80 1.44 2/66 17013
/proc/meminfo: memFree=1109200/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=192496 CPUtime=3.09
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 47091 0 0 0 278 31 0 0 25 0 1 0 92195562 197115904 41855 1992294400 134512640 135034092 4294956096 18446744073709551615 134540710 0 0 4096 3 0 0 0 17 1 0 0
/proc/17012/statm: 48124 41855 68 127 0 47994 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 197852

[startup+6.30178 s]
/proc/loadavg: 1.77 1.80 1.44 2/66 17013
/proc/meminfo: memFree=1076368/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=226412 CPUtime=6.28
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 52874 0 0 0 592 36 0 0 25 0 1 0 92195562 231845888 47638 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 0 0 0
/proc/17012/statm: 56603 47638 68 127 0 56473 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 231768

[startup+12.7019 s]
/proc/loadavg: 1.65 1.78 1.43 2/66 17013
/proc/meminfo: memFree=1046424/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=263752 CPUtime=12.68
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 59853 0 0 0 1228 40 0 0 25 0 1 0 92195562 270082048 54058 1992294400 134512640 135034092 4294956096 18446744073709551615 134584267 0 0 4096 3 0 0 0 17 0 0 0
/proc/17012/statm: 65938 54058 68 127 0 65808 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 269108

[startup+25.5023 s]
/proc/loadavg: 1.55 1.75 1.43 2/66 17013
/proc/meminfo: memFree=1025752/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=0
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195561 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 235 195 169 0 50 0
[pid=17012] ppid=17011 vsize=232396 CPUtime=25.47
/proc/17012/stat : 17012 (SatElite) R 17011 17011 16690 0 -1 4194304 65254 0 0 0 2486 61 0 0 25 0 1 0 92195562 237973504 49071 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/17012/statm: 58099 49071 69 127 0 57969 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 237752

[startup+51.103 s]
/proc/loadavg: 1.70 1.77 1.44 3/67 17015
/proc/meminfo: memFree=923536/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=309680 CPUtime=47.26
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 71189 0 0 0 4681 45 0 0 20 0 2 0 92198164 317112320 71125 1992294400 134512640 135305190 4294956144 18446744073709551615 134541953 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 77420 71125 83 193 0 77224 0
[pid=17014/tid=17015] ppid=17011 vsize=309680 CPUtime=22.2
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 2855 0 0 0 2216 4 0 0 25 0 2 0 92198441 317112320 71125 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.25
Current children cumulated vsize (KiB) 315036

[startup+102.305 s]
/proc/loadavg: 1.91 1.82 1.48 3/67 17015
/proc/meminfo: memFree=909264/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=323560 CPUtime=149.36
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 74704 0 0 0 14885 51 0 0 16 0 2 0 92198164 331325440 74640 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 80890 74640 83 193 0 80694 0
[pid=17014/tid=17015] ppid=17011 vsize=323560 CPUtime=73.11
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 4945 0 0 0 7303 8 0 0 17 0 2 0 92198441 331325440 74640 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.35
Current children cumulated vsize (KiB) 328916

[startup+162.302 s]
/proc/loadavg: 1.97 1.85 1.51 3/67 17015
/proc/meminfo: memFree=880976/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=353028 CPUtime=269.08
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 81813 0 0 0 26848 60 0 0 25 0 2 0 92198164 361500672 81749 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 88257 81749 83 193 0 88061 0
[pid=17014/tid=17015] ppid=17011 vsize=353028 CPUtime=132.87
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 9141 0 0 0 13274 13 0 0 18 0 2 0 92198441 361500672 81749 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 295.07
Current children cumulated vsize (KiB) 358384

[startup+222.301 s]
/proc/loadavg: 1.99 1.87 1.54 3/67 17015
/proc/meminfo: memFree=871056/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=363056 CPUtime=388.79
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 84228 0 0 0 38814 65 0 0 16 0 2 0 92198164 371769344 84164 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 90764 84164 83 193 0 90568 0
[pid=17014/tid=17015] ppid=17011 vsize=363056 CPUtime=192.62
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 10219 0 0 0 19247 15 0 0 18 0 2 0 92198441 371769344 84164 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 414.78
Current children cumulated vsize (KiB) 368412

[startup+282.301 s]
/proc/loadavg: 1.99 1.89 1.56 3/67 17015
/proc/meminfo: memFree=854224/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=380512 CPUtime=508.52
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 88429 0 0 0 50781 71 0 0 25 0 2 0 92198164 389644288 88365 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 95128 88365 83 193 0 94932 0
[pid=17014/tid=17015] ppid=17011 vsize=380512 CPUtime=252.38
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 12570 0 0 0 25220 18 0 0 19 0 2 0 92198441 389644288 88365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 534.51
Current children cumulated vsize (KiB) 385868

[startup+342.301 s]
/proc/loadavg: 1.99 1.91 1.58 3/67 17015
/proc/meminfo: memFree=841488/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=393268 CPUtime=628.25
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 91651 0 0 0 62748 77 0 0 17 0 2 0 92198164 402706432 91587 1992294400 134512640 135305190 4294956144 18446744073709551615 134541971 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 98317 91587 83 193 0 98121 0
[pid=17014/tid=17015] ppid=17011 vsize=393268 CPUtime=312.15
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 14640 0 0 0 31193 22 0 0 18 0 2 0 92198441 402706432 91587 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 654.24
Current children cumulated vsize (KiB) 398624

[startup+402.301 s]
/proc/loadavg: 1.99 1.92 1.61 3/67 17015
/proc/meminfo: memFree=818064/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=418200 CPUtime=747.99
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 97573 0 0 0 74713 86 0 0 17 0 2 0 92198164 428236800 97509 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 104550 97509 83 193 0 104354 0
[pid=17014/tid=17015] ppid=17011 vsize=418200 CPUtime=371.91
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 18324 0 0 0 37164 27 0 0 23 0 2 0 92198441 428236800 97509 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 773.98
Current children cumulated vsize (KiB) 423556

[startup+462.302 s]
/proc/loadavg: 1.99 1.94 1.63 3/67 17015
/proc/meminfo: memFree=793168/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=442216 CPUtime=867.72
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 103733 0 0 0 86677 95 0 0 17 0 2 0 92198164 452829184 103669 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 110554 103669 83 193 0 110358 0
[pid=17014/tid=17015] ppid=17011 vsize=442216 CPUtime=431.67
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 21845 0 0 0 43135 32 0 0 25 0 2 0 92198441 452829184 103669 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 893.71
Current children cumulated vsize (KiB) 447572

[startup+522.302 s]
/proc/loadavg: 1.99 1.94 1.65 3/67 17015
/proc/meminfo: memFree=791312/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=443684 CPUtime=987.4
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 104134 0 0 0 98644 96 0 0 17 0 2 0 92198164 454332416 104070 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 110921 104070 83 193 0 110725 0
[pid=17014/tid=17015] ppid=17011 vsize=443684 CPUtime=491.4
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 21967 0 0 0 49108 32 0 0 25 0 2 0 92198441 454332416 104070 1992294400 134512640 135305190 4294956144 18446744073709551615 134541668 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1013.39
Current children cumulated vsize (KiB) 449040

[startup+582.301 s]
/proc/loadavg: 1.99 1.95 1.67 3/67 17015
/proc/meminfo: memFree=790928/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=444116 CPUtime=1107.13
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 104236 0 0 0 110617 96 0 0 17 0 2 0 92198164 454774784 104172 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 111029 104172 83 193 0 110833 0
[pid=17014/tid=17015] ppid=17011 vsize=444116 CPUtime=551.16
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 21980 0 0 0 55084 32 0 0 25 0 2 0 92198441 454774784 104172 1992294400 134512640 135305190 4294956144 18446744073709551615 134565661 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1133.12
Current children cumulated vsize (KiB) 449472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+615.901 s]
/proc/loadavg: 1.99 1.95 1.68 3/67 17015
/proc/meminfo: memFree=790864/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=444224 CPUtime=1174.19
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 104245 0 0 0 117323 96 0 0 25 0 2 0 92198164 454885376 104181 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 111056 104181 83 193 0 110860 0
[pid=17014/tid=17015] ppid=17011 vsize=444224 CPUtime=584.63
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 21980 0 0 0 58431 32 0 0 17 0 2 0 92198441 454885376 104181 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 449580

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+615.901 s]
/proc/loadavg: 1.99 1.95 1.68 3/67 17015
/proc/meminfo: memFree=790864/2055920 swapFree=4124000/4192956
[pid=17011] ppid=17009 vsize=5356 CPUtime=25.99
/proc/17011/stat : 17011 (manysat.sh) S 17009 17011 16690 0 -1 4194304 312 65257 0 0 0 0 2532 67 19 0 1 0 92195561 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17011/statm: 1339 238 195 169 0 50 0
[pid=17014] ppid=17011 vsize=444224 CPUtime=1174.19
/proc/17014/stat : 17014 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194304 104245 0 0 0 117323 96 0 0 25 0 2 0 92198164 454885376 104181 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17014/statm: 111056 104181 83 193 0 110860 0
[pid=17014/tid=17015] ppid=17011 vsize=444224 CPUtime=584.63
/proc/17014/task/17015/stat : 17015 (manysat1.1_stat) R 17011 17011 16690 0 -1 4194368 21980 0 0 0 58431 32 0 0 17 0 2 0 92198441 454885376 104181 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.18
Current children cumulated vsize (KiB) 449580

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17011 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=326149
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=677896
# CPU time returned by wait4() is 26.004
# while last known CPU time is 1200.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 615.923
CPU time (s): 1200.18
CPU user time (s): 1198.55
CPU system time (s): 1.63
CPU usage (%): 194.859
Max. virtual memory (cumulated for all children) (KiB): 449580

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

runsolver used 0.582911 second user time and 1.66875 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-25 08:40:14
IDJOB=1718970
IDBENCH=20575
IDSOLVER=513
FILE ID=node2/1718970-1240641611
PBS_JOBID= 9186405
Free space on /tmp= 66280 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718970-1240641611/watcher-1718970-1240641611 -o /tmp/evaluation-result-1718970-1240641611/solver-1718970-1240641611 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1718970-1240641611.cnf aimd 0

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

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED=1187228996

node2.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.265
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.265
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:       1264704 kB
Buffers:         67840 kB
Cached:         580168 kB
SwapCached:      63068 kB
Active:         249984 kB
Inactive:       463556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1264704 kB
SwapTotal:     4192956 kB
SwapFree:      4124000 kB
Dirty:           52416 kB
Writeback:           0 kB
Mapped:          14004 kB
Slab:            63596 kB
Committed_AS:   332276 kB
PageTables:       1468 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= 66224 MiB
End job on node2 at 2009-04-25 08:50:32