Trace number 314537

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 876.792 877.211

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-15.cnf
MD5SUM3d9c71b515699560fe1678f286b58acb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.175
Satisfiable
(Un)Satisfiability was proved
Number of variables21104
Number of clauses74257
Sum of the clauses size192789
Maximum clause length171
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 236142
Number of clauses of size 334380
Number of clauses of size 42745
Number of clauses of size 5538
Number of clauses of size over 5451

Solver Data (download as text)

0.29/0.32	c Starting solver ...
0.29/0.36	c Restarting after 101 conflicts
0.39/0.45	c Restarting after 251 conflicts
0.49/0.54	c Restarting after 476 conflicts
0.69/0.77	c Restarting after 813 conflicts
1.09/1.17	c Restarting after 1322 conflicts
1.68/1.76	c Restarting after 2081 conflicts
2.39/2.45	c Restarting after 3220 conflicts
3.59/3.69	c Restarting after 4929 conflicts
6.09/6.19	c Restarting after 7494 conflicts
9.49/9.58	c Restarting after 11339 conflicts
16.58/16.62	c Restarting after 17110 conflicts
27.88/27.91	c Restarting after 25760 conflicts
46.88/47.00	c Restarting after 38735 conflicts
78.76/78.82	c Restarting after 58196 conflicts
133.53/133.69	c Restarting after 87388 conflicts
225.92/226.18	c Restarting after 131178 conflicts
381.05/381.39	c Restarting after 196863 conflicts
643.46/643.88	c Restarting after 295389 conflicts
876.68/877.14	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/node33/watcher-314537-1172638728 -o ROOT/results/node33/solver-314537-1172638728 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314537-1172638728/sat7_bin /tmp/evaluation/314537-1172638728/instance-314537-1172638728.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.91 0.97 0.98 3/64 17290
/proc/meminfo: memFree=1290192/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=2664 CPUtime=0
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 188908145 2727936 444 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 666 445 87 220 0 443 0

[startup+0.031823 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 17290
/proc/meminfo: memFree=1290192/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=4208 CPUtime=0.02
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 763 0 0 0 2 0 0 0 18 0 1 0 188908145 4308992 746 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 1052 746 88 220 0 829 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4208

[startup+0.101836 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 17290
/proc/meminfo: memFree=1290192/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=6260 CPUtime=0.09
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 941 0 0 0 9 0 0 0 18 0 1 0 188908145 6410240 924 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 1565 924 88 220 0 1342 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6260

[startup+0.301878 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 17290
/proc/meminfo: memFree=1290192/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=10360 CPUtime=0.29
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 1430 0 0 0 29 0 0 0 19 0 1 0 188908145 10608640 1413 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 2590 1413 88 220 0 2367 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10360

[startup+0.701958 s]
/proc/loadavg: 0.91 0.97 0.98 3/64 17290
/proc/meminfo: memFree=1290192/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=10872 CPUtime=0.69
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 1919 0 0 0 69 0 0 0 22 0 1 0 188908145 11132928 1869 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538972 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 2718 1869 95 220 0 2495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10872

[startup+1.50112 s]
/proc/loadavg: 0.91 0.97 0.98 2/65 17291
/proc/meminfo: memFree=1282888/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=10872 CPUtime=1.48
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 2015 0 0 0 148 0 0 0 25 0 1 0 188908145 11132928 1965 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134565456 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 2718 1965 95 220 0 2495 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10872

[startup+3.10145 s]
/proc/loadavg: 0.91 0.97 0.98 2/65 17291
/proc/meminfo: memFree=1282312/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=10872 CPUtime=3.09
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 2193 0 0 0 308 1 0 0 25 0 1 0 188908145 11132928 2143 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134539857 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 2718 2143 95 220 0 2495 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10872

[startup+6.30211 s]
/proc/loadavg: 0.92 0.97 0.98 2/65 17291
/proc/meminfo: memFree=1280968/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=10872 CPUtime=6.29
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 2495 0 0 0 628 1 0 0 25 0 1 0 188908145 11132928 2445 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532392 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 2718 2445 95 220 0 2495 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10872

[startup+12.7014 s]
/proc/loadavg: 0.93 0.97 0.98 2/65 17291
/proc/meminfo: memFree=1278344/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=15056 CPUtime=12.69
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 3108 0 0 0 1267 2 0 0 25 0 1 0 188908145 15417344 3058 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134536997 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 3764 3058 95 220 0 3541 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15056

[startup+25.501 s]
/proc/loadavg: 0.94 0.97 0.98 2/65 17291
/proc/meminfo: memFree=1272520/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=19504 CPUtime=25.48
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 4529 0 0 0 2545 3 0 0 25 0 1 0 188908145 19972096 4479 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 4876 4479 95 220 0 4653 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19504

[startup+51.1013 s]
/proc/loadavg: 0.96 0.97 0.98 2/65 17291
/proc/meminfo: memFree=1264904/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=28176 CPUtime=51.07
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 6446 0 0 0 5101 6 0 0 25 0 1 0 188908145 28852224 6396 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 7044 6396 95 220 0 6821 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28176

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.98 2/65 17291
/proc/meminfo: memFree=1247432/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=45552 CPUtime=102.26
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 10759 0 0 0 10216 10 0 0 25 0 1 0 188908145 46645248 10709 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 11388 10709 95 220 0 11165 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45552

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 17393
/proc/meminfo: memFree=1231824/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=58440 CPUtime=162.18
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 14333 0 0 0 16204 14 0 0 25 0 1 0 188908145 59842560 14283 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 14610 14283 95 220 0 14387 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 58440

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 17465
/proc/meminfo: memFree=1224080/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=66996 CPUtime=222.13
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 16235 0 0 0 22197 16 0 0 25 0 1 0 188908145 68603904 16152 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 16749 16152 95 220 0 16526 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 66996

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1224968/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=67204 CPUtime=282.09
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 16289 0 0 0 28193 16 0 0 25 0 1 0 188908145 68816896 16206 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532564 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 16801 16206 95 220 0 16578 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 67204

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1224776/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=67336 CPUtime=342.07
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 16350 0 0 0 34191 16 0 0 25 0 1 0 188908145 68952064 16267 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532401 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 16834 16267 95 220 0 16611 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 67336

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1223880/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=67844 CPUtime=402.04
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 16596 0 0 0 40188 16 0 0 25 0 1 0 188908145 69472256 16513 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 16961 16513 95 220 0 16738 0
Current children cumulated CPU time (s) 402.04
Current children cumulated vsize (KiB) 67844

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1220808/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=72232 CPUtime=462.02
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 17354 0 0 0 46185 17 0 0 25 0 1 0 188908145 73965568 17271 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 18058 17271 95 220 0 17835 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 72232

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1216328/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=77048 CPUtime=522
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 18519 0 0 0 52182 18 0 0 25 0 1 0 188908145 78897152 18403 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134535949 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 19262 18403 95 220 0 19039 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 77048

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1216200/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=77048 CPUtime=581.98
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 18543 0 0 0 58179 19 0 0 25 0 1 0 188908145 78897152 18427 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 19262 18427 95 220 0 19039 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 77048

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1215304/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=77192 CPUtime=641.96
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 18756 0 0 0 64177 19 0 0 25 0 1 0 188908145 79044608 18640 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 19298 18640 95 220 0 19075 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 77192

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1214856/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=77304 CPUtime=701.94
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 18870 0 0 0 70175 19 0 0 25 0 1 0 188908145 79159296 18754 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 19326 18754 95 220 0 19103 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 77304

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1214152/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=77464 CPUtime=761.92
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19046 0 0 0 76173 19 0 0 25 0 1 0 188908145 79323136 18930 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134539166 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 19366 18930 95 220 0 19143 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 77464

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1214024/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=81824 CPUtime=821.9
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19096 0 0 0 82170 20 0 0 25 0 1 0 188908145 83787776 18980 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 20456 18980 95 220 0 20233 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 81824

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

[startup+844.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1213960/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=81824 CPUtime=844.29
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19098 0 0 0 84409 20 0 0 25 0 1 0 188908145 83787776 18982 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 20456 18982 95 220 0 20233 0
Current children cumulated CPU time (s) 844.29
Current children cumulated vsize (KiB) 81824

[startup+857.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1213960/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=81824 CPUtime=857.08
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19099 0 0 0 85688 20 0 0 25 0 1 0 188908145 83787776 18983 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 20456 18983 95 220 0 20233 0
Current children cumulated CPU time (s) 857.08
Current children cumulated vsize (KiB) 81824

[startup+870.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1213960/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=81824 CPUtime=869.88
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19100 0 0 0 86968 20 0 0 25 0 1 0 188908145 83787776 18984 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134529318 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 20456 18984 95 220 0 20233 0
Current children cumulated CPU time (s) 869.88
Current children cumulated vsize (KiB) 81824

[startup+873.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1213896/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=81824 CPUtime=873.08
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19110 0 0 0 87288 20 0 0 25 0 1 0 188908145 83787776 18994 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 20456 18994 95 220 0 20233 0
Current children cumulated CPU time (s) 873.08
Current children cumulated vsize (KiB) 81824

[startup+875.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1213896/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=81824 CPUtime=874.68
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19110 0 0 0 87448 20 0 0 25 0 1 0 188908145 83787776 18994 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134565495 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 20456 18994 95 220 0 20233 0
Current children cumulated CPU time (s) 874.68
Current children cumulated vsize (KiB) 81824

[startup+875.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1213896/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=81824 CPUtime=875.48
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19111 0 0 0 87528 20 0 0 25 0 1 0 188908145 83787776 18995 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 20456 18995 95 220 0 20233 0
Current children cumulated CPU time (s) 875.48
Current children cumulated vsize (KiB) 81824

[startup+876.706 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1213896/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=81824 CPUtime=876.28
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19111 0 0 0 87608 20 0 0 25 0 1 0 188908145 83787776 18995 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 20456 18995 95 220 0 20233 0
Current children cumulated CPU time (s) 876.28
Current children cumulated vsize (KiB) 81824

[startup+877.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1213896/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=81824 CPUtime=876.68
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194304 19112 0 0 0 87648 20 0 0 25 0 1 0 188908145 83787776 18996 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 20456 18996 95 220 0 20233 0
Current children cumulated CPU time (s) 876.68
Current children cumulated vsize (KiB) 81824

[startup+877.202 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 17489
/proc/meminfo: memFree=1213896/2055920 swapFree=4181868/4192956
[pid=17290] ppid=17288 vsize=0 CPUtime=876.77
/proc/17290/stat : 17290 (sat7_bin) R 17288 17290 16752 0 -1 4194308 19112 0 0 0 87657 20 0 0 25 0 1 0 188908145 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/17290/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 876.77
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 877.211
CPU time (s): 876.792
CPU user time (s): 876.577
CPU system time (s): 0.214967
CPU usage (%): 99.9522
Max. virtual memory (cumulated for all children) (KiB): 81824

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

runsolver used 0.703892 second user time and 1.78973 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Wed Feb 28 04:58:48 UTC 2007

IDJOB= 314537
IDBENCH= 20394
IDSOLVER= 101
FILE ID= node33/314537-1172638728

PBS_JOBID= 3981163

Free space on /tmp= 66528 MiB

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

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  3d9c71b515699560fe1678f286b58acb

RANDOM SEED= 750129372

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node33.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.259
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.259
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:       1290664 kB
Buffers:         23448 kB
Cached:         668052 kB
SwapCached:       5296 kB
Active:          81416 kB
Inactive:       621272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1290664 kB
SwapTotal:     4192956 kB
SwapFree:      4181868 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          15256 kB
Slab:            48644 kB
Committed_AS:   307372 kB
PageTables:       1408 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= 66528 MiB

End job on node33 on Wed Feb 28 05:13:26 UTC 2007