Trace number 425233

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) 5000.07 5001.71

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1109841921-18.SAT.shuffled.cnf
MD5SUMdbe7e3fe1e7b58d06fc02e720d4baf80
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.162974
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of clauses2769
Sum of the clauses size13845
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52769
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.01	c Starting solver ...
0.00/0.02	c Restarting after 100 conflicts
0.00/0.02	c Restarting after 251 conflicts
0.03/0.03	c Restarting after 477 conflicts
0.03/0.05	c Restarting after 817 conflicts
0.03/0.07	c Restarting after 1324 conflicts
0.09/0.11	c Restarting after 2084 conflicts
0.09/0.17	c Restarting after 3224 conflicts
0.19/0.27	c Restarting after 4933 conflicts
0.39/0.42	c Restarting after 7496 conflicts
0.59/0.65	c Restarting after 11341 conflicts
1.00/1.01	c Restarting after 17107 conflicts
1.49/1.55	c Restarting after 25758 conflicts
2.29/2.39	c Restarting after 38733 conflicts
3.59/3.69	c Restarting after 58194 conflicts
5.69/5.74	c Restarting after 87388 conflicts
8.89/8.92	c Restarting after 131178 conflicts
13.69/13.79	c Restarting after 196862 conflicts
21.39/21.49	c Restarting after 295390 conflicts
33.28/33.37	c Restarting after 443179 conflicts
52.37/52.41	c Restarting after 664862 conflicts
82.56/82.65	c Restarting after 997387 conflicts
129.05/129.16	c Restarting after 1496176 conflicts
202.63/202.73	c Restarting after 2244358 conflicts
319.49/319.69	c Restarting after 3366633 conflicts
506.44/506.63	c Restarting after 5050044 conflicts
801.85/802.18	c Restarting after 7575162 conflicts
1283.91/1284.34	c Restarting after 11362837 conflicts
2053.08/2053.85	c Restarting after 17044349 conflicts
3326.91/3328.02	c Restarting after 25566618 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/node35/watcher-425233-1177641483 -o ROOT/results/node35/solver-425233-1177641483 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425233-1177641483/sat7_bin /tmp/evaluation/425233-1177641483/instance-425233-1177641483.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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.92 0.98 0.99 3/77 27502
/proc/meminfo: memFree=1643064/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=1064 CPUtime=0
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 212063737 1089536 115 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547035 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 266 115 87 220 0 43 0

[startup+0.0320171 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27502
/proc/meminfo: memFree=1643064/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=1460 CPUtime=0.03
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 197 0 0 0 3 0 0 0 18 0 1 0 212063737 1495040 181 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538477 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 365 181 95 220 0 142 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1460

[startup+0.101024 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27502
/proc/meminfo: memFree=1643064/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=1460 CPUtime=0.09
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 245 0 0 0 9 0 0 0 18 0 1 0 212063737 1495040 229 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536211 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 365 229 95 220 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1460

[startup+0.301048 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27502
/proc/meminfo: memFree=1643064/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=1976 CPUtime=0.29
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 281 0 0 0 29 0 0 0 19 0 1 0 212063737 2023424 265 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 494 265 95 220 0 271 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1976

[startup+0.701094 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 27502
/proc/meminfo: memFree=1643064/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=2108 CPUtime=0.69
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 309 0 0 0 69 0 0 0 22 0 1 0 212063737 2158592 293 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536840 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 527 293 95 220 0 304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2108

[startup+1.50119 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 27503
/proc/meminfo: memFree=1642160/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=2108 CPUtime=1.49
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 347 0 0 0 149 0 0 0 25 0 1 0 212063737 2158592 331 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 527 331 95 220 0 304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2108

[startup+3.10137 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 27503
/proc/meminfo: memFree=1641776/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=2108 CPUtime=3.09
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 396 0 0 0 309 0 0 0 25 0 1 0 212063737 2158592 380 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579001 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 527 380 95 220 0 304 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2108

[startup+6.30175 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 27503
/proc/meminfo: memFree=1641456/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=3400 CPUtime=6.29
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 475 0 0 0 629 0 0 0 25 0 1 0 212063737 3481600 459 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532559 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 850 459 95 220 0 627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3400

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 27503
/proc/meminfo: memFree=1640944/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=3536 CPUtime=12.69
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 555 0 0 0 1269 0 0 0 25 0 1 0 212063737 3620864 539 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538547 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 884 539 95 220 0 661 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3536

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 27503
/proc/meminfo: memFree=1640560/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=3800 CPUtime=25.49
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 646 0 0 0 2549 0 0 0 25 0 1 0 212063737 3891200 630 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532465 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 950 630 95 220 0 727 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3800

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 3/78 27503
/proc/meminfo: memFree=1640048/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=4068 CPUtime=51.07
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 768 0 0 0 5107 0 0 0 25 0 1 0 212063737 4165632 752 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578814 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1017 752 95 220 0 794 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4068

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 27503
/proc/meminfo: memFree=1639344/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=4612 CPUtime=102.27
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 939 0 0 0 10226 1 0 0 25 0 1 0 212063737 4722688 923 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532629 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1153 923 95 220 0 930 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4612

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27505
/proc/meminfo: memFree=1638896/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=4900 CPUtime=162.24
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 1028 0 0 0 16223 1 0 0 25 0 1 0 212063737 5017600 1012 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1225 1012 95 220 0 1002 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 4900

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27505
/proc/meminfo: memFree=1638384/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=7240 CPUtime=222.22
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 1145 0 0 0 22220 2 0 0 25 0 1 0 212063737 7413760 1129 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579642 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1810 1129 95 220 0 1587 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 7240

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27505
/proc/meminfo: memFree=1638192/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=7384 CPUtime=282.2
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 1192 0 0 0 28218 2 0 0 25 0 1 0 212063737 7561216 1176 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531590 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1846 1176 95 220 0 1623 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 7384

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27505
/proc/meminfo: memFree=1637936/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=7528 CPUtime=342.19
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 1270 0 0 0 34216 3 0 0 25 0 1 0 212063737 7708672 1254 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1882 1254 95 220 0 1659 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 7528

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27505
/proc/meminfo: memFree=1637744/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=7672 CPUtime=402.17
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 1311 0 0 0 40214 3 0 0 25 0 1 0 212063737 7856128 1295 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532564 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1918 1295 95 220 0 1695 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 7672

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27505
/proc/meminfo: memFree=1637808/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=7672 CPUtime=462.16
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 1322 0 0 0 46212 4 0 0 25 0 1 0 212063737 7856128 1306 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528638 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1918 1306 95 220 0 1695 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 7672

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27505
/proc/meminfo: memFree=1637616/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=7816 CPUtime=522.13
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 1366 0 0 0 52209 4 0 0 25 0 1 0 212063737 8003584 1350 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532358 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1954 1350 95 220 0 1731 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 7816

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27505
/proc/meminfo: memFree=1637552/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=7816 CPUtime=582.12
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 1380 0 0 0 58207 5 0 0 25 0 1 0 212063737 8003584 1364 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1954 1364 95 220 0 1731 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 7816

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27505
/proc/meminfo: memFree=1637424/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=7960 CPUtime=642.1
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 1412 0 0 0 64205 5 0 0 25 0 1 0 212063737 8151040 1396 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529951 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 1990 1396 95 220 0 1767 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 7960


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

[startup+4062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634224/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4060.99
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2203 0 0 0 406068 31 0 0 25 0 1 0 212063737 10907648 2187 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2187 95 220 0 2440 0
Current children cumulated CPU time (s) 4060.99
Current children cumulated vsize (KiB) 10652

[startup+4122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634224/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4120.97
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2204 0 0 0 412066 31 0 0 25 0 1 0 212063737 10907648 2188 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2188 95 220 0 2440 0
Current children cumulated CPU time (s) 4120.97
Current children cumulated vsize (KiB) 10652

[startup+4182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634224/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4180.96
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2205 0 0 0 418064 32 0 0 25 0 1 0 212063737 10907648 2189 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134559005 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2189 95 220 0 2440 0
Current children cumulated CPU time (s) 4180.96
Current children cumulated vsize (KiB) 10652

[startup+4242.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634224/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4240.93
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2206 0 0 0 424061 32 0 0 25 0 1 0 212063737 10907648 2190 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558458 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2190 95 220 0 2440 0
Current children cumulated CPU time (s) 4240.93
Current children cumulated vsize (KiB) 10652

[startup+4302.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634160/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4300.91
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2207 0 0 0 430059 32 0 0 25 0 1 0 212063737 10907648 2191 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2191 95 220 0 2440 0
Current children cumulated CPU time (s) 4300.91
Current children cumulated vsize (KiB) 10652

[startup+4362.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634288/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4360.9
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2207 0 0 0 436057 33 0 0 25 0 1 0 212063737 10907648 2191 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532617 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2191 95 220 0 2440 0
Current children cumulated CPU time (s) 4360.9
Current children cumulated vsize (KiB) 10652

[startup+4422.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634224/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4420.88
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2208 0 0 0 442055 33 0 0 25 0 1 0 212063737 10907648 2192 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579635 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2192 95 220 0 2440 0
Current children cumulated CPU time (s) 4420.88
Current children cumulated vsize (KiB) 10652

[startup+4482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634288/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4480.87
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2208 0 0 0 448053 34 0 0 25 0 1 0 212063737 10907648 2192 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2192 95 220 0 2440 0
Current children cumulated CPU time (s) 4480.87
Current children cumulated vsize (KiB) 10652

[startup+4542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634224/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4540.84
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2209 0 0 0 454050 34 0 0 25 0 1 0 212063737 10907648 2193 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2193 95 220 0 2440 0
Current children cumulated CPU time (s) 4540.84
Current children cumulated vsize (KiB) 10652

[startup+4602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634160/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4600.84
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2209 0 0 0 460049 35 0 0 25 0 1 0 212063737 10907648 2193 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536168 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2193 95 220 0 2440 0
Current children cumulated CPU time (s) 4600.84
Current children cumulated vsize (KiB) 10652

[startup+4662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634160/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4660.81
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2218 0 0 0 466046 35 0 0 25 0 1 0 212063737 10907648 2202 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579642 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2202 95 220 0 2440 0
Current children cumulated CPU time (s) 4660.81
Current children cumulated vsize (KiB) 10652

[startup+4722.31 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 27705
/proc/meminfo: memFree=1634160/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4720.8
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2220 0 0 0 472044 36 0 0 25 0 1 0 212063737 10907648 2204 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2204 95 220 0 2440 0
Current children cumulated CPU time (s) 4720.8
Current children cumulated vsize (KiB) 10652

[startup+4782.3 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 27705
/proc/meminfo: memFree=1634160/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4780.78
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2221 0 0 0 478042 36 0 0 25 0 1 0 212063737 10907648 2205 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2205 95 220 0 2440 0
Current children cumulated CPU time (s) 4780.78
Current children cumulated vsize (KiB) 10652

[startup+4842.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634160/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4840.76
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2226 0 0 0 484040 36 0 0 25 0 1 0 212063737 10907648 2210 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2210 95 220 0 2440 0
Current children cumulated CPU time (s) 4840.76
Current children cumulated vsize (KiB) 10652

[startup+4902.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634160/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10652 CPUtime=4900.74
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2226 0 0 0 490037 37 0 0 25 0 1 0 212063737 10907648 2210 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533334 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2663 2210 95 220 0 2440 0
Current children cumulated CPU time (s) 4900.74
Current children cumulated vsize (KiB) 10652

[startup+4962.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 27705
/proc/meminfo: memFree=1634096/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10812 CPUtime=4960.72
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2232 0 0 0 496035 37 0 0 25 0 1 0 212063737 11071488 2216 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2703 2216 95 220 0 2480 0
Current children cumulated CPU time (s) 4960.72
Current children cumulated vsize (KiB) 10812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 27827
/proc/meminfo: memFree=1632816/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10812 CPUtime=5000.05
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2235 0 0 0 499967 38 0 0 25 0 1 0 212063737 11071488 2219 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2703 2219 95 220 0 2480 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 10812

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

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

[startup+5001.71 s]
/proc/loadavg: 0.99 0.98 0.99 2/84 27827
/proc/meminfo: memFree=1632816/2055920 swapFree=4151088/4192956
[pid=27502] ppid=27500 vsize=10812 CPUtime=5000.05
/proc/27502/stat : 27502 (sat7_bin) R 27500 27502 26735 0 -1 4194304 2235 0 0 0 499967 38 0 0 25 0 1 0 212063737 11071488 2219 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/27502/statm: 2703 2219 95 220 0 2480 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 10812

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.71
CPU time (s): 5000.07
CPU user time (s): 4999.68
CPU system time (s): 0.386941
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 10812

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

runsolver used 4.10938 second user time and 10.2874 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Fri Apr 27 02:38:03 UTC 2007

IDJOB= 425233
IDBENCH= 19881
IDSOLVER= 183
FILE ID= node35/425233-1177641483

PBS_JOBID= 4697297

Free space on /tmp= 66377 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v130/unif-k5-r21.3-v130-c2769-S1109841921-18.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/425233-1177641483/sat7_bin /tmp/evaluation/425233-1177641483/instance-425233-1177641483.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-425233-1177641483 -o ROOT/results/node35/solver-425233-1177641483 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425233-1177641483/sat7_bin /tmp/evaluation/425233-1177641483/instance-425233-1177641483.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  dbe7e3fe1e7b58d06fc02e720d4baf80

RANDOM SEED= 935995040

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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:       1643536 kB
Buffers:         40008 kB
Cached:         292584 kB
SwapCached:       9720 kB
Active:         242000 kB
Inactive:       115124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1643536 kB
SwapTotal:     4192956 kB
SwapFree:      4151088 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          30736 kB
Slab:            40704 kB
Committed_AS:  2613848 kB
PageTables:       1996 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= 66377 MiB

End job on node35 on Fri Apr 27 04:01:27 UTC 2007