Trace number 330913

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, and are wall clock time (not CPU 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
SAT7 2007-02-08? (TO) 1200.18 1200.61

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq5.cnf
MD5SUM79c983ee7a6671238604da3040f85341
Bench CategoryINDUST (industrial 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 (download as text)

10.68/10.71	c Starting solver ...
11.08/11.14	c Restarting after 105 conflicts
11.28/11.39	c Restarting after 256 conflicts
12.28/12.30	c Restarting after 481 conflicts
12.58/12.64	c Restarting after 820 conflicts
13.28/13.39	c Restarting after 1326 conflicts
14.38/14.48	c Restarting after 2087 conflicts
15.28/15.39	c Restarting after 3227 conflicts
19.98/20.01	c Restarting after 4936 conflicts
23.38/23.49	c Restarting after 7498 conflicts
27.07/27.11	c Restarting after 11343 conflicts
33.06/33.18	c Restarting after 17109 conflicts
39.56/39.62	c Restarting after 25758 conflicts
53.34/53.44	c Restarting after 38733 conflicts
69.14/69.23	c Restarting after 58194 conflicts
93.64/93.73	c Restarting after 87386 conflicts
138.52/138.68	c Restarting after 131175 conflicts
230.69/230.88	c Restarting after 196859 conflicts
395.84/396.00	c Restarting after 295385 conflicts
754.61/754.95	c Restarting after 443175 conflicts
1125.89/1126.32	c Restarting after 664858 conflicts

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node43/watcher-330913-1173176389 -o ROOT/results/node43/solver-330913-1173176389 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330913-1173176389/sat7_bin /tmp/evaluation/330913-1173176389/instance-330913-1173176389.cnf 

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): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31479
/proc/meminfo: memFree=1691968/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=5940 CPUtime=0
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 617 0 0 0 0 0 0 0 18 0 1 0 337595297 6082560 600 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 1485 603 88 220 0 1262 0

[startup+0.00839197 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31479
/proc/meminfo: memFree=1691968/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=6200 CPUtime=0
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 902 0 0 0 0 0 0 0 18 0 1 0 337595297 6348800 886 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 1550 889 88 220 0 1327 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6200

[startup+0.101408 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31479
/proc/meminfo: memFree=1691968/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=16872 CPUtime=0.09
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 3972 0 0 0 8 1 0 0 18 0 1 0 337595297 17276928 3955 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 4218 3956 88 220 0 3995 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16872

[startup+0.30144 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31479
/proc/meminfo: memFree=1691968/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=21104 CPUtime=0.29
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 4681 0 0 0 27 2 0 0 19 0 1 0 337595297 21610496 4664 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 5276 4664 88 220 0 5053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21104

[startup+0.701506 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31479
/proc/meminfo: memFree=1691968/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=25336 CPUtime=0.69
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 5175 0 0 0 66 3 0 0 22 0 1 0 337595297 25944064 5158 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134683433 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 6334 5158 88 220 0 6111 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25336

[startup+1.50264 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1671224/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=25740 CPUtime=1.49
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 6130 0 0 0 145 4 0 0 25 0 1 0 337595297 26357760 6113 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134684564 0 0 4096 0 0 0 0 17 0 0 0
/proc/31479/statm: 6435 6113 88 220 0 6212 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25740

[startup+3.1019 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1667192/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=34616 CPUtime=3.09
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 7968 0 0 0 303 6 0 0 25 0 1 0 337595297 35446784 7951 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 8654 7951 88 220 0 8431 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34616

[startup+6.30144 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1652344/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=48680 CPUtime=6.29
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 11542 0 0 0 620 9 0 0 25 0 1 0 337595297 49848320 11525 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 12170 11525 88 220 0 11947 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48680

[startup+12.7015 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1622008/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=75780 CPUtime=12.68
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 18461 0 0 0 1254 14 0 0 25 0 1 0 337595297 77598720 18217 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 18945 18217 95 220 0 18722 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 75780

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1617720/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=81260 CPUtime=25.47
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 19785 0 0 0 2532 15 0 0 25 0 1 0 337595297 83210240 19284 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134537823 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 20315 19284 95 220 0 20092 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 81260

[startup+51.1019 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1606264/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=93964 CPUtime=51.05
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 22656 0 0 0 5087 18 0 0 25 0 1 0 337595297 96219136 22155 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 23491 22155 95 220 0 23268 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 93964

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1587768/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=111908 CPUtime=102.24
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 27255 0 0 0 10200 24 0 0 25 0 1 0 337595297 114593792 26754 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 27977 26754 95 220 0 27754 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 111908

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1571448/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=130052 CPUtime=162.21
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 31355 0 0 0 16193 28 0 0 25 0 1 0 337595297 133173248 30854 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 32513 30854 95 220 0 32290 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 130052

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1539000/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=162752 CPUtime=222.19
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 39432 0 0 0 22183 36 0 0 25 0 1 0 337595297 166658048 38931 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 40688 38931 95 220 0 40465 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 162752

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1524088/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=177404 CPUtime=282.17
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 43429 0 0 0 28177 40 0 0 25 0 1 0 337595297 181661696 42632 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 44351 42632 95 220 0 44128 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 177404

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1516664/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=183728 CPUtime=342.15
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 45451 0 0 0 34173 42 0 0 25 0 1 0 337595297 188137472 44490 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 45932 44490 95 220 0 45709 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 183728

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1493944/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=207592 CPUtime=402.13
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 51316 0 0 0 40166 47 0 0 25 0 1 0 337595297 212574208 50158 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 51898 50158 95 220 0 51675 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 207592

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1467832/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=232272 CPUtime=462.11
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 57950 0 0 0 46156 55 0 0 25 0 1 0 337595297 237846528 56727 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 58068 56727 95 220 0 57845 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 232272

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1420984/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=282148 CPUtime=522.09
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 69741 0 0 0 52144 65 0 0 25 0 1 0 337595297 288919552 68518 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539079 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 70537 68518 95 220 0 70314 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 282148

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1379896/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=320568 CPUtime=582.07
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 79869 0 0 0 58133 74 0 0 25 0 1 0 337595297 328261632 78646 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 80142 78646 95 220 0 79919 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 320568

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1341368/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=359808 CPUtime=642.05
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 89386 0 0 0 64121 84 0 0 25 0 1 0 337595297 368443392 88163 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529341 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 89952 88163 95 220 0 89729 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 359808

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1305080/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=395440 CPUtime=702.03
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 98508 0 0 0 70111 92 0 0 25 0 1 0 337595297 404930560 97285 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 98860 97285 95 220 0 98637 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 395440

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1269496/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=432364 CPUtime=762.01
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 107520 0 0 0 76100 101 0 0 25 0 1 0 337595297 442740736 106135 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 108091 106135 95 220 0 107868 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 432364

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1238520/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=462144 CPUtime=821.99
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 115371 0 0 0 82091 108 0 0 25 0 1 0 337595297 473235456 113953 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 115536 113953 95 220 0 115313 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 462144

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1201912/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=500316 CPUtime=881.97
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 124430 0 0 0 88078 119 0 0 25 0 1 0 337595297 512323584 123012 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 125079 123012 95 220 0 124856 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 500316

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1163640/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=539216 CPUtime=941.94
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 134127 0 0 0 94065 129 0 0 25 0 1 0 337595297 552157184 132676 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 134804 132676 95 220 0 134581 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 539216

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1123576/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=576712 CPUtime=1001.92
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 144004 0 0 0 100053 139 0 0 25 0 1 0 337595297 590553088 142553 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 144178 142553 95 220 0 143955 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 576712

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1084280/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=618400 CPUtime=1061.91
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 153902 0 0 0 106042 149 0 0 25 0 1 0 337595297 633241600 152451 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 154600 152451 95 220 0 154377 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 618400

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1053112/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=649188 CPUtime=1121.88
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 161714 0 0 0 112032 156 0 0 25 0 1 0 337595297 664768512 160131 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 162297 160131 95 220 0 162074 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 649188

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 31480
/proc/meminfo: memFree=1030648/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=672676 CPUtime=1181.86
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 167480 0 0 0 118024 162 0 0 25 0 1 0 337595297 688820224 165799 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 168169 165799 95 220 0 167946 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 672676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.06 1.00 0.99 2/65 31480
/proc/meminfo: memFree=1023800/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=680876 CPUtime=1200.06
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4194304 169070 0 0 0 119842 164 0 0 25 0 1 0 337595297 697217024 167389 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 170219 167389 95 220 0 169996 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 680876

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

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

[startup+1200.61 s]
/proc/loadavg: 1.06 1.00 0.99 2/65 31480
/proc/meminfo: memFree=1023800/2055920 swapFree=4183968/4192956
[pid=31479] ppid=31477 vsize=0 CPUtime=1200.16
/proc/31479/stat : 31479 (sat7_bin) R 31477 31479 31169 0 -1 4195332 169070 0 0 0 119842 174 0 0 25 0 1 0 337595297 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/31479/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.18
CPU user time (s): 1198.42
CPU system time (s): 1.75173
CPU usage (%): 99.9637
Max. virtual memory (cumulated for all children) (KiB): 680876

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

runsolver used 0.92086 second user time and 2.37564 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Mar  6 10:19:53 UTC 2007

IDJOB= 330913
IDBENCH= 20575
IDSOLVER= 101
FILE ID= node43/330913-1173176389

PBS_JOBID= 4015271

Free space on /tmp= 66438 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq5.cnf
COMMAND LINE= /tmp/evaluation/330913-1173176389/sat7_bin /tmp/evaluation/330913-1173176389/instance-330913-1173176389.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-330913-1173176389 -o ROOT/results/node43/solver-330913-1173176389 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/330913-1173176389/sat7_bin /tmp/evaluation/330913-1173176389/instance-330913-1173176389.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  79c983ee7a6671238604da3040f85341

RANDOM SEED= 930039120

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.281
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.281
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:       1692312 kB
Buffers:         24976 kB
Cached:         270704 kB
SwapCached:       2772 kB
Active:         106212 kB
Inactive:       199252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692312 kB
SwapTotal:     4192956 kB
SwapFree:      4183968 kB
Dirty:           52116 kB
Writeback:           0 kB
Mapped:          15272 kB
Slab:            44188 kB
Committed_AS:   820656 kB
PageTables:       1392 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= 66438 MiB

End job on node43 on Tue Mar  6 10:39:55 UTC 2007