Trace number 425238

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.02 5001.31

General information on the benchmark

Namerandom/OnTreshold/5SAT/v130/
unif-k5-r21.3-v130-c2769-S1032474357-17.SAT.shuffled.cnf
MD5SUM0b051cba6c512264c3dd4a6e98689f83
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.425934
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.01/0.02	c Restarting after 102 conflicts
0.01/0.02	c Restarting after 252 conflicts
0.01/0.03	c Restarting after 478 conflicts
0.01/0.05	c Restarting after 815 conflicts
0.01/0.07	c Restarting after 1321 conflicts
0.10/0.11	c Restarting after 2082 conflicts
0.10/0.17	c Restarting after 3221 conflicts
0.20/0.27	c Restarting after 4931 conflicts
0.40/0.42	c Restarting after 7493 conflicts
0.60/0.64	c Restarting after 11338 conflicts
0.90/0.99	c Restarting after 17104 conflicts
1.50/1.53	c Restarting after 25754 conflicts
2.39/2.40	c Restarting after 38729 conflicts
3.69/3.70	c Restarting after 58191 conflicts
5.69/5.75	c Restarting after 87384 conflicts
8.89/8.94	c Restarting after 131174 conflicts
13.79/13.89	c Restarting after 196859 conflicts
21.49/21.50	c Restarting after 295385 conflicts
33.38/33.47	c Restarting after 443175 conflicts
51.98/52.09	c Restarting after 664858 conflicts
80.87/80.91	c Restarting after 997384 conflicts
126.76/126.82	c Restarting after 1496172 conflicts
199.15/199.24	c Restarting after 2244354 conflicts
314.32/314.47	c Restarting after 3366630 conflicts
493.68/493.81	c Restarting after 5050041 conflicts
782.60/782.87	c Restarting after 7575159 conflicts
1256.39/1256.71	c Restarting after 11362834 conflicts
2016.01/2016.69	c Restarting after 17044348 conflicts
3250.42/3251.38	c Restarting after 25566617 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/node43/watcher-425238-1177644885 -o ROOT/results/node43/solver-425238-1177644885 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425238-1177644885/sat7_bin /tmp/evaluation/425238-1177644885/instance-425238-1177644885.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 1598
/proc/meminfo: memFree=1553552/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=1064 CPUtime=0
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 131 0 0 0 0 0 0 0 18 0 1 0 212400324 1089536 115 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 266 115 87 220 0 43 0

[startup+0.0188511 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1598
/proc/meminfo: memFree=1553552/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=1200 CPUtime=0.01
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 181 0 0 0 1 0 0 0 18 0 1 0 212400324 1228800 165 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134537823 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 300 165 93 220 0 77 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1200

[startup+0.102859 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1598
/proc/meminfo: memFree=1553552/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=1460 CPUtime=0.1
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 242 0 0 0 10 0 0 0 18 0 1 0 212400324 1495040 226 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 365 226 95 220 0 142 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1460

[startup+0.301876 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1598
/proc/meminfo: memFree=1553552/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=1976 CPUtime=0.3
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 282 0 0 0 30 0 0 0 19 0 1 0 212400324 2023424 266 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579006 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 494 266 95 220 0 271 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1976

[startup+0.702911 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 1598
/proc/meminfo: memFree=1553552/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=2108 CPUtime=0.7
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 317 0 0 0 70 0 0 0 22 0 1 0 212400324 2158592 301 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525265 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 527 301 95 220 0 304 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 2108

[startup+1.50198 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1552648/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=2108 CPUtime=1.5
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 357 0 0 0 150 0 0 0 25 0 1 0 212400324 2158592 341 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 527 341 95 220 0 304 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 2108

[startup+3.10112 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1552328/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=3268 CPUtime=3.09
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 423 0 0 0 309 0 0 0 25 0 1 0 212400324 3346432 407 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134531893 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 817 407 95 220 0 594 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3268

[startup+6.3014 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1551880/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=3400 CPUtime=6.29
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 480 0 0 0 629 0 0 0 25 0 1 0 212400324 3481600 464 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 850 464 95 220 0 627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3400

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1551432/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=3536 CPUtime=12.69
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 566 0 0 0 1269 0 0 0 25 0 1 0 212400324 3620864 550 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536563 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 884 550 95 220 0 661 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3536

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1551112/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=3804 CPUtime=25.49
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 657 0 0 0 2549 0 0 0 25 0 1 0 212400324 3895296 641 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 951 641 95 220 0 728 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3804

[startup+51.1013 s]
/proc/loadavg: 0.96 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1550728/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=4080 CPUtime=51.08
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 776 0 0 0 5108 0 0 0 25 0 1 0 212400324 4177920 760 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532391 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1020 760 95 220 0 797 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4080

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1549960/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=4628 CPUtime=102.27
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 959 0 0 0 10226 1 0 0 25 0 1 0 212400324 4739072 943 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532705 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1157 943 95 220 0 934 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 4628

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1549512/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=4904 CPUtime=162.25
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 1074 0 0 0 16224 1 0 0 25 0 1 0 212400324 5021696 1058 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1226 1058 95 220 0 1003 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 4904

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1549128/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=7244 CPUtime=222.24
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 1171 0 0 0 22222 2 0 0 25 0 1 0 212400324 7417856 1155 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538549 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1811 1155 95 220 0 1588 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 7244

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1599
/proc/meminfo: memFree=1548936/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=7388 CPUtime=282.22
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 1218 0 0 0 28220 2 0 0 25 0 1 0 212400324 7565312 1202 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536211 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1847 1202 95 220 0 1624 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 7388

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1601
/proc/meminfo: memFree=1548552/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=7532 CPUtime=342.21
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 1295 0 0 0 34218 3 0 0 25 0 1 0 212400324 7712768 1279 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1883 1279 95 220 0 1660 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 7532

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1601
/proc/meminfo: memFree=1548488/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=7676 CPUtime=402.19
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 1330 0 0 0 40216 3 0 0 25 0 1 0 212400324 7860224 1314 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1919 1314 95 220 0 1696 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 7676

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1601
/proc/meminfo: memFree=1548424/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=7820 CPUtime=462.18
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 1354 0 0 0 46214 4 0 0 25 0 1 0 212400324 8007680 1338 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1955 1338 95 220 0 1732 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 7820

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1601
/proc/meminfo: memFree=1548296/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=7820 CPUtime=522.16
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 1394 0 0 0 52212 4 0 0 25 0 1 0 212400324 8007680 1378 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1955 1378 95 220 0 1732 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 7820

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1601
/proc/meminfo: memFree=1548168/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=7956 CPUtime=582.16
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 1427 0 0 0 58211 5 0 0 25 0 1 0 212400324 8146944 1411 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1989 1411 95 220 0 1766 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 7956

[startup+642.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 1601
/proc/meminfo: memFree=1548104/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=7956 CPUtime=642.14
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 1441 0 0 0 64209 5 0 0 25 0 1 0 212400324 8146944 1425 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579449 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 1989 1425 95 220 0 1766 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 7956


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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4061.23
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2231 0 0 0 406089 34 0 0 25 0 1 0 212400324 11067392 2215 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579451 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2215 95 220 0 2479 0
Current children cumulated CPU time (s) 4061.23
Current children cumulated vsize (KiB) 10808

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544776/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4121.21
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2232 0 0 0 412087 34 0 0 25 0 1 0 212400324 11067392 2216 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2216 95 220 0 2479 0
Current children cumulated CPU time (s) 4121.21
Current children cumulated vsize (KiB) 10808

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544776/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4181.19
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2234 0 0 0 418085 34 0 0 25 0 1 0 212400324 11067392 2218 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2218 95 220 0 2479 0
Current children cumulated CPU time (s) 4181.19
Current children cumulated vsize (KiB) 10808

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544776/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4241.18
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2236 0 0 0 424083 35 0 0 25 0 1 0 212400324 11067392 2220 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2220 95 220 0 2479 0
Current children cumulated CPU time (s) 4241.18
Current children cumulated vsize (KiB) 10808

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544776/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4301.16
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2236 0 0 0 430081 35 0 0 25 0 1 0 212400324 11067392 2220 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2220 95 220 0 2479 0
Current children cumulated CPU time (s) 4301.16
Current children cumulated vsize (KiB) 10808

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544776/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4361.15
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2238 0 0 0 436079 36 0 0 25 0 1 0 212400324 11067392 2222 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134542071 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2222 95 220 0 2479 0
Current children cumulated CPU time (s) 4361.15
Current children cumulated vsize (KiB) 10808

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4421.14
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2239 0 0 0 442077 37 0 0 25 0 1 0 212400324 11067392 2223 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2223 95 220 0 2479 0
Current children cumulated CPU time (s) 4421.14
Current children cumulated vsize (KiB) 10808

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4481.12
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2241 0 0 0 448075 37 0 0 25 0 1 0 212400324 11067392 2225 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2225 95 220 0 2479 0
Current children cumulated CPU time (s) 4481.12
Current children cumulated vsize (KiB) 10808

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4541.11
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2242 0 0 0 454073 38 0 0 25 0 1 0 212400324 11067392 2226 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528750 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2226 95 220 0 2479 0
Current children cumulated CPU time (s) 4541.11
Current children cumulated vsize (KiB) 10808

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4601.1
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2242 0 0 0 460072 38 0 0 25 0 1 0 212400324 11067392 2226 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532443 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2226 95 220 0 2479 0
Current children cumulated CPU time (s) 4601.1
Current children cumulated vsize (KiB) 10808

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4661.08
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2243 0 0 0 466070 38 0 0 25 0 1 0 212400324 11067392 2227 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2227 95 220 0 2479 0
Current children cumulated CPU time (s) 4661.08
Current children cumulated vsize (KiB) 10808

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4721.07
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2243 0 0 0 472068 39 0 0 25 0 1 0 212400324 11067392 2227 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2227 95 220 0 2479 0
Current children cumulated CPU time (s) 4721.07
Current children cumulated vsize (KiB) 10808

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4781.06
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2244 0 0 0 478066 40 0 0 25 0 1 0 212400324 11067392 2228 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2228 95 220 0 2479 0
Current children cumulated CPU time (s) 4781.06
Current children cumulated vsize (KiB) 10808

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4841.04
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2245 0 0 0 484064 40 0 0 25 0 1 0 212400324 11067392 2229 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538784 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2229 95 220 0 2479 0
Current children cumulated CPU time (s) 4841.04
Current children cumulated vsize (KiB) 10808

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544712/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4901.02
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2247 0 0 0 490062 40 0 0 25 0 1 0 212400324 11067392 2231 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029288 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2231 95 220 0 2479 0
Current children cumulated CPU time (s) 4901.02
Current children cumulated vsize (KiB) 10808

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544648/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=4961.01
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2249 0 0 0 496060 41 0 0 25 0 1 0 212400324 11067392 2233 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2233 95 220 0 2479 0
Current children cumulated CPU time (s) 4961.01
Current children cumulated vsize (KiB) 10808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544648/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=5000
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2250 0 0 0 499959 41 0 0 25 0 1 0 212400324 11067392 2234 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2234 95 220 0 2479 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 10808

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

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

[startup+5001.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1809
/proc/meminfo: memFree=1544648/2055920 swapFree=4158592/4192956
[pid=1598] ppid=1596 vsize=10808 CPUtime=5000
/proc/1598/stat : 1598 (sat7_bin) R 1596 1598 588 0 -1 4194304 2250 0 0 0 499959 41 0 0 25 0 1 0 212400324 11067392 2234 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/1598/statm: 2702 2234 95 220 0 2479 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 10808

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.31
CPU time (s): 5000.02
CPU user time (s): 4999.6
CPU system time (s): 0.418936
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 10808

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

runsolver used 3.59845 second user time and 10.7804 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Fri Apr 27 03:34:45 UTC 2007

IDJOB= 425238
IDBENCH= 19886
IDSOLVER= 183
FILE ID= node43/425238-1177644885

PBS_JOBID= 4697307

Free space on /tmp= 66465 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  0b051cba6c512264c3dd4a6e98689f83

RANDOM SEED= 715652118

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.218
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.218
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:       1554024 kB
Buffers:         51688 kB
Cached:         356380 kB
SwapCached:       2856 kB
Active:         252576 kB
Inactive:       179624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1554024 kB
SwapTotal:     4192956 kB
SwapFree:      4158592 kB
Dirty:            1196 kB
Writeback:           0 kB
Mapped:          31860 kB
Slab:            55092 kB
Committed_AS:  2699044 kB
PageTables:       1896 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= 66465 MiB

End job on node43 on Fri Apr 27 04:58:09 UTC 2007