Trace number 314617

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 990.725 991.081

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-20.cnf
MD5SUM5c40e79430f590d0520492d70b267b66
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark211.258
Satisfiable
(Un)Satisfiability was proved
Number of variables7847
Number of clauses73394
Sum of the clauses size206938
Maximum clause length4166
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262806
Number of clauses of size 35772
Number of clauses of size 4389
Number of clauses of size 599
Number of clauses of size over 54327

Solver Data (download as text)

0.19/0.27	c Starting solver ...
0.29/0.33	c Restarting after 101 conflicts
0.29/0.34	c Restarting after 252 conflicts
0.29/0.35	c Restarting after 478 conflicts
0.29/0.37	c Restarting after 815 conflicts
0.39/0.46	c Restarting after 1322 conflicts
0.59/0.63	c Restarting after 2081 conflicts
0.89/0.93	c Restarting after 3221 conflicts
1.69/1.70	c Restarting after 4929 conflicts
2.99/3.09	c Restarting after 7492 conflicts
5.69/5.77	c Restarting after 11336 conflicts
10.58/10.62	c Restarting after 17102 conflicts
20.19/20.26	c Restarting after 25751 conflicts
37.28/37.37	c Restarting after 38725 conflicts
72.66/72.72	c Restarting after 58187 conflicts
152.23/152.34	c Restarting after 87380 conflicts
263.60/263.76	c Restarting after 131170 conflicts
493.51/493.72	c Restarting after 196856 conflicts
781.41/781.78	c Restarting after 295383 conflicts
990.64/991.06	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-314617-1172639607 -o ROOT/results/node33/solver-314617-1172639607 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314617-1172639607/sat7_bin /tmp/evaluation/314617-1172639607/instance-314617-1172639607.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.95 0.97 3/64 17527
/proc/meminfo: memFree=1289040/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=1852 CPUtime=0
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 329 0 0 0 0 0 0 0 18 0 1 0 188996068 1896448 312 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 463 314 87 220 0 240 0

[startup+0.067745 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 17527
/proc/meminfo: memFree=1289040/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=2656 CPUtime=0.06
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 487 0 0 0 6 0 0 0 18 0 1 0 188996068 2719744 470 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 664 470 88 220 0 441 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2656

[startup+0.101751 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 17527
/proc/meminfo: memFree=1289040/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=3684 CPUtime=0.09
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 523 0 0 0 9 0 0 0 18 0 1 0 188996068 3772416 506 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 921 506 88 220 0 698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3684

[startup+0.301793 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 17527
/proc/meminfo: memFree=1289040/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=6052 CPUtime=0.29
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 893 0 0 0 29 0 0 0 19 0 1 0 188996068 6197248 876 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 1513 876 93 220 0 1290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6052

[startup+0.702874 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 17527
/proc/meminfo: memFree=1289040/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=6052 CPUtime=0.69
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 991 0 0 0 69 0 0 0 23 0 1 0 188996068 6197248 974 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532424 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 1513 974 95 220 0 1290 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6052

[startup+1.50104 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 17528
/proc/meminfo: memFree=1285256/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=6052 CPUtime=1.49
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 1098 0 0 0 149 0 0 0 25 0 1 0 188996068 6197248 1081 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 1513 1081 95 220 0 1290 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6052

[startup+3.10137 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 17528
/proc/meminfo: memFree=1284616/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=6052 CPUtime=3.09
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 1274 0 0 0 309 0 0 0 25 0 1 0 188996068 6197248 1257 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 1513 1257 95 220 0 1290 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6052

[startup+6.30203 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 17528
/proc/meminfo: memFree=1283352/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=10276 CPUtime=6.29
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 1540 0 0 0 628 1 0 0 25 0 1 0 188996068 10522624 1523 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 2569 1523 95 220 0 2346 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10276

[startup+12.7013 s]
/proc/loadavg: 0.93 0.95 0.97 2/65 17528
/proc/meminfo: memFree=1281368/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=10408 CPUtime=12.69
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 1976 0 0 0 1267 2 0 0 25 0 1 0 188996068 10657792 1959 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 2602 1959 95 220 0 2379 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10408

[startup+25.502 s]
/proc/loadavg: 0.94 0.96 0.97 2/65 17528
/proc/meminfo: memFree=1278808/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=14772 CPUtime=25.48
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 2608 0 0 0 2545 3 0 0 25 0 1 0 188996068 15126528 2591 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532401 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 3693 2591 95 220 0 3470 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14772

[startup+51.1012 s]
/proc/loadavg: 0.96 0.96 0.97 2/65 17528
/proc/meminfo: memFree=1275288/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=15060 CPUtime=51.08
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 3499 0 0 0 5103 5 0 0 25 0 1 0 188996068 15421440 3482 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532467 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 3765 3482 95 220 0 3542 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 15060

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 17528
/proc/meminfo: memFree=1269656/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=24124 CPUtime=102.25
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 4898 0 0 0 10219 6 0 0 25 0 1 0 188996068 24702976 4881 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 6031 4881 95 220 0 5808 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 24124

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17528
/proc/meminfo: memFree=1265752/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=24668 CPUtime=162.23
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 5869 0 0 0 16216 7 0 0 25 0 1 0 188996068 25260032 5852 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 6167 5852 95 220 0 5944 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 24668

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17528
/proc/meminfo: memFree=1261592/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=28768 CPUtime=222.22
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 6887 0 0 0 22213 9 0 0 25 0 1 0 188996068 29458432 6870 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 7192 6870 95 220 0 6969 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 28768

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17528
/proc/meminfo: memFree=1261528/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=28928 CPUtime=282.19
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 6904 0 0 0 28210 9 0 0 25 0 1 0 188996068 29622272 6887 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 7232 6887 95 220 0 7009 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 28928

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17528
/proc/meminfo: memFree=1261208/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=29072 CPUtime=342.17
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 6969 0 0 0 34208 9 0 0 25 0 1 0 188996068 29769728 6952 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 7268 6952 95 220 0 7045 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 29072

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17528
/proc/meminfo: memFree=1260632/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=29348 CPUtime=402.14
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7102 0 0 0 40205 9 0 0 25 0 1 0 188996068 30052352 7085 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 7337 7085 95 220 0 7114 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 29348

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1260248/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=33736 CPUtime=462.13
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7238 0 0 0 46203 10 0 0 25 0 1 0 188996068 34545664 7188 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8434 7188 95 220 0 8211 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 33736

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1259160/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=33996 CPUtime=522.1
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7549 0 0 0 52200 10 0 0 25 0 1 0 188996068 34811904 7466 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8499 7466 95 220 0 8276 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 33996

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1258264/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34188 CPUtime=582.08
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7769 0 0 0 58197 11 0 0 25 0 1 0 188996068 35008512 7686 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8547 7686 95 220 0 8324 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 34188

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1258136/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34188 CPUtime=642.07
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7794 0 0 0 64196 11 0 0 25 0 1 0 188996068 35008512 7711 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8547 7711 95 220 0 8324 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 34188

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1258072/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34188 CPUtime=702.04
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7806 0 0 0 70193 11 0 0 25 0 1 0 188996068 35008512 7723 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532401 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8547 7723 95 220 0 8324 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 34188

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1258072/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34188 CPUtime=762.02
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7810 0 0 0 76191 11 0 0 25 0 1 0 188996068 35008512 7727 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8547 7727 95 220 0 8324 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 34188

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1258008/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=822
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7822 0 0 0 82188 12 0 0 25 0 1 0 188996068 35205120 7739 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579359 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7739 95 220 0 8372 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 34380

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=881.98
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 88186 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 34380

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=941.95
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 94183 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 34380

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

[startup+947.105 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=946.76
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 94664 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 946.76
Current children cumulated vsize (KiB) 34380

[startup+972.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=972.34
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 97222 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 972.34
Current children cumulated vsize (KiB) 34380

[startup+979.102 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=978.74
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 97862 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 978.74
Current children cumulated vsize (KiB) 34380

[startup+985.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=985.14
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 98502 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 985.14
Current children cumulated vsize (KiB) 34380

[startup+988.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=988.34
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 98822 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579361 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 988.34
Current children cumulated vsize (KiB) 34380

[startup+990.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=989.94
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 98982 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 989.94
Current children cumulated vsize (KiB) 34380

[startup+990.701 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=990.34
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 99022 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 990.34
Current children cumulated vsize (KiB) 34380

[startup+990.901 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1257944/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=990.54
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 99042 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532759 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 990.54
Current children cumulated vsize (KiB) 34380

[startup+991.001 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 17530
/proc/meminfo: memFree=1258008/2055920 swapFree=4181868/4192956
[pid=17527] ppid=17525 vsize=34380 CPUtime=990.64
/proc/17527/stat : 17527 (sat7_bin) R 17525 17527 16752 0 -1 4194304 7823 0 0 0 99052 12 0 0 25 0 1 0 188996068 35205120 7740 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134528648 0 0 4096 0 0 0 0 17 1 0 0
/proc/17527/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 990.64
Current children cumulated vsize (KiB) 34380

Child status: 20
Real time (s): 991.081
CPU time (s): 990.725
CPU user time (s): 990.594
CPU system time (s): 0.13098
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 34380

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

runsolver used 0.688895 second user time and 2.03469 second system time

The end

Launcher Data (download as text)

Begin job on node33 on Wed Feb 28 05:13:27 UTC 2007

IDJOB= 314617
IDBENCH= 20396
IDSOLVER= 101
FILE ID= node33/314617-1172639607

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-20.cnf
COMMAND LINE= /tmp/evaluation/314617-1172639607/sat7_bin /tmp/evaluation/314617-1172639607/instance-314617-1172639607.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-314617-1172639607 -o ROOT/results/node33/solver-314617-1172639607 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314617-1172639607/sat7_bin /tmp/evaluation/314617-1172639607/instance-314617-1172639607.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  5c40e79430f590d0520492d70b267b66

RANDOM SEED= 500526838

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:       1289448 kB
Buffers:         23696 kB
Cached:         669028 kB
SwapCached:       5296 kB
Active:          82468 kB
Inactive:       621472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1289448 kB
SwapTotal:     4192956 kB
SwapFree:      4181868 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:          15256 kB
Slab:            48604 kB
Committed_AS:   307384 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:29:59 UTC 2007