Trace number 1718971

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.07 615.719

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...
1.98/2.07	c ==============================================================================
1.98/2.07	c |           |     ORIGINAL     |              LEARNT              |          |
1.98/2.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.98/2.07	c ==============================================================================
1.98/2.07	c |         0 | 2465730  7141422 |  739718       0        0     nan |  0.000 % |
22.68/22.74	c |         0 | 2391111  7388117 |      --       0       --      -- |     --   | -74473/249552
22.68/22.74	c ==============================================================================
22.68/22.74	c Result  :   #vars: 120317   #clauses: 2391111   #literals: 7388117
22.68/22.74	c CPU time:   22.3066 s
22.68/22.74	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-1718971-1240641613/watcher-1718971-1240641613 -o /tmp/evaluation-result-1718971-1240641613/solver-1718971-1240641613 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1718971-1240641613.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: 1.83 1.82 1.47 3/64 17142
/proc/meminfo: memFree=904440/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=956 CPUtime=0
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 140 0 0 0 0 0 0 0 19 0 1 0 92195309 978944 124 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17143/statm: 239 125 51 127 0 109 0

[startup+0.0175889 s]
/proc/loadavg: 1.83 1.82 1.47 3/64 17142
/proc/meminfo: memFree=904440/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=2244 CPUtime=0.01
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 445 0 0 0 1 0 0 0 19 0 1 0 92195309 2297856 429 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/17143/statm: 561 429 51 127 0 431 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7600

[startup+0.101598 s]
/proc/loadavg: 1.83 1.82 1.47 3/64 17142
/proc/meminfo: memFree=904440/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=9464 CPUtime=0.09
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 2116 0 0 0 8 1 0 0 19 0 1 0 92195309 9691136 2100 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17143/statm: 2366 2100 51 127 0 2236 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14820

[startup+0.301621 s]
/proc/loadavg: 1.83 1.82 1.47 3/64 17142
/proc/meminfo: memFree=904440/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=23496 CPUtime=0.29
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 5686 0 0 0 25 4 0 0 21 0 1 0 92195309 24059904 5670 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17143/statm: 5874 5670 51 127 0 5744 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28852

[startup+0.701672 s]
/proc/loadavg: 1.83 1.82 1.47 3/64 17142
/proc/meminfo: memFree=904440/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=57128 CPUtime=0.68
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 12703 0 0 0 58 10 0 0 25 0 1 0 92195309 58499072 12687 1992294400 134512640 135034092 4294956096 18446744073709551615 134522985 0 0 4096 3 0 0 0 17 1 0 0
/proc/17143/statm: 14282 12687 51 127 0 14152 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62484

[startup+1.50176 s]
/proc/loadavg: 1.83 1.82 1.47 2/66 17144
/proc/meminfo: memFree=834984/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=117660 CPUtime=1.48
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 26170 0 0 0 127 21 0 0 25 0 1 0 92195309 120483840 26154 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/17143/statm: 29415 26155 51 127 0 29285 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 123016

[startup+3.10194 s]
/proc/loadavg: 1.77 1.81 1.47 2/66 17144
/proc/meminfo: memFree=746920/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=202028 CPUtime=3.08
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 49474 0 0 0 275 33 0 0 25 0 1 0 92195309 206876672 44238 1992294400 134512640 135034092 4294956096 18446744073709551615 134541489 0 0 4096 3 0 0 0 17 0 0 0
/proc/17143/statm: 50507 44238 68 127 0 50377 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 207384

[startup+6.3013 s]
/proc/loadavg: 1.77 1.81 1.47 2/66 17144
/proc/meminfo: memFree=715944/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=227076 CPUtime=6.28
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 53053 0 0 0 592 36 0 0 25 0 1 0 92195309 232525824 47817 1992294400 134512640 135034092 4294956096 18446744073709551615 134566565 0 0 4096 3 0 0 0 17 0 0 0
/proc/17143/statm: 56769 47817 68 127 0 56639 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 232432

[startup+12.702 s]
/proc/loadavg: 1.65 1.78 1.46 2/66 17144
/proc/meminfo: memFree=686312/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=263752 CPUtime=12.68
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 59855 0 0 0 1229 39 0 0 25 0 1 0 92195309 270082048 54060 1992294400 134512640 135034092 4294956096 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/17143/statm: 65938 54060 68 127 0 65808 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 269108

[startup+25.5015 s]
/proc/loadavg: 1.55 1.75 1.45 2/66 17144
/proc/meminfo: memFree=660200/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=0
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92195309 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 235 195 169 0 50 0
[pid=17143] ppid=17142 vsize=232396 CPUtime=25.48
/proc/17143/stat : 17143 (SatElite) R 17142 17142 16763 0 -1 4194304 65254 0 0 0 2488 60 0 0 25 0 1 0 92195309 237973504 49071 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/17143/statm: 58099 49071 69 127 0 57969 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 237752

[startup+51.1014 s]
/proc/loadavg: 1.70 1.77 1.47 3/67 17146
/proc/meminfo: memFree=563936/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=309196 CPUtime=47.77
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 71222 0 0 0 4734 43 0 0 18 0 2 0 92197881 316616704 71158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 77299 71158 83 193 0 77103 0
[pid=17145/tid=17146] ppid=17142 vsize=309196 CPUtime=22.43
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 2743 0 0 0 2239 4 0 0 19 0 2 0 92198166 316616704 71158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 73.47
Current children cumulated vsize (KiB) 314552

[startup+102.306 s]
/proc/loadavg: 1.88 1.81 1.49 3/67 17146
/proc/meminfo: memFree=541728/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=331120 CPUtime=149.89
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 76671 0 0 0 14939 50 0 0 17 0 2 0 92197881 339066880 76607 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 82780 76607 83 193 0 82584 0
[pid=17145/tid=17146] ppid=17142 vsize=331120 CPUtime=73.43
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 5647 0 0 0 7336 7 0 0 25 0 2 0 92198166 339066880 76607 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 175.59
Current children cumulated vsize (KiB) 336476

[startup+162.302 s]
/proc/loadavg: 1.95 1.84 1.52 3/67 17146
/proc/meminfo: memFree=518176/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=355936 CPUtime=269.61
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 82549 0 0 0 26903 58 0 0 17 0 2 0 92197881 364478464 82485 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 88984 82485 83 193 0 88788 0
[pid=17145/tid=17146] ppid=17142 vsize=355936 CPUtime=133.18
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 8873 0 0 0 13307 11 0 0 18 0 2 0 92198166 364478464 82485 1992294400 134512640 135305190 4294956144 18446744073709551615 134557478 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 295.31
Current children cumulated vsize (KiB) 361292

[startup+222.302 s]
/proc/loadavg: 1.98 1.87 1.55 3/67 17146
/proc/meminfo: memFree=515872/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=357716 CPUtime=389.35
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 83123 0 0 0 38876 59 0 0 18 0 2 0 92197881 366301184 83059 1992294400 134512640 135305190 4294956144 18446744073709551615 134542019 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 89429 83059 83 193 0 89233 0
[pid=17145/tid=17146] ppid=17142 vsize=357716 CPUtime=192.94
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 9268 0 0 0 19282 12 0 0 17 0 2 0 92198166 366301184 83059 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 415.05
Current children cumulated vsize (KiB) 363072

[startup+282.301 s]
/proc/loadavg: 1.99 1.89 1.57 3/67 17146
/proc/meminfo: memFree=509856/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=364892 CPUtime=509.07
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 84720 0 0 0 50846 61 0 0 17 0 2 0 92197881 373649408 84656 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 91223 84656 83 193 0 91027 0
[pid=17145/tid=17146] ppid=17142 vsize=364892 CPUtime=252.69
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 9989 0 0 0 25256 13 0 0 17 0 2 0 92198166 373649408 84656 1992294400 134512640 135305190 4294956144 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 534.77
Current children cumulated vsize (KiB) 370248

[startup+342.301 s]
/proc/loadavg: 1.99 1.91 1.60 3/67 17146
/proc/meminfo: memFree=482080/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=393124 CPUtime=628.81
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 91585 0 0 0 62810 71 0 0 25 0 2 0 92197881 402558976 91521 1992294400 134512640 135305190 4294956144 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 98281 91521 83 193 0 98085 0
[pid=17145/tid=17146] ppid=17142 vsize=393124 CPUtime=312.45
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 13690 0 0 0 31227 18 0 0 25 0 2 0 92198166 402558976 91521 1992294400 134512640 135305190 4294956144 18446744073709551615 134530667 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 654.51
Current children cumulated vsize (KiB) 398480

[startup+402.302 s]
/proc/loadavg: 1.99 1.92 1.62 3/67 17146
/proc/meminfo: memFree=480480/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=394280 CPUtime=748.51
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 91957 0 0 0 74779 72 0 0 19 0 2 0 92197881 403742720 91893 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 98570 91893 83 193 0 98374 0
[pid=17145/tid=17146] ppid=17142 vsize=394280 CPUtime=372.19
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 13844 0 0 0 37201 18 0 0 17 0 2 0 92198166 403742720 91893 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 774.21
Current children cumulated vsize (KiB) 399636

[startup+462.301 s]
/proc/loadavg: 1.99 1.93 1.64 4/67 17146
/proc/meminfo: memFree=480224/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=394568 CPUtime=868.26
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 92028 0 0 0 86753 73 0 0 25 0 2 0 92197881 404037632 91964 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 98642 91964 83 193 0 98446 0
[pid=17145/tid=17146] ppid=17142 vsize=394568 CPUtime=431.96
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 13904 0 0 0 43177 19 0 0 25 0 2 0 92198166 404037632 91964 1992294400 134512640 135305190 4294956144 18446744073709551615 134528623 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 893.96
Current children cumulated vsize (KiB) 399924

[startup+522.302 s]
/proc/loadavg: 1.99 1.94 1.66 3/67 17146
/proc/meminfo: memFree=477728/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=397300 CPUtime=988
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 92639 0 0 0 98725 75 0 0 25 0 2 0 92197881 406835200 92575 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 99325 92575 83 193 0 99129 0
[pid=17145/tid=17146] ppid=17142 vsize=397300 CPUtime=491.72
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 14196 0 0 0 49153 19 0 0 25 0 2 0 92198166 406835200 92575 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1013.7
Current children cumulated vsize (KiB) 402656

[startup+582.303 s]
/proc/loadavg: 1.99 1.95 1.68 3/67 17146
/proc/meminfo: memFree=469920/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=404888 CPUtime=1107.72
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 94596 0 0 0 110693 79 0 0 18 0 2 0 92197881 414605312 94532 1992294400 134512640 135305190 4294956144 18446744073709551615 134542031 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 101222 94532 83 193 0 101026 0
[pid=17145/tid=17146] ppid=17142 vsize=404888 CPUtime=551.47
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 15515 0 0 0 55126 21 0 0 17 0 2 0 92198166 414605312 94532 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1133.42
Current children cumulated vsize (KiB) 410244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+615.702 s]
/proc/loadavg: 1.99 1.95 1.69 3/67 17146
/proc/meminfo: memFree=457952/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=417080 CPUtime=1174.37
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 97567 0 0 0 117355 82 0 0 19 0 2 0 92197881 427089920 97503 1992294400 134512640 135305190 4294956144 18446744073709551615 134542034 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 104270 97503 83 193 0 104074 0
[pid=17145/tid=17146] ppid=17142 vsize=417080 CPUtime=584.75
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 17356 0 0 0 58451 24 0 0 17 0 2 0 92198166 427089920 97503 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 422436

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

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

[startup+615.702 s]
/proc/loadavg: 1.99 1.95 1.69 3/67 17146
/proc/meminfo: memFree=457952/2055920 swapFree=4192956/4192956
[pid=17142] ppid=17140 vsize=5356 CPUtime=25.7
/proc/17142/stat : 17142 (manysat.sh) S 17140 17142 16763 0 -1 4194304 312 65257 0 0 0 0 2506 64 19 0 1 0 92195309 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17142/statm: 1339 238 195 169 0 50 0
[pid=17145] ppid=17142 vsize=417080 CPUtime=1174.37
/proc/17145/stat : 17145 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194304 97567 0 0 0 117355 82 0 0 19 0 2 0 92197881 427089920 97503 1992294400 134512640 135305190 4294956144 18446744073709551615 134542034 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/17145/statm: 104270 97503 83 193 0 104074 0
[pid=17145/tid=17146] ppid=17142 vsize=417080 CPUtime=584.75
/proc/17145/task/17146/stat : 17146 (manysat1.1_stat) R 17142 17142 16763 0 -1 4194368 17356 0 0 0 58451 24 0 0 17 0 2 0 92198166 427089920 97503 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 422436

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 615.719
CPU time (s): 1200.07
CPU user time (s): 1198.61
CPU system time (s): 1.46
CPU usage (%): 194.905
Max. virtual memory (cumulated for all children) (KiB): 422436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.0612
system time used= 0.644901
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= 67

runsolver used 0.557915 second user time and 1.69374 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-25 08:40:16
IDJOB=1718971
IDBENCH=20575
IDSOLVER=514
FILE ID=node9/1718971-1240641613
PBS_JOBID= 9186454
Free space on /tmp= 66280 MiB

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

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

MD5SUM BENCH= 79c983ee7a6671238604da3040f85341
RANDOM SEED=456150710

node9.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.240
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.240
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:        904856 kB
Buffers:         98264 kB
Cached:         947712 kB
SwapCached:          0 kB
Active:         215512 kB
Inactive:       844428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        904856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           52384 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            77108 kB
Committed_AS:   303544 kB
PageTables:       1388 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 node9 at 2009-04-25 08:50:33