Trace number 314657

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-08UNSAT 802.238 802.476

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-04.cnf
MD5SUM140b498fdbb0a99dba481ef70e9da3eb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.574
Satisfiable
(Un)Satisfiability was proved
Number of variables38290
Number of clauses475249
Sum of the clauses size1355369
Maximum clause length28542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2429660
Number of clauses of size 315371
Number of clauses of size 41052
Number of clauses of size 5230
Number of clauses of size over 528935

Solver Data (download as text)

1.89/1.98	c Starting solver ...
2.59/2.69	c Restarting after 100 conflicts
2.69/2.70	c Restarting after 250 conflicts
2.69/2.71	c Restarting after 476 conflicts
2.69/2.73	c Restarting after 814 conflicts
2.69/2.75	c Restarting after 1320 conflicts
2.69/2.78	c Restarting after 2080 conflicts
2.79/2.84	c Restarting after 3220 conflicts
2.89/2.95	c Restarting after 4928 conflicts
3.19/3.20	c Restarting after 7491 conflicts
7.09/7.18	c Restarting after 11335 conflicts
12.58/12.70	c Restarting after 17101 conflicts
20.49/20.52	c Restarting after 25751 conflicts
41.07/41.13	c Restarting after 38725 conflicts
79.26/79.30	c Restarting after 58186 conflicts
143.34/143.40	c Restarting after 87379 conflicts
296.90/297.02	c Restarting after 131168 conflicts
499.64/499.84	c Restarting after 196852 conflicts
802.16/802.42	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node2/watcher-314657-1172640146 -o ROOT/results/node2/solver-314657-1172640146 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314657-1172640146/sat7_bin /tmp/evaluation/314657-1172640146/instance-314657-1172640146.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 5852
/proc/meminfo: memFree=1556520/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=2656 CPUtime=0
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 492 0 0 0 0 0 0 0 18 0 1 0 283969584 2719744 475 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 739 482 87 220 0 516 0

[startup+0.075813 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 5852
/proc/meminfo: memFree=1556520/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=7668 CPUtime=0.06
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 1461 0 0 0 6 0 0 0 18 0 1 0 283969584 7852032 1367 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134548193 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 1917 1367 88 220 0 1694 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7668

[startup+0.101814 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 5852
/proc/meminfo: memFree=1556520/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=7668 CPUtime=0.09
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 1528 0 0 0 9 0 0 0 18 0 1 0 283969584 7852032 1434 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 1917 1434 88 220 0 1694 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7668

[startup+0.301837 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 5852
/proc/meminfo: memFree=1556520/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=7904 CPUtime=0.29
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 1817 0 0 0 29 0 0 0 19 0 1 0 283969584 8093696 1723 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134549574 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 1976 1723 88 220 0 1753 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7904

[startup+0.701877 s]
/proc/loadavg: 0.99 0.97 0.98 3/77 5852
/proc/meminfo: memFree=1556520/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=12436 CPUtime=0.69
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 2245 0 0 0 69 0 0 0 23 0 1 0 283969584 12734464 2151 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 3109 2151 88 220 0 2886 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12436

[startup+1.50196 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1546976/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=13576 CPUtime=1.49
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 3028 0 0 0 147 2 0 0 25 0 1 0 283969584 13901824 2934 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 3394 2934 88 220 0 3171 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13576

[startup+3.10213 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1540768/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=19340 CPUtime=3.09
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 4507 0 0 0 307 2 0 0 25 0 1 0 283969584 19804160 4235 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134533270 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 4835 4235 95 220 0 4612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19340

[startup+6.30146 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1538272/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=23576 CPUtime=6.28
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 4944 0 0 0 626 2 0 0 25 0 1 0 283969584 24141824 4672 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134525693 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 5894 4672 95 220 0 5671 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23576

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1536032/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=23576 CPUtime=12.68
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 5481 0 0 0 1265 3 0 0 25 0 1 0 283969584 24141824 5209 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135066573 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 5894 5209 95 220 0 5671 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23576

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1532448/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=27816 CPUtime=25.48
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 6355 0 0 0 2544 4 0 0 25 0 1 0 283969584 28483584 6083 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 6954 6083 95 220 0 6731 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 27816

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1528224/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=32176 CPUtime=51.06
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 7421 0 0 0 5101 5 0 0 25 0 1 0 283969584 32948224 7149 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 8044 7149 95 220 0 7821 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 32176

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1521952/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=36840 CPUtime=102.25
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 9005 0 0 0 10218 7 0 0 25 0 1 0 283969584 37724160 8733 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 9210 8733 95 220 0 8987 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 36840

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1516000/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=45476 CPUtime=162.24
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 10480 0 0 0 16214 10 0 0 25 0 1 0 283969584 46567424 10208 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134540095 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 11369 10208 95 220 0 11146 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 45476

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1511904/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=50152 CPUtime=222.21
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 11480 0 0 0 22210 11 0 0 25 0 1 0 283969584 51355648 11208 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 12538 11208 95 220 0 12315 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 50152

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1508128/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=50632 CPUtime=282.2
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 12437 0 0 0 28207 13 0 0 25 0 1 0 283969584 51847168 12165 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 12658 12165 95 220 0 12435 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 50632

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1506336/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=54996 CPUtime=342.18
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 12847 0 0 0 34205 13 0 0 25 0 1 0 283969584 56315904 12575 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13749 12575 95 220 0 13526 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 54996

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1506272/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=54996 CPUtime=402.17
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 12857 0 0 0 40203 14 0 0 25 0 1 0 283969584 56315904 12585 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13749 12585 95 220 0 13526 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 54996

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1505952/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=54996 CPUtime=462.15
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 12947 0 0 0 46201 14 0 0 25 0 1 0 283969584 56315904 12675 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13749 12675 95 220 0 13526 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 54996

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1504992/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55172 CPUtime=522.13
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13182 0 0 0 52198 15 0 0 25 0 1 0 283969584 56496128 12910 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13793 12910 95 220 0 13570 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 55172

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1503328/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55316 CPUtime=582.12
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13581 0 0 0 58196 16 0 0 25 0 1 0 283969584 56643584 13309 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538842 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13829 13309 95 220 0 13606 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 55316

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502752/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55608 CPUtime=642.11
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13722 0 0 0 64194 17 0 0 25 0 1 0 283969584 56942592 13450 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532367 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13902 13450 95 220 0 13679 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 55608

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502560/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55740 CPUtime=702.08
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13777 0 0 0 70191 17 0 0 25 0 1 0 283969584 57077760 13505 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13935 13505 95 220 0 13712 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 55740

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502304/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=762.07
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13825 0 0 0 76190 17 0 0 25 0 1 0 283969584 57274368 13553 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532753 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13553 95 220 0 13760 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 55932

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

[startup+767.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502304/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=767.66
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13825 0 0 0 76749 17 0 0 25 0 1 0 283969584 57274368 13553 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13553 95 220 0 13760 0
Current children cumulated CPU time (s) 767.66
Current children cumulated vsize (KiB) 55932

[startup+780.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502304/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=780.46
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13826 0 0 0 78029 17 0 0 25 0 1 0 283969584 57274368 13554 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13554 95 220 0 13760 0
Current children cumulated CPU time (s) 780.46
Current children cumulated vsize (KiB) 55932

[startup+793.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502240/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=793.26
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13826 0 0 0 79308 18 0 0 25 0 1 0 283969584 57274368 13554 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13554 95 220 0 13760 0
Current children cumulated CPU time (s) 793.26
Current children cumulated vsize (KiB) 55932

[startup+796.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502240/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=796.46
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13826 0 0 0 79628 18 0 0 25 0 1 0 283969584 57274368 13554 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13554 95 220 0 13760 0
Current children cumulated CPU time (s) 796.46
Current children cumulated vsize (KiB) 55932

[startup+799.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502240/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=799.66
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13826 0 0 0 79948 18 0 0 25 0 1 0 283969584 57274368 13554 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13554 95 220 0 13760 0
Current children cumulated CPU time (s) 799.66
Current children cumulated vsize (KiB) 55932

[startup+801.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502240/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=801.26
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13826 0 0 0 80108 18 0 0 25 0 1 0 283969584 57274368 13554 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579500 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13554 95 220 0 13760 0
Current children cumulated CPU time (s) 801.26
Current children cumulated vsize (KiB) 55932

[startup+801.906 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502240/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=801.66
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13826 0 0 0 80148 18 0 0 25 0 1 0 283969584 57274368 13554 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13554 95 220 0 13760 0
Current children cumulated CPU time (s) 801.66
Current children cumulated vsize (KiB) 55932

[startup+802.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502240/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=802.06
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13826 0 0 0 80188 18 0 0 25 0 1 0 283969584 57274368 13554 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532561 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13554 95 220 0 13760 0
Current children cumulated CPU time (s) 802.06
Current children cumulated vsize (KiB) 55932

[startup+802.401 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 5853
/proc/meminfo: memFree=1502240/2055920 swapFree=4191880/4192956
[pid=5852] ppid=5850 vsize=55932 CPUtime=802.16
/proc/5852/stat : 5852 (sat7_bin) R 5850 5852 5722 0 -1 4194304 13826 0 0 0 80198 18 0 0 25 0 1 0 283969584 57274368 13554 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/5852/statm: 13983 13554 95 220 0 13760 0
Current children cumulated CPU time (s) 802.16
Current children cumulated vsize (KiB) 55932

Child status: 20
Real time (s): 802.476
CPU time (s): 802.238
CPU user time (s): 802.045
CPU system time (s): 0.19297
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 55932

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

runsolver used 0.908861 second user time and 2.01569 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Wed Feb 28 05:22:26 UTC 2007

IDJOB= 314657
IDBENCH= 20397
IDSOLVER= 101
FILE ID= node2/314657-1172640146

PBS_JOBID= 3980941

Free space on /tmp= 66548 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-04.cnf
COMMAND LINE= /tmp/evaluation/314657-1172640146/sat7_bin /tmp/evaluation/314657-1172640146/instance-314657-1172640146.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-314657-1172640146 -o ROOT/results/node2/solver-314657-1172640146 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314657-1172640146/sat7_bin /tmp/evaluation/314657-1172640146/instance-314657-1172640146.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  140b498fdbb0a99dba481ef70e9da3eb

RANDOM SEED= 961934987

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1556992 kB
Buffers:         25804 kB
Cached:         351460 kB
SwapCached:        408 kB
Active:         133612 kB
Inactive:       302912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1556992 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            9976 kB
Writeback:           0 kB
Mapped:          69208 kB
Slab:            47864 kB
Committed_AS:  1372560 kB
PageTables:       1812 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= 66548 MiB

End job on node2 on Wed Feb 28 05:35:49 UTC 2007