Trace number 370396

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? (MO) 2410.47 2411.21

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7727.65
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 (download as text)

16.19/16.21	c Starting solver ...
16.78/16.81	c Restarting after 100 conflicts
17.09/17.13	c Restarting after 251 conflicts
17.79/17.85	c Restarting after 479 conflicts
18.29/18.33	c Restarting after 819 conflicts
20.69/20.79	c Restarting after 1325 conflicts
23.09/23.15	c Restarting after 2084 conflicts
25.09/25.17	c Restarting after 3223 conflicts
29.18/29.21	c Restarting after 4931 conflicts
32.48/32.56	c Restarting after 7493 conflicts
36.89/36.91	c Restarting after 11339 conflicts
43.28/43.34	c Restarting after 17105 conflicts
55.87/55.92	c Restarting after 25756 conflicts
68.57/68.67	c Restarting after 38730 conflicts
93.47/93.51	c Restarting after 58192 conflicts
164.35/164.42	c Restarting after 87385 conflicts
236.63/236.70	c Restarting after 131175 conflicts
383.29/383.57	c Restarting after 196860 conflicts
617.02/617.35	c Restarting after 295386 conflicts
1038.02/1038.46	c Restarting after 443175 conflicts
1914.38/1915.02	c Restarting after 664859 conflicts

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node9/watcher-370396-1178636169 -o ROOT/results/node9/solver-370396-1178636169 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370396-1178636169/sat7_bin /tmp/evaluation/370396-1178636169/instance-370396-1178636169.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.87 0.95 0.96 3/77 3383
/proc/meminfo: memFree=1534816/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=7752 CPUtime=0
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 672 0 0 0 0 0 0 0 18 0 1 0 339654929 7938048 656 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 1938 658 88 220 0 1715 0

[startup+0.0573241 s]
/proc/loadavg: 0.87 0.95 0.96 3/77 3383
/proc/meminfo: memFree=1534816/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=19808 CPUtime=0.04
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 3833 0 0 0 3 1 0 0 18 0 1 0 339654929 20283392 3817 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 4952 3818 88 220 0 4729 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 19808

[startup+0.102328 s]
/proc/loadavg: 0.87 0.95 0.96 3/77 3383
/proc/meminfo: memFree=1534816/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=19808 CPUtime=0.1
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 4740 0 0 0 8 2 0 0 18 0 1 0 339654929 20283392 4724 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 4952 4724 88 220 0 4729 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 19808

[startup+0.302357 s]
/proc/loadavg: 0.87 0.95 0.96 3/77 3383
/proc/meminfo: memFree=1534816/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=28140 CPUtime=0.29
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 6250 0 0 0 26 3 0 0 19 0 1 0 339654929 28815360 6234 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 7035 6234 88 220 0 6812 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28140

[startup+0.701402 s]
/proc/loadavg: 0.87 0.95 0.96 3/77 3383
/proc/meminfo: memFree=1534816/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=28140 CPUtime=0.69
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 6743 0 0 0 65 4 0 0 23 0 1 0 339654929 28815360 6727 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 7035 6727 88 220 0 6812 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28140

[startup+1.50148 s]
/proc/loadavg: 0.87 0.95 0.96 2/78 3384
/proc/meminfo: memFree=1504728/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=32776 CPUtime=1.5
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 7668 0 0 0 143 7 0 0 25 0 1 0 339654929 33562624 7652 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 8194 7652 88 220 0 7971 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 32776

[startup+3.10167 s]
/proc/loadavg: 0.96 0.97 0.96 2/78 3384
/proc/meminfo: memFree=1500952/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=41704 CPUtime=3.09
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 9425 0 0 0 300 9 0 0 25 0 1 0 339654929 42704896 9409 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 10426 9409 88 220 0 10203 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41704

[startup+6.30103 s]
/proc/loadavg: 0.96 0.97 0.96 2/78 3384
/proc/meminfo: memFree=1488600/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=55760 CPUtime=6.29
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 12893 0 0 0 618 11 0 0 25 0 1 0 339654929 57098240 12877 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134847868 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 13940 12877 88 220 0 13717 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55760

[startup+12.7018 s]
/proc/loadavg: 0.96 0.97 0.96 2/78 3384
/proc/meminfo: memFree=1460888/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=80336 CPUtime=12.69
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 19499 0 0 0 1253 16 0 0 25 0 1 0 339654929 82264064 19483 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134712494 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 20084 19483 88 220 0 19861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80336

[startup+25.5022 s]
/proc/loadavg: 0.97 0.97 0.96 2/78 3384
/proc/meminfo: memFree=1430232/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=108564 CPUtime=25.49
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 26976 0 0 0 2528 21 0 0 25 0 1 0 339654929 111169536 26509 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 27141 26509 95 220 0 26918 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108564

[startup+51.1011 s]
/proc/loadavg: 0.98 0.97 0.96 2/78 3384
/proc/meminfo: memFree=1421144/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=121144 CPUtime=51.08
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 29331 0 0 0 5085 23 0 0 25 0 1 0 339654929 124051456 28864 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 30286 28864 95 220 0 30063 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 121144

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3384
/proc/meminfo: memFree=1406872/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=134244 CPUtime=102.26
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 32854 0 0 0 10199 27 0 0 25 0 1 0 339654929 137465856 32387 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 33561 32387 95 220 0 33338 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 134244

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3384
/proc/meminfo: memFree=1361944/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=180524 CPUtime=162.25
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 44279 0 0 0 16189 36 0 0 25 0 1 0 339654929 184856576 43812 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 45131 43812 95 220 0 44908 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 180524

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3384
/proc/meminfo: memFree=1340696/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=200896 CPUtime=222.23
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 49421 0 0 0 22181 42 0 0 25 0 1 0 339654929 205717504 48921 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 50224 48921 95 220 0 50001 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 200896

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3384
/proc/meminfo: memFree=1322904/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=217680 CPUtime=282.22
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 53867 0 0 0 28174 48 0 0 25 0 1 0 339654929 222904320 53367 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528658 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 54420 53367 95 220 0 54197 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 217680

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 3562
/proc/meminfo: memFree=1266840/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=271624 CPUtime=342.11
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 67577 0 0 0 34153 58 0 0 25 0 1 0 339654929 278142976 67058 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525684 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 67906 67058 95 220 0 67683 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 271624

[startup+402.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=1216280/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=325672 CPUtime=402.09
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 80712 0 0 0 40140 69 0 0 25 0 1 0 339654929 333488128 80167 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536076 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 81418 80167 95 220 0 81195 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 325672

[startup+462.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=1153880/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=386152 CPUtime=462.07
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 96025 0 0 0 46124 83 0 0 25 0 1 0 339654929 395419648 95480 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532373 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 96538 95480 95 220 0 96315 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 386152

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=1115992/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=426548 CPUtime=522.05
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 105632 0 0 0 52115 90 0 0 25 0 1 0 339654929 436785152 105085 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558401 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 106637 105085 95 220 0 106414 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 426548

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=1069592/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=471708 CPUtime=582.04
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 117120 0 0 0 58103 101 0 0 25 0 1 0 339654929 483028992 116573 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539071 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 117927 116573 95 220 0 117704 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 471708

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=1041240/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=498576 CPUtime=642.03
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 124112 0 0 0 64096 107 0 0 25 0 1 0 339654929 510541824 123565 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 124644 123565 95 220 0 124421 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 498576


################
# More data... #
################

[startup+1542.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=317656/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1222744 CPUtime=1541.78
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 308794 0 0 0 153922 256 0 0 25 0 1 0 339654929 1252089856 304162 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532391 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 305686 304162 95 220 0 305463 0
Current children cumulated CPU time (s) 1541.78
Current children cumulated vsize (KiB) 1222744

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=271320/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1269336 CPUtime=1601.76
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 322672 0 0 0 159909 267 0 0 25 0 1 0 339654929 1299800064 315834 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 317334 315834 95 220 0 317111 0
Current children cumulated CPU time (s) 1601.76
Current children cumulated vsize (KiB) 1269336

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=223704/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1316004 CPUtime=1661.75
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 337872 0 0 0 165897 278 0 0 25 0 1 0 339654929 1347588096 327582 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 329001 327582 95 220 0 328778 0
Current children cumulated CPU time (s) 1661.75
Current children cumulated vsize (KiB) 1316004

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=175768/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1364292 CPUtime=1721.73
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 351333 0 0 0 171885 288 0 0 25 0 1 0 339654929 1397035008 339789 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 341073 339789 95 220 0 340850 0
Current children cumulated CPU time (s) 1721.73
Current children cumulated vsize (KiB) 1364292

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=101464/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1440640 CPUtime=1781.72
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 370958 0 0 0 177871 301 0 0 25 0 1 0 339654929 1475215360 358193 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 360160 358193 95 220 0 359937 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 1440640

[startup+1842.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=18136/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1523504 CPUtime=1841.7
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 394679 0 0 0 183853 317 0 0 25 0 1 0 339654929 1560068096 379235 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 380876 379235 95 220 0 380653 0
Current children cumulated CPU time (s) 1841.7
Current children cumulated vsize (KiB) 1523504

[startup+1902.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=15640/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1580972 CPUtime=1901.69
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 412569 0 0 0 189839 330 0 0 25 0 1 0 339654929 1618915328 394214 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538940 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 395243 394214 95 220 0 395020 0
Current children cumulated CPU time (s) 1901.69
Current children cumulated vsize (KiB) 1580972

[startup+1962.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=15000/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1612192 CPUtime=1961.67
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 420326 0 0 0 195831 336 0 0 25 0 1 0 339654929 1650884608 401590 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539115 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 403048 401590 95 220 0 402825 0
Current children cumulated CPU time (s) 1961.67
Current children cumulated vsize (KiB) 1612192

[startup+2022.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=16344/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1645404 CPUtime=2021.66
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 428957 0 0 0 201821 345 0 0 25 0 1 0 339654929 1684893696 410181 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 411351 410181 95 220 0 411128 0
Current children cumulated CPU time (s) 2021.66
Current children cumulated vsize (KiB) 1645404

[startup+2082.31 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=15384/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1671496 CPUtime=2081.65
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 435435 0 0 0 207814 351 0 0 25 0 1 0 339654929 1711611904 416600 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538673 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 417874 416600 95 220 0 417651 0
Current children cumulated CPU time (s) 2081.65
Current children cumulated vsize (KiB) 1671496

[startup+2142.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=14936/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1697024 CPUtime=2141.63
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 441895 0 0 0 213805 358 0 0 25 0 1 0 339654929 1737752576 423010 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 424256 423010 95 220 0 424033 0
Current children cumulated CPU time (s) 2141.63
Current children cumulated vsize (KiB) 1697024

[startup+2202.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=15512/2055920 swapFree=4145452/4192956
[pid=3383] ppid=3381 vsize=1724016 CPUtime=2201.61
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 448743 0 0 0 219797 364 0 0 25 0 1 0 339654929 1765392384 429816 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 431004 429816 95 220 0 430781 0
Current children cumulated CPU time (s) 2201.61
Current children cumulated vsize (KiB) 1724016

[startup+2262.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=14872/2055920 swapFree=4145464/4192956
[pid=3383] ppid=3381 vsize=1756404 CPUtime=2261.59
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 455951 0 0 0 225789 370 0 0 25 0 1 0 339654929 1798557696 437003 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532540 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 439101 437003 95 220 0 438878 0
Current children cumulated CPU time (s) 2261.59
Current children cumulated vsize (KiB) 1756404

[startup+2322.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=15640/2055920 swapFree=4145464/4192956
[pid=3383] ppid=3381 vsize=1783304 CPUtime=2321.57
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 463534 0 0 0 231779 378 0 0 25 0 1 0 339654929 1826103296 444479 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 445826 444479 95 220 0 445603 0
Current children cumulated CPU time (s) 2321.57
Current children cumulated vsize (KiB) 1783304

[startup+2382.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=16344/2055920 swapFree=4145464/4192956
[pid=3383] ppid=3381 vsize=1816712 CPUtime=2381.56
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 471211 0 0 0 237770 386 0 0 25 0 1 0 339654929 1860313088 452156 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 454178 452156 95 220 0 453955 0
Current children cumulated CPU time (s) 2381.56
Current children cumulated vsize (KiB) 1816712



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2410.9 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=15256/2055920 swapFree=4145464/4192956
[pid=3383] ppid=3381 vsize=1846672 CPUtime=2410.16
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4194304 478564 0 0 0 240624 392 0 0 25 0 1 0 339654929 1890992128 459509 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134565479 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 461668 459509 95 220 0 461445 0
Current children cumulated CPU time (s) 2410.16
Current children cumulated vsize (KiB) 1846672

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

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

[startup+2411.01 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 3581
/proc/meminfo: memFree=15256/2055920 swapFree=4145464/4192956
[pid=3383] ppid=3381 vsize=0 CPUtime=2410.26
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4195332 478564 0 0 0 240624 402 0 0 25 0 1 0 339654929 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/3383/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2410.26
Current children cumulated vsize (KiB) 0

[startup+2411.21 s]
/proc/loadavg: 0.99 0.97 0.96 2/79 3582
/proc/meminfo: memFree=1236532/2055920 swapFree=4145464/4192956
[pid=3383] ppid=3381 vsize=0 CPUtime=2410.45
/proc/3383/stat : 3383 (sat7_bin) R 3381 3383 3327 0 -1 4195332 478564 0 0 0 240624 421 0 0 24 0 1 0 339654929 0 0 18446744073709551615 0 0 0 0 0 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/3383/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2410.45
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2411.21
CPU time (s): 2410.47
CPU user time (s): 2406.25
CPU system time (s): 4.21936
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 1846672

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

runsolver used 1.9667 second user time and 5.46817 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue May  8 14:56:14 UTC 2007

IDJOB= 370396
IDBENCH= 20576
IDSOLVER= 183
FILE ID= node9/370396-1178636169

PBS_JOBID= 5217815

Free space on /tmp= 66488 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.cnf
COMMAND LINE= /tmp/evaluation/370396-1178636169/sat7_bin /tmp/evaluation/370396-1178636169/instance-370396-1178636169.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-370396-1178636169 -o ROOT/results/node9/solver-370396-1178636169 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/370396-1178636169/sat7_bin /tmp/evaluation/370396-1178636169/instance-370396-1178636169.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  580dc3969c4e46e50013253fd4ac9139

RANDOM SEED= 945202161

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1535224 kB
Buffers:         45484 kB
Cached:         379912 kB
SwapCached:      15448 kB
Active:         222812 kB
Inactive:       225264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535224 kB
SwapTotal:     4192956 kB
SwapFree:      4145452 kB
Dirty:           78204 kB
Writeback:           0 kB
Mapped:          29548 kB
Slab:            58192 kB
Committed_AS:  8877444 kB
PageTables:       1784 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= 66488 MiB

End job on node9 on Tue May  8 15:36:27 UTC 2007