Trace number 330997

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.13 1200.62

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark239.446
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data (download as text)

2.19/2.22	c Starting solver ...
2.29/2.35	c Restarting after 100 conflicts
2.39/2.49	c Restarting after 250 conflicts
2.48/2.53	c Restarting after 475 conflicts
2.88/2.90	c Restarting after 812 conflicts
3.09/3.12	c Restarting after 1320 conflicts
3.39/3.49	c Restarting after 2079 conflicts
4.09/4.17	c Restarting after 3219 conflicts
4.49/4.59	c Restarting after 4928 conflicts
5.29/5.33	c Restarting after 7491 conflicts
6.79/6.81	c Restarting after 11335 conflicts
8.58/8.69	c Restarting after 17101 conflicts
12.19/12.23	c Restarting after 25750 conflicts
18.58/18.67	c Restarting after 38724 conflicts
27.18/27.22	c Restarting after 58185 conflicts
45.18/45.22	c Restarting after 87378 conflicts
73.06/73.14	c Restarting after 131167 conflicts
141.54/141.67	c Restarting after 196851 conflicts
266.01/266.19	c Restarting after 295377 conflicts
475.94/476.17	c Restarting after 443166 conflicts
968.12/968.54	c Restarting after 664849 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/node10/watcher-330997-1173177947 -o ROOT/results/node10/solver-330997-1173177947 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/330997-1173177947/sat7_bin /tmp/evaluation/330997-1173177947/instance-330997-1173177947.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.91 0.97 0.99 3/77 26926
/proc/meminfo: memFree=1880000/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=2840 CPUtime=0
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 491 0 0 0 0 0 0 0 18 0 1 0 337749756 2908160 474 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 710 477 88 220 0 487 0

[startup+0.0369791 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 26926
/proc/meminfo: memFree=1880000/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=7312 CPUtime=0.02
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 1385 0 0 0 2 0 0 0 18 0 1 0 337749756 7487488 1368 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 1828 1368 88 220 0 1605 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7312

[startup+0.101986 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 26926
/proc/meminfo: memFree=1880000/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=7312 CPUtime=0.09
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 1486 0 0 0 8 1 0 0 18 0 1 0 337749756 7487488 1469 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 1828 1469 88 220 0 1605 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7312

[startup+0.302013 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 26926
/proc/meminfo: memFree=1880000/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=11544 CPUtime=0.29
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 1762 0 0 0 28 1 0 0 19 0 1 0 337749756 11821056 1745 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 2886 1745 88 220 0 2663 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11544

[startup+0.701066 s]
/proc/loadavg: 0.91 0.97 0.99 3/77 26926
/proc/meminfo: memFree=1880000/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=11676 CPUtime=0.69
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 2252 0 0 0 67 2 0 0 23 0 1 0 337749756 11956224 2235 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134518453 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 2919 2235 88 220 0 2696 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11676

[startup+1.50118 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1869816/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=16204 CPUtime=1.49
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 3237 0 0 0 146 3 0 0 25 0 1 0 337749756 16592896 3220 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134611376 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 4051 3220 88 220 0 3828 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16204

[startup+3.10139 s]
/proc/loadavg: 0.91 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1864568/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=21812 CPUtime=3.09
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 4919 0 0 0 304 5 0 0 25 0 1 0 337749756 22335488 4813 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532800 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 5453 4813 95 220 0 5230 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21812

[startup+6.30182 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1858296/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=26032 CPUtime=6.29
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 5818 0 0 0 622 7 0 0 25 0 1 0 337749756 26656768 5712 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 6508 5712 95 220 0 6285 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26032

[startup+12.7017 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1848248/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=34572 CPUtime=12.69
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 8346 0 0 0 1260 9 0 0 25 0 1 0 337749756 35401728 8240 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134537823 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 8643 8240 95 220 0 8420 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34572

[startup+25.5014 s]
/proc/loadavg: 0.94 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1831160/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=51596 CPUtime=25.48
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 12490 0 0 0 2535 13 0 0 25 0 1 0 337749756 52834304 12384 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 12899 12384 95 220 0 12676 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51596

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1811896/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=73452 CPUtime=51.08
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 17358 0 0 0 5091 17 0 0 25 0 1 0 337749756 75214848 17252 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 18363 17252 95 220 0 18140 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 73452

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1756536/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=127236 CPUtime=102.26
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 31050 0 0 0 10198 28 0 0 25 0 1 0 337749756 130289664 30944 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532467 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 31809 30944 95 220 0 31586 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 127236

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1672376/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=211192 CPUtime=162.24
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 52075 0 0 0 16178 46 0 0 25 0 1 0 337749756 216260608 51969 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533251 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 52798 51969 95 220 0 52575 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 211192

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1607224/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=275220 CPUtime=222.22
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 68318 0 0 0 22162 60 0 0 25 0 1 0 337749756 281825280 68212 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538975 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 68805 68212 95 220 0 68582 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 275220

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1544248/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=339660 CPUtime=282.2
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 84067 0 0 0 28147 73 0 0 25 0 1 0 337749756 347811840 83895 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 84915 83895 95 220 0 84692 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 339660

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1512824/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=369808 CPUtime=342.18
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 91883 0 0 0 34136 82 0 0 25 0 1 0 337749756 378683392 91711 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 92452 91711 95 220 0 92229 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 369808

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1469368/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=416296 CPUtime=402.16
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 102833 0 0 0 40122 94 0 0 25 0 1 0 337749756 426287104 102661 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538001 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 104074 102661 95 220 0 103851 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 416296

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1441720/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=443684 CPUtime=462.15
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 109732 0 0 0 46113 102 0 0 25 0 1 0 337749756 454332416 109396 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 110921 109396 95 220 0 110698 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 443684

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1413368/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=473088 CPUtime=522.13
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 117016 0 0 0 52104 109 0 0 25 0 1 0 337749756 484442112 116549 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 118272 116549 95 220 0 118049 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 473088

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1387704/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=498084 CPUtime=582.11
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 123349 0 0 0 58095 116 0 0 25 0 1 0 337749756 510038016 122882 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532467 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 124521 122882 95 220 0 124298 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 498084

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/78 26927
/proc/meminfo: memFree=1364536/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=519388 CPUtime=642.1
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 129038 0 0 0 64087 123 0 0 25 0 1 0 337749756 531853312 128571 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 129847 128571 95 220 0 129624 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 519388

[startup+702.302 s]
/proc/loadavg: 1.07 0.99 0.99 2/78 26927
/proc/meminfo: memFree=1342200/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=540588 CPUtime=702.07
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 134625 0 0 0 70078 129 0 0 25 0 1 0 337749756 553562112 134158 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 135147 134158 95 220 0 134924 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 540588

[startup+762.306 s]
/proc/loadavg: 1.16 1.02 1.00 2/78 26927
/proc/meminfo: memFree=1320888/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=562132 CPUtime=762.06
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 139947 0 0 0 76071 135 0 0 25 0 1 0 337749756 575623168 139414 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 140533 139414 95 220 0 140310 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 562132

[startup+822.302 s]
/proc/loadavg: 1.12 1.03 1.00 2/78 26927
/proc/meminfo: memFree=1298744/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=587348 CPUtime=822.03
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 145522 0 0 0 82061 142 0 0 25 0 1 0 337749756 601444352 144989 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 146837 144989 95 220 0 146614 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 587348

[startup+882.301 s]
/proc/loadavg: 1.11 1.04 1.00 2/78 26927
/proc/meminfo: memFree=1283256/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=600168 CPUtime=882.02
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 149352 0 0 0 88055 147 0 0 25 0 1 0 337749756 614572032 148786 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 150042 148786 95 220 0 149819 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 600168

[startup+942.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/84 27037
/proc/meminfo: memFree=1266888/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=616728 CPUtime=941.95
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 153002 0 0 0 94043 152 0 0 25 0 1 0 337749756 631529472 152436 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 154182 152436 95 220 0 153959 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 616728

[startup+1002.3 s]
/proc/loadavg: 1.10 1.05 1.00 2/78 27125
/proc/meminfo: memFree=1254072/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=630964 CPUtime=1001.87
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 156540 0 0 0 100031 156 0 0 25 0 1 0 337749756 646107136 155845 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 157741 155845 95 220 0 157518 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 630964

[startup+1062.3 s]
/proc/loadavg: 1.03 1.04 1.00 2/78 27125
/proc/meminfo: memFree=1238328/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=647636 CPUtime=1061.85
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 160500 0 0 0 106023 162 0 0 25 0 1 0 337749756 663179264 159805 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 161909 159805 95 220 0 161686 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 647636

[startup+1122.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/78 27125
/proc/meminfo: memFree=1223992/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=660576 CPUtime=1121.83
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 164043 0 0 0 112017 166 0 0 25 0 1 0 337749756 676429824 163348 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 165144 163348 95 220 0 164921 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 660576

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 27125
/proc/meminfo: memFree=1208312/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=677540 CPUtime=1181.82
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 168014 0 0 0 118011 171 0 0 25 0 1 0 337749756 693800960 167319 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 169385 167319 95 220 0 169162 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 677540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 27125
/proc/meminfo: memFree=1203448/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=682308 CPUtime=1200.01
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4194304 169157 0 0 0 119829 172 0 0 25 0 1 0 337749756 698683392 168429 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 170577 168429 95 220 0 170354 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 682308

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.00 1.02 1.00 2/78 27125
/proc/meminfo: memFree=1203448/2055920 swapFree=4168812/4192956
[pid=26926] ppid=26924 vsize=0 CPUtime=1200.11
/proc/26926/stat : 26926 (sat7_bin) R 26924 26926 26476 0 -1 4195332 169157 0 0 0 119829 182 0 0 25 0 1 0 337749756 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/26926/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.62
CPU time (s): 1200.13
CPU user time (s): 1198.3
CPU system time (s): 1.83372
CPU usage (%): 99.9597
Max. virtual memory (cumulated for all children) (KiB): 682308

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

runsolver used 1.37179 second user time and 3.00354 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Mar  6 10:45:48 UTC 2007

IDJOB= 330997
IDBENCH= 20577
IDSOLVER= 101
FILE ID= node10/330997-1173177947

PBS_JOBID= 4015027

Free space on /tmp= 66472 MiB

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

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  f0f4556999ccb446384994a4148fca28

RANDOM SEED= 432631142

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.232
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.232
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:       1880408 kB
Buffers:          4520 kB
Cached:          82932 kB
SwapCached:       2648 kB
Active:          45148 kB
Inactive:        65152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1880408 kB
SwapTotal:     4192956 kB
SwapFree:      4168812 kB
Dirty:           11452 kB
Writeback:           0 kB
Mapped:          30460 kB
Slab:            50644 kB
Committed_AS:  1631700 kB
PageTables:       1832 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= 66472 MiB

End job on node10 on Tue Mar  6 11:05:50 UTC 2007