Trace number 370394

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) 2542.93 2543.7

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
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 variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data (download as text)

44.71/44.86	c Starting solver ...
46.60/46.75	c Restarting after 101 conflicts
47.70/47.81	c Restarting after 251 conflicts
50.40/50.53	c Restarting after 476 conflicts
51.50/51.67	c Restarting after 815 conflicts
53.50/53.68	c Restarting after 1323 conflicts
56.80/56.98	c Restarting after 2083 conflicts
60.90/61.00	c Restarting after 3222 conflicts
69.19/69.40	c Restarting after 4930 conflicts
75.59/75.79	c Restarting after 7492 conflicts
88.59/88.77	c Restarting after 11336 conflicts
96.98/97.19	c Restarting after 17102 conflicts
117.18/117.38	c Restarting after 25751 conflicts
137.77/137.93	c Restarting after 38726 conflicts
183.96/184.14	c Restarting after 58187 conflicts
249.34/249.58	c Restarting after 87379 conflicts
350.11/350.33	c Restarting after 131169 conflicts
500.47/500.78	c Restarting after 196854 conflicts
752.71/753.01	c Restarting after 295380 conflicts
1421.73/1422.27	c Restarting after 443169 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/node11/watcher-370394-1178632862 -o ROOT/results/node11/solver-370394-1178632862 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/370394-1178632862/sat7_bin /tmp/evaluation/370394-1178632862/instance-370394-1178632862.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.99 0.97 0.96 3/83 996
/proc/meminfo: memFree=1692608/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=4832 CPUtime=0
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 1007 0 0 0 0 0 0 0 18 0 1 0 304336398 4947968 991 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134555319 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 1208 997 86 220 0 985 0

[startup+0.074583 s]
/proc/loadavg: 0.99 0.97 0.96 3/83 996
/proc/meminfo: memFree=1692608/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=33640 CPUtime=0.07
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 7373 0 0 0 4 3 0 0 18 0 1 0 304336398 34447360 7357 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 8410 7358 88 220 0 8187 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33640

[startup+0.101587 s]
/proc/loadavg: 0.99 0.97 0.96 3/83 996
/proc/meminfo: memFree=1692608/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=33640 CPUtime=0.09
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 7941 0 0 0 6 3 0 0 18 0 1 0 304336398 34447360 7925 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 8410 7926 88 220 0 8187 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33640

[startup+0.301615 s]
/proc/loadavg: 0.99 0.97 0.96 3/83 996
/proc/meminfo: memFree=1692608/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=50040 CPUtime=0.29
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 11742 0 0 0 25 4 0 0 19 0 1 0 304336398 51240960 11726 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 12510 11727 88 220 0 12287 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50040

[startup+0.701658 s]
/proc/loadavg: 0.99 0.97 0.96 3/83 996
/proc/meminfo: memFree=1692608/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=58372 CPUtime=0.69
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 14173 0 0 0 64 5 0 0 22 0 1 0 304336398 59772928 14157 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134659290 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 14593 14157 88 220 0 14370 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58372

[startup+1.50176 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 997
/proc/meminfo: memFree=1632952/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=62736 CPUtime=1.48
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 15090 0 0 0 142 6 0 0 25 0 1 0 304336398 64241664 15074 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 15684 15074 88 220 0 15461 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 62736

[startup+3.10194 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 1023
/proc/meminfo: memFree=1628984/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=71932 CPUtime=3.07
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 16841 0 0 0 298 9 0 0 25 0 1 0 304336398 73658368 16825 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 17983 16825 88 220 0 17760 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 71932

[startup+6.30132 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 1031
/proc/meminfo: memFree=1616896/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=81796 CPUtime=6.27
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 20199 0 0 0 615 12 0 0 25 0 1 0 304336398 83759104 20183 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134548003 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 20449 20183 88 220 0 20226 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 81796

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 1049
/proc/meminfo: memFree=1590152/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=111936 CPUtime=12.65
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 26692 0 0 0 1248 17 0 0 25 0 1 0 304336398 114622464 26676 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 27984 26676 88 220 0 27761 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 111936

[startup+25.5016 s]
/proc/loadavg: 0.99 0.97 0.96 2/84 1081
/proc/meminfo: memFree=1538000/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=160672 CPUtime=25.44
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 39362 0 0 0 2514 30 0 0 25 0 1 0 304336398 164528128 39346 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 40168 39346 88 220 0 39945 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 160672

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1440264/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=264400 CPUtime=50.99
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 65551 0 0 0 5050 49 0 0 25 0 1 0 304336398 270745600 63779 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 66100 63779 95 220 0 65877 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 264400

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1423976/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=281240 CPUtime=102.19
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 69614 0 0 0 10166 53 0 0 25 0 1 0 304336398 287989760 67842 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 70310 67842 95 220 0 70087 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 281240

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1405928/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=298180 CPUtime=162.17
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 74125 0 0 0 16158 59 0 0 25 0 1 0 304336398 305336320 72353 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533066 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 74545 72353 95 220 0 74322 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 298180

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1394280/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=311140 CPUtime=222.15
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 76999 0 0 0 22153 62 0 0 25 0 1 0 304336398 318607360 75227 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 77785 75227 95 220 0 77562 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 311140

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1382440/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=320260 CPUtime=282.14
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 79944 0 0 0 28147 67 0 0 25 0 1 0 304336398 327946240 78172 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 80065 78172 95 220 0 79842 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 320260

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1372136/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=333604 CPUtime=342.12
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 82460 0 0 0 34141 71 0 0 25 0 1 0 304336398 341610496 80688 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 83401 80688 95 220 0 83178 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 333604

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1362280/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=342364 CPUtime=402.1
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 84936 0 0 0 40136 74 0 0 25 0 1 0 304336398 350580736 83164 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 85591 83164 95 220 0 85368 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 342364

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1352232/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=351860 CPUtime=462.09
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 87468 0 0 0 46132 77 0 0 25 0 1 0 304336398 360304640 85663 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 87965 85663 95 220 0 87742 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 351860

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1344616/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=360724 CPUtime=522.07
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 89393 0 0 0 52128 79 0 0 25 0 1 0 304336398 369381376 87588 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 90181 87588 95 220 0 89958 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 360724

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1335784/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=369492 CPUtime=582.05
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 91574 0 0 0 58123 82 0 0 25 0 1 0 304336398 378359808 89736 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 92373 89736 95 220 0 92150 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 369492

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=1327528/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=375000 CPUtime=642.04
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 93748 0 0 0 64119 85 0 0 25 0 1 0 304336398 384000000 91780 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529303 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 93750 91780 95 220 0 93527 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 375000


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

[startup+1602.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=633960/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1069124 CPUtime=1601.78
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 267499 0 0 0 159955 223 0 0 25 0 1 0 304336398 1094782976 264563 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 267281 264563 95 220 0 267058 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 1069124

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=594792/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1107996 CPUtime=1661.76
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 277385 0 0 0 165946 230 0 0 25 0 1 0 304336398 1134587904 274274 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525844 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 276999 274274 95 220 0 276776 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 1107996

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=557160/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1147020 CPUtime=1721.74
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 287311 0 0 0 171937 237 0 0 25 0 1 0 304336398 1174548480 283767 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539022 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 286755 283767 95 220 0 286532 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 1147020

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=515560/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1189148 CPUtime=1781.73
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 298614 0 0 0 177927 246 0 0 25 0 1 0 304336398 1217687552 294053 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525819 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 297287 294053 95 220 0 297064 0
Current children cumulated CPU time (s) 1781.73
Current children cumulated vsize (KiB) 1189148

[startup+1842.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=471848/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1234304 CPUtime=1841.71
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 311094 0 0 0 183915 256 0 0 25 0 1 0 304336398 1263927296 304997 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532564 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 308576 304997 95 220 0 308353 0
Current children cumulated CPU time (s) 1841.71
Current children cumulated vsize (KiB) 1234304

[startup+1902.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=425256/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1278064 CPUtime=1901.69
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 323371 0 0 0 189906 263 0 0 25 0 1 0 304336398 1308737536 316545 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 319516 316545 95 220 0 319293 0
Current children cumulated CPU time (s) 1901.69
Current children cumulated vsize (KiB) 1278064

[startup+1962.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=370728/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1331784 CPUtime=1961.68
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 337815 0 0 0 195894 274 0 0 25 0 1 0 304336398 1363746816 330037 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539924 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 332946 330037 95 220 0 332723 0
Current children cumulated CPU time (s) 1961.68
Current children cumulated vsize (KiB) 1331784

[startup+2022.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=316968/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1387644 CPUtime=2021.67
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 352309 0 0 0 201884 283 0 0 25 0 1 0 304336398 1420947456 343562 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134539149 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 346911 343562 95 220 0 346688 0
Current children cumulated CPU time (s) 2021.67
Current children cumulated vsize (KiB) 1387644

[startup+2082.31 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=266472/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1435520 CPUtime=2081.65
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 365698 0 0 0 207874 291 0 0 25 0 1 0 304336398 1469972480 356050 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134565456 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 358880 356050 95 220 0 358657 0
Current children cumulated CPU time (s) 2081.65
Current children cumulated vsize (KiB) 1435520

[startup+2142.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=213928/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1488792 CPUtime=2141.63
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 379975 0 0 0 213860 303 0 0 25 0 1 0 304336398 1524523008 369271 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533085 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 372198 369271 95 220 0 371975 0
Current children cumulated CPU time (s) 2141.63
Current children cumulated vsize (KiB) 1488792

[startup+2202.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=166632/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1535520 CPUtime=2201.61
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 392801 0 0 0 219849 312 0 0 25 0 1 0 304336398 1572372480 380943 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134540087 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 383880 380943 95 220 0 383657 0
Current children cumulated CPU time (s) 2201.61
Current children cumulated vsize (KiB) 1535520

[startup+2262.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=112104/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1590168 CPUtime=2261.59
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 408309 0 0 0 225836 323 0 0 25 0 1 0 304336398 1628332032 394646 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525750 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 397542 394646 95 220 0 397319 0
Current children cumulated CPU time (s) 2261.59
Current children cumulated vsize (KiB) 1590168

[startup+2322.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=56296/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1645100 CPUtime=2321.58
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 424565 0 0 0 231822 336 0 0 25 0 1 0 304336398 1684582400 408484 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 411275 408484 95 220 0 411052 0
Current children cumulated CPU time (s) 2321.58
Current children cumulated vsize (KiB) 1645100

[startup+2382.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=18216/2055920 swapFree=4147148/4192956
[pid=996] ppid=994 vsize=1685572 CPUtime=2381.57
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 435305 0 0 0 237812 345 0 0 25 0 1 0 304336398 1726025728 417867 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 421393 417867 95 220 0 421170 0
Current children cumulated CPU time (s) 2381.57
Current children cumulated vsize (KiB) 1685572

[startup+2442.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=15272/2055920 swapFree=4131624/4192956
[pid=996] ppid=994 vsize=1740676 CPUtime=2441.55
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 449822 0 0 0 243799 356 0 0 25 0 1 0 304336398 1782452224 432288 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 435169 432288 95 220 0 434946 0
Current children cumulated CPU time (s) 2441.55
Current children cumulated vsize (KiB) 1740676

[startup+2502.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=15784/2055920 swapFree=4130908/4192956
[pid=996] ppid=994 vsize=1807692 CPUtime=2501.53
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 467252 0 0 0 249782 371 0 0 25 0 1 0 304336398 1851076608 448798 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 451923 448798 95 220 0 451700 0
Current children cumulated CPU time (s) 2501.53
Current children cumulated vsize (KiB) 1807692



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+2543.4 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=14952/2055920 swapFree=4130908/4192956
[pid=996] ppid=994 vsize=1843852 CPUtime=2542.63
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4194304 476365 0 0 0 253885 378 0 0 25 0 1 0 304336398 1888104448 457205 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538969 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 460963 457205 95 220 0 460740 0
Current children cumulated CPU time (s) 2542.63
Current children cumulated vsize (KiB) 1843852

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

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

[startup+2543.6 s]
/proc/loadavg: 0.99 0.97 0.96 2/78 1114
/proc/meminfo: memFree=14952/2055920 swapFree=4130908/4192956
[pid=996] ppid=994 vsize=0 CPUtime=2542.82
/proc/996/stat : 996 (sat7_bin) R 994 996 729 0 -1 4195332 476365 0 0 0 253885 397 0 0 25 0 1 0 304336398 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/996/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2542.82
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2543.7
CPU time (s): 2542.93
CPU user time (s): 2538.86
CPU system time (s): 4.06938
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 1843852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2538.86
system time used= 4.06938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476365
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= 7
involuntary context switches= 2922

runsolver used 2.02569 second user time and 5.75812 second system time

The end

Launcher Data (download as text)

Begin job on node11 on Tue May  8 14:01:15 UTC 2007

IDJOB= 370394
IDBENCH= 20574
IDSOLVER= 183
FILE ID= node11/370394-1178632862

PBS_JOBID= 5217813

Free space on /tmp= 66355 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  9a43349587a435e7109b46b3aceb156e

RANDOM SEED= 818754451

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node11.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.235
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.235
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:       1693464 kB
Buffers:          1280 kB
Cached:         258460 kB
SwapCached:      14232 kB
Active:         260580 kB
Inactive:        35684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693464 kB
SwapTotal:     4192956 kB
SwapFree:      4147148 kB
Dirty:          206408 kB
Writeback:           0 kB
Mapped:          44064 kB
Slab:            51208 kB
Committed_AS:  7539980 kB
PageTables:       2120 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= 66355 MiB

End job on node11 on Tue May  8 14:43:40 UTC 2007