Trace number 1719023

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.03 627.12

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
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 variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c Parsing...
3.19/3.23	c ==============================================================================
3.19/3.23	c |           |     ORIGINAL     |              LEARNT              |          |
3.19/3.23	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.19/3.23	c ==============================================================================
3.19/3.23	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
42.36/42.40	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
42.36/42.41	c ==============================================================================
42.36/42.41	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
42.36/42.41	c CPU time:   41.7377 s
42.36/42.41	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-1719023-1240642379/watcher-1719023-1240642379 -o /tmp/evaluation-result-1719023-1240642379/solver-1719023-1240642379 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1719023-1240642379.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.01 1.00 1.00 3/64 29581
/proc/meminfo: memFree=1052016/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=1232 CPUtime=0
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 223 0 0 0 0 0 0 0 18 0 1 0 92264332 1261568 207 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 308 208 51 127 0 178 0

[startup+0.0985579 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 29581
/proc/meminfo: memFree=1052016/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=8424 CPUtime=0.09
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 1948 0 0 0 8 1 0 0 18 0 1 0 92264332 8626176 1932 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 2106 1932 51 127 0 1976 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13780

[startup+0.101557 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 29581
/proc/meminfo: memFree=1052016/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=8556 CPUtime=0.09
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 1994 0 0 0 8 1 0 0 18 0 1 0 92264332 8761344 1978 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 2139 1979 51 127 0 2009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13912

[startup+0.301584 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 29581
/proc/meminfo: memFree=1052016/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=22572 CPUtime=0.29
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 5402 0 0 0 25 4 0 0 19 0 1 0 92264332 23113728 5386 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 5643 5386 51 127 0 5513 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27928

[startup+0.701638 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 29581
/proc/meminfo: memFree=1052016/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=48652 CPUtime=0.68
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 11817 0 0 0 59 9 0 0 23 0 1 0 92264332 49819648 11801 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 12163 11802 51 127 0 12033 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 54008

[startup+1.50175 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29583
/proc/meminfo: memFree=984224/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=107076 CPUtime=1.49
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 25242 0 0 0 130 19 0 0 25 0 1 0 92264332 109645824 25226 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 26769 25232 51 127 0 26639 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 112432

[startup+3.10296 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 29583
/proc/meminfo: memFree=913504/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=235252 CPUtime=3.09
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 56237 0 0 0 268 41 0 0 25 0 1 0 92264332 240898048 56221 1992294400 134512640 135034092 4294956096 18446744073709551615 134542711 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 58813 56221 52 127 0 58683 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 240608

[startup+6.30139 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 29583
/proc/meminfo: memFree=793696/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=269056 CPUtime=6.29
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 72325 0 0 0 580 49 0 0 25 0 1 0 92264332 275513344 64664 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 67264 64664 68 127 0 67134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 274412

[startup+12.7023 s]
/proc/loadavg: 1.08 1.02 1.00 2/66 29583
/proc/meminfo: memFree=767392/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=308732 CPUtime=12.69
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 78092 0 0 0 1213 56 0 0 25 0 1 0 92264332 316141568 70431 1992294400 134512640 135034092 4294956096 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 77183 70431 68 127 0 77053 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 314088

[startup+25.502 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 29583
/proc/meminfo: memFree=730016/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=0
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 92264331 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29581/statm: 1339 235 195 169 0 50 0
[pid=29582] ppid=29581 vsize=358920 CPUtime=25.48
/proc/29582/stat : 29582 (SatElite) R 29581 29581 29363 0 -1 4194304 87065 0 0 0 2488 60 0 0 25 0 1 0 92264332 367534080 78787 1992294400 134512640 135034092 4294956096 18446744073709551615 134540736 0 0 4096 3 0 0 0 17 1 0 0
/proc/29582/statm: 89730 78787 68 127 0 89600 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 364276

[startup+51.1014 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 29584
/proc/meminfo: memFree=633568/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=393860 CPUtime=3.87
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 96362 0 0 0 334 53 0 0 25 0 1 0 92269054 403312640 96264 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 1 0 0
/proc/29584/statm: 98465 96265 71 193 0 98269 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 399216

[startup+102.305 s]
/proc/loadavg: 1.58 1.16 1.05 3/67 29585
/proc/meminfo: memFree=543256/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=442336 CPUtime=105.61
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 105291 0 0 0 10494 67 0 0 25 0 2 0 92269054 452952064 105190 1992294400 134512640 135305190 4294956144 18446744073709551615 134530633 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 110584 105190 83 193 0 110388 0
[pid=29584/tid=29585] ppid=29581 vsize=442336 CPUtime=50.6
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 4713 0 0 0 5053 7 0 0 21 0 2 0 92269478 452952064 105190 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.8
Current children cumulated vsize (KiB) 447692

[startup+162.301 s]
/proc/loadavg: 1.84 1.31 1.11 3/67 29585
/proc/meminfo: memFree=525208/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=459976 CPUtime=225.34
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 109855 0 0 0 22460 74 0 0 17 0 2 0 92269054 471015424 109754 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 114994 109754 83 193 0 114798 0
[pid=29584/tid=29585] ppid=29581 vsize=459976 CPUtime=110.35
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 7064 0 0 0 11025 10 0 0 25 0 2 0 92269478 471015424 109754 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 272.53
Current children cumulated vsize (KiB) 465332

[startup+222.302 s]
/proc/loadavg: 1.94 1.43 1.16 3/67 29585
/proc/meminfo: memFree=517720/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=467108 CPUtime=345.07
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 111686 0 0 0 34431 76 0 0 18 0 2 0 92269054 478318592 111582 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 116777 111582 83 193 0 116581 0
[pid=29584/tid=29585] ppid=29581 vsize=467108 CPUtime=170.11
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 8099 0 0 0 17000 11 0 0 25 0 2 0 92269478 478318592 111582 1992294400 134512640 135305190 4294956144 18446744073709551615 134541711 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 392.26
Current children cumulated vsize (KiB) 472464

[startup+282.302 s]
/proc/loadavg: 1.98 1.53 1.21 3/67 29585
/proc/meminfo: memFree=503704/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=482512 CPUtime=464.81
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 115349 0 0 0 46399 82 0 0 25 0 2 0 92269054 494092288 115245 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 120628 115245 83 193 0 120432 0
[pid=29584/tid=29585] ppid=29581 vsize=482512 CPUtime=229.86
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 10168 0 0 0 22972 14 0 0 25 0 2 0 92269478 494092288 115245 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 512
Current children cumulated vsize (KiB) 487868

[startup+342.302 s]
/proc/loadavg: 1.99 1.62 1.26 3/67 29585
/proc/meminfo: memFree=501848/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=483360 CPUtime=584.54
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 115646 0 0 0 58371 83 0 0 22 0 2 0 92269054 494960640 115542 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 120840 115542 83 193 0 120644 0
[pid=29584/tid=29585] ppid=29581 vsize=483360 CPUtime=289.62
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 10378 0 0 0 28947 15 0 0 22 0 2 0 92269478 494960640 115542 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 631.73
Current children cumulated vsize (KiB) 488716

[startup+402.302 s]
/proc/loadavg: 1.99 1.68 1.30 3/67 29585
/proc/meminfo: memFree=484568/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=500648 CPUtime=704.28
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 120025 0 0 0 70340 88 0 0 22 0 2 0 92269054 512663552 119921 1992294400 134512640 135305190 4294956144 18446744073709551615 134541947 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 125162 119921 83 193 0 124966 0
[pid=29584/tid=29585] ppid=29581 vsize=500648 CPUtime=349.38
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 13146 0 0 0 34920 18 0 0 25 0 2 0 92269478 512663552 119921 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 751.47
Current children cumulated vsize (KiB) 506004

[startup+462.301 s]
/proc/loadavg: 1.99 1.74 1.34 3/67 29585
/proc/meminfo: memFree=462872/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=523196 CPUtime=824.01
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 125432 0 0 0 82305 96 0 0 18 0 2 0 92269054 535752704 125328 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 130799 125328 83 193 0 130603 0
[pid=29584/tid=29585] ppid=29581 vsize=523196 CPUtime=409.13
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 16158 0 0 0 40891 22 0 0 25 0 2 0 92269478 535752704 125328 1992294400 134512640 135305190 4294956144 18446744073709551615 134531147 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 871.2
Current children cumulated vsize (KiB) 528552

[startup+522.301 s]
/proc/loadavg: 1.99 1.78 1.38 3/67 29591
/proc/meminfo: memFree=445080/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=540964 CPUtime=943.72
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 129807 0 0 0 94269 103 0 0 25 0 2 0 92269054 553947136 129703 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 135241 129703 83 193 0 135045 0
[pid=29584/tid=29585] ppid=29581 vsize=540964 CPUtime=468.88
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 18674 0 0 0 46862 26 0 0 16 0 2 0 92269478 553947136 129703 1992294400 134512640 135305190 4294956144 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 990.91
Current children cumulated vsize (KiB) 546320

[startup+582.301 s]
/proc/loadavg: 1.99 1.82 1.41 3/67 29591
/proc/meminfo: memFree=444696/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=541176 CPUtime=1063.45
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 129910 0 0 0 106241 104 0 0 25 0 2 0 92269054 554164224 129806 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 135294 129806 83 193 0 135098 0
[pid=29584/tid=29585] ppid=29581 vsize=541176 CPUtime=528.62
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 18675 0 0 0 52836 26 0 0 25 0 2 0 92269478 554164224 129806 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1110.64
Current children cumulated vsize (KiB) 546532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+627.102 s]
/proc/loadavg: 1.99 1.84 1.44 3/67 29591
/proc/meminfo: memFree=444056/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=541916 CPUtime=1152.84
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 130056 0 0 0 115180 104 0 0 25 0 2 0 92269054 554921984 129952 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 135479 129952 83 193 0 135283 0
[pid=29584/tid=29585] ppid=29581 vsize=541916 CPUtime=573.23
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 18679 0 0 0 57297 26 0 0 17 0 2 0 92269478 554921984 129952 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 547272

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

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

[startup+627.102 s]
/proc/loadavg: 1.99 1.84 1.44 3/67 29591
/proc/meminfo: memFree=444056/2055920 swapFree=4192956/4192956
[pid=29581] ppid=29579 vsize=5356 CPUtime=47.19
/proc/29581/stat : 29581 (manysat.sh) S 29579 29581 29363 0 -1 4194304 312 95009 0 0 0 0 4618 101 16 0 1 0 92264331 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29581/statm: 1339 238 195 169 0 50 0
[pid=29584] ppid=29581 vsize=541916 CPUtime=1152.84
/proc/29584/stat : 29584 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194304 130056 0 0 0 115180 104 0 0 25 0 2 0 92269054 554921984 129952 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29584/statm: 135479 129952 83 193 0 135283 0
[pid=29584/tid=29585] ppid=29581 vsize=541916 CPUtime=573.23
/proc/29584/task/29585/stat : 29585 (manysat1.1_stat) R 29581 29581 29363 0 -1 4194368 18679 0 0 0 57297 26 0 0 17 0 2 0 92269478 554921984 129952 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 547272

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29581 and gives
#  childrusage.ru_utime.tv_sec=46
#  childrusage.ru_utime.tv_usec=185978
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=15845
# CPU time returned by wait4() is 47.2018
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 627.12
CPU time (s): 1200.03
CPU user time (s): 1197.98
CPU system time (s): 2.05
CPU usage (%): 191.356
Max. virtual memory (cumulated for all children) (KiB): 547272

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

runsolver used 0.59191 second user time and 1.70374 second system time

The end

Launcher Data

Begin job on node71 at 2009-04-25 08:53:04
IDJOB=1719023
IDBENCH=20576
IDSOLVER=514
FILE ID=node71/1719023-1240642379
PBS_JOBID= 9186462
Free space on /tmp= 66400 MiB

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

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1489333959

node71.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.236
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.236
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:       1052496 kB
Buffers:         89204 kB
Cached:         815400 kB
SwapCached:          0 kB
Active:         424164 kB
Inactive:       494348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1052496 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           78440 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            70960 kB
Committed_AS:   207416 kB
PageTables:       1436 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= 66312 MiB
End job on node71 at 2009-04-25 09:03:33