Trace number 330829

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.12 1200.56

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq1.cnf
MD5SUM9158de01004aff62af67cbb9db5bcbbb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.144
Satisfiable
(Un)Satisfiability was proved
Number of variables24604
Number of clauses261473
Sum of the clauses size744579
Maximum clause length73
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2238933
Number of clauses of size 36442
Number of clauses of size 41972
Number of clauses of size 52972
Number of clauses of size over 511153

Solver Data (download as text)

0.99/1.04	c Starting solver ...
0.99/1.08	c Restarting after 100 conflicts
1.09/1.13	c Restarting after 250 conflicts
1.19/1.26	c Restarting after 476 conflicts
1.39/1.42	c Restarting after 814 conflicts
1.49/1.54	c Restarting after 1320 conflicts
1.69/1.70	c Restarting after 2079 conflicts
1.79/1.86	c Restarting after 3218 conflicts
2.20/2.24	c Restarting after 4929 conflicts
2.59/2.66	c Restarting after 7492 conflicts
3.48/3.57	c Restarting after 11336 conflicts
5.18/5.28	c Restarting after 17102 conflicts
7.49/7.53	c Restarting after 25751 conflicts
11.38/11.42	c Restarting after 38725 conflicts
20.38/20.48	c Restarting after 58186 conflicts
38.97/39.06	c Restarting after 87378 conflicts
73.96/74.07	c Restarting after 131167 conflicts
149.64/149.74	c Restarting after 196851 conflicts
286.81/286.98	c Restarting after 295377 conflicts
469.85/470.09	c Restarting after 443166 conflicts
820.04/820.40	c Restarting after 664851 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/node1/watcher-330829-1173174582 -o ROOT/results/node1/solver-330829-1173174582 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330829-1173174582/sat7_bin /tmp/evaluation/330829-1173174582/instance-330829-1173174582.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.85 0.94 0.98 3/77 21284
/proc/meminfo: memFree=1832072/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=2844 CPUtime=0
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 504 0 0 0 0 0 0 0 18 0 1 0 337413264 2912256 487 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 711 489 88 220 0 488 0

[startup+0.049097 s]
/proc/loadavg: 0.85 0.94 0.98 3/77 21284
/proc/meminfo: memFree=1832072/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=4388 CPUtime=0.04
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 872 0 0 0 4 0 0 0 18 0 1 0 337413264 4493312 855 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 1097 855 88 220 0 874 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 4388

[startup+0.101104 s]
/proc/loadavg: 0.85 0.94 0.98 3/77 21284
/proc/meminfo: memFree=1832072/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=6440 CPUtime=0.09
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 949 0 0 0 9 0 0 0 18 0 1 0 337413264 6594560 932 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 1610 932 88 220 0 1387 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6440

[startup+0.301126 s]
/proc/loadavg: 0.85 0.94 0.98 3/77 21284
/proc/meminfo: memFree=1832072/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=6440 CPUtime=0.29
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 1223 0 0 0 29 0 0 0 19 0 1 0 337413264 6594560 1206 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 1610 1206 88 220 0 1387 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6440

[startup+0.701174 s]
/proc/loadavg: 0.85 0.94 0.98 3/77 21284
/proc/meminfo: memFree=1832072/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=10672 CPUtime=0.69
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 1744 0 0 0 68 1 0 0 22 0 1 0 337413264 10928128 1727 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 2668 1727 88 220 0 2445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10672

[startup+1.50127 s]
/proc/loadavg: 0.85 0.94 0.98 2/78 21285
/proc/meminfo: memFree=1824064/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=11532 CPUtime=1.49
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 2677 0 0 0 147 2 0 0 25 0 1 0 337413264 11808768 2627 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 2883 2627 95 220 0 2660 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11532

[startup+3.10145 s]
/proc/loadavg: 0.87 0.94 0.98 2/78 21285
/proc/meminfo: memFree=1820736/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=15632 CPUtime=3.09
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 3401 0 0 0 307 2 0 0 25 0 1 0 337413264 16007168 3351 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532525 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 3908 3351 95 220 0 3685 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15632

[startup+6.30183 s]
/proc/loadavg: 0.87 0.94 0.98 2/78 21285
/proc/meminfo: memFree=1814464/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=19844 CPUtime=6.29
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 4759 0 0 0 625 4 0 0 25 0 1 0 337413264 20320256 4709 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529352 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 4961 4709 95 220 0 4738 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19844

[startup+12.7026 s]
/proc/loadavg: 0.89 0.94 0.98 2/78 21285
/proc/meminfo: memFree=1805696/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=28328 CPUtime=12.69
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 6809 0 0 0 1263 6 0 0 25 0 1 0 337413264 29007872 6759 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533382 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 7082 6759 95 220 0 6859 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28328

[startup+25.5011 s]
/proc/loadavg: 0.90 0.94 0.98 2/78 21285
/proc/meminfo: memFree=1793664/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=41064 CPUtime=25.48
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 9725 0 0 0 2539 9 0 0 25 0 1 0 337413264 42049536 9675 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 10266 9675 95 220 0 10043 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41064

[startup+51.1011 s]
/proc/loadavg: 0.93 0.95 0.98 2/78 21285
/proc/meminfo: memFree=1775808/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=58128 CPUtime=51.06
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 14260 0 0 0 5093 13 0 0 25 0 1 0 337413264 59523072 14210 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134578675 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 14532 14210 95 220 0 14309 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 58128

[startup+102.305 s]
/proc/loadavg: 0.97 0.95 0.98 2/78 21285
/proc/meminfo: memFree=1749888/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=84264 CPUtime=102.25
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 20596 0 0 0 10205 20 0 0 25 0 1 0 337413264 86286336 20546 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 21066 20546 95 220 0 20843 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 84264

[startup+162.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/78 21285
/proc/meminfo: memFree=1723840/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=110148 CPUtime=162.23
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 27156 0 0 0 16197 26 0 0 25 0 1 0 337413264 112791552 27073 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 27537 27073 95 220 0 27314 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 110148

[startup+222.301 s]
/proc/loadavg: 0.99 0.96 0.98 2/78 21285
/proc/meminfo: memFree=1698752/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=136280 CPUtime=222.22
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 33425 0 0 0 22191 31 0 0 25 0 1 0 337413264 139550720 33276 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 34070 33276 95 220 0 33847 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 136280

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21285
/proc/meminfo: memFree=1678144/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=157068 CPUtime=282.2
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 38605 0 0 0 28181 39 0 0 25 0 1 0 337413264 160837632 38456 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 39267 38456 95 220 0 39044 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 157068

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21285
/proc/meminfo: memFree=1639872/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=195164 CPUtime=342.18
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 48176 0 0 0 34169 49 0 0 25 0 1 0 337413264 199847936 47994 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 48791 47994 95 220 0 48568 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 195164

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21285
/proc/meminfo: memFree=1609984/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=225828 CPUtime=402.17
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 55677 0 0 0 40160 57 0 0 25 0 1 0 337413264 231247872 55429 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 56457 55429 95 220 0 56234 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 225828

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21285
/proc/meminfo: memFree=1584832/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=251360 CPUtime=462.16
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 62027 0 0 0 46152 64 0 0 25 0 1 0 337413264 257392640 61680 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 62840 61680 95 220 0 62617 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 251360

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21285
/proc/meminfo: memFree=1568768/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=268696 CPUtime=522.14
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 66225 0 0 0 52145 69 0 0 25 0 1 0 337413264 275144704 65714 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 67174 65714 95 220 0 66951 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 268696

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21285
/proc/meminfo: memFree=1555648/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=281552 CPUtime=582.13
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 69439 0 0 0 58140 73 0 0 25 0 1 0 337413264 288309248 68928 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 70388 68928 95 220 0 70165 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 281552

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21285
/proc/meminfo: memFree=1540736/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=294172 CPUtime=642.11
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 73123 0 0 0 64134 77 0 0 25 0 1 0 337413264 301232128 72612 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558995 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 73543 72612 95 220 0 73320 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 294172

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21387
/proc/meminfo: memFree=1529792/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=303272 CPUtime=702.04
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 75484 0 0 0 70123 81 0 0 25 0 1 0 337413264 310550528 74973 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539115 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 75818 74973 95 220 0 75595 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 303272

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/84 21463
/proc/meminfo: memFree=1529736/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=303272 CPUtime=761.98
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 75486 0 0 0 76117 81 0 0 25 0 1 0 337413264 310550528 74975 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 75818 74975 95 220 0 75595 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 303272

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21483
/proc/meminfo: memFree=1530176/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=303676 CPUtime=821.94
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 75665 0 0 0 82113 81 0 0 25 0 1 0 337413264 310964224 75154 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 75919 75154 95 220 0 75696 0
Current children cumulated CPU time (s) 821.94
Current children cumulated vsize (KiB) 303676

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21483
/proc/meminfo: memFree=1522432/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=311996 CPUtime=881.93
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 77590 0 0 0 88109 84 0 0 25 0 1 0 337413264 319483904 77079 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 77999 77079 95 220 0 77776 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 311996

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21483
/proc/meminfo: memFree=1520512/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=316252 CPUtime=941.91
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 78082 0 0 0 94106 85 0 0 25 0 1 0 337413264 323842048 77571 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532521 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 79063 77571 95 220 0 78840 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 316252

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21483
/proc/meminfo: memFree=1516032/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=320764 CPUtime=1001.89
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 79195 0 0 0 100103 86 0 0 25 0 1 0 337413264 328462336 78684 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 80191 78684 95 220 0 79968 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 320764

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21483
/proc/meminfo: memFree=1508096/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=329092 CPUtime=1061.88
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 81278 0 0 0 106099 89 0 0 25 0 1 0 337413264 336990208 80734 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 82273 80734 95 220 0 82050 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 329092

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21483
/proc/meminfo: memFree=1492416/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=341656 CPUtime=1121.87
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 85109 0 0 0 112094 93 0 0 25 0 1 0 337413264 349855744 84565 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 85414 84565 95 220 0 85191 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 341656

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21483
/proc/meminfo: memFree=1477184/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=358360 CPUtime=1181.84
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 88941 0 0 0 118087 97 0 0 25 0 1 0 337413264 366960640 88397 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 89590 88397 95 220 0 89367 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 358360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21483
/proc/meminfo: memFree=1472576/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=362652 CPUtime=1200.05
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 90033 0 0 0 119905 100 0 0 25 0 1 0 337413264 371355648 89489 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 90663 89489 95 220 0 90440 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 362652

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

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 21483
/proc/meminfo: memFree=1472576/2055920 swapFree=4159136/4192956
[pid=21284] ppid=21282 vsize=362652 CPUtime=1200.05
/proc/21284/stat : 21284 (sat7_bin) R 21282 21284 21225 0 -1 4194304 90033 0 0 0 119905 100 0 0 25 0 1 0 337413264 371355648 89489 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21284/statm: 90663 89489 95 220 0 90440 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 362652

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.56
CPU time (s): 1200.12
CPU user time (s): 1199.06
CPU system time (s): 1.05884
CPU usage (%): 99.9627
Max. virtual memory (cumulated for all children) (KiB): 362652

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

runsolver used 1.34979 second user time and 3.02854 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Mar  6 09:49:42 UTC 2007

IDJOB= 330829
IDBENCH= 20573
IDSOLVER= 101
FILE ID= node1/330829-1173174582

PBS_JOBID= 4015029

Free space on /tmp= 66479 MiB

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

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  9158de01004aff62af67cbb9db5bcbbb

RANDOM SEED= 136677158

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1832544 kB
Buffers:         24344 kB
Cached:         123704 kB
SwapCached:      13520 kB
Active:          59000 kB
Inactive:       111420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1832544 kB
SwapTotal:     4192956 kB
SwapFree:      4159136 kB
Dirty:            6168 kB
Writeback:           0 kB
Mapped:          29520 kB
Slab:            38632 kB
Committed_AS:  1123700 kB
PageTables:       1740 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= 66479 MiB

End job on node1 on Tue Mar  6 10:09:44 UTC 2007