Trace number 419145

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
minisat+ 1.14SAT 836.245 836.781

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/fuhs/medium/AProVE07-11.opb
MD5SUM91ed1a3072dcb347d6fe497536573d4e
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark836.245
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables1004933
Total number of constraints4426834
Number of constraints which are clauses4426834
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4335
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4333
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 8668
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	0

Conversion Script Data (download as text)

/tmp/evaluation/419145-1177404169/instance-419145-1177404169.opb is already a linear file

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node29/watcher-419145-1177404169 -o ROOT/results/node29/solver-419145-1177404169 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/419145-1177404169/minisat+ /tmp/evaluation/419145-1177404169/instance-419145-1177404169.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 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: 1.01 1.02 0.95 3/77 21858
/proc/meminfo: memFree=1601288/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1352 CPUtime=0
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 188333534 1384448 168 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135010894 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 338 175 73 215 0 120 0

[startup+0.0575331 s]
/proc/loadavg: 1.01 1.02 0.95 3/77 21858
/proc/meminfo: memFree=1601288/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=2848 CPUtime=0.05
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 535 0 0 0 5 0 0 0 18 0 1 0 188333534 2916352 521 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 712 521 73 215 0 494 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2848

[startup+0.101534 s]
/proc/loadavg: 1.01 1.02 0.95 3/77 21858
/proc/meminfo: memFree=1601288/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=2848 CPUtime=0.09
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 538 0 0 0 9 0 0 0 18 0 1 0 188333534 2916352 524 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005773 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 712 524 75 215 0 494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2848

[startup+0.301547 s]
/proc/loadavg: 1.01 1.02 0.95 3/77 21858
/proc/meminfo: memFree=1601288/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=3540 CPUtime=0.29
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 877 0 0 0 29 0 0 0 20 0 1 0 188333534 3624960 681 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134625239 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 885 681 75 215 0 667 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3540

[startup+0.701572 s]
/proc/loadavg: 1.01 1.02 0.95 3/77 21858
/proc/meminfo: memFree=1601288/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=7128 CPUtime=0.69
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 1781 0 0 0 69 0 0 0 24 0 1 0 188333534 7299072 1585 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135005858 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 1782 1586 75 215 0 1564 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7128

[startup+1.50162 s]
/proc/loadavg: 1.01 1.02 0.95 2/78 21859
/proc/meminfo: memFree=1592384/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=14728 CPUtime=1.49
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 3632 0 0 0 147 2 0 0 25 0 1 0 188333534 15081472 3436 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134618678 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 3682 3436 75 215 0 3464 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14728

[startup+3.10172 s]
/proc/loadavg: 1.01 1.02 0.95 2/78 21859
/proc/meminfo: memFree=1582144/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=29828 CPUtime=3.09
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 7375 0 0 0 304 5 0 0 25 0 1 0 188333534 30543872 7137 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 7457 7137 75 215 0 7239 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29828

[startup+6.30192 s]
/proc/loadavg: 1.01 1.02 0.95 2/78 21859
/proc/meminfo: memFree=1552640/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=58740 CPUtime=6.29
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 14637 0 0 0 619 10 0 0 25 0 1 0 188333534 60149760 14316 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 14685 14316 75 215 0 14467 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58740

[startup+12.7013 s]
/proc/loadavg: 1.01 1.01 0.95 2/78 21859
/proc/meminfo: memFree=1492800/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=119320 CPUtime=12.69
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 29367 0 0 0 1249 20 0 0 25 0 1 0 188333534 122183680 28881 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134625110 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 29830 28882 75 215 0 29612 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119320

[startup+25.5011 s]
/proc/loadavg: 1.00 1.01 0.95 2/78 21859
/proc/meminfo: memFree=1374784/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=233156 CPUtime=25.48
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 58283 0 0 0 2513 35 0 0 25 0 1 0 188333534 238751744 57467 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 58289 57468 75 215 0 58071 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 233156

[startup+51.1017 s]
/proc/loadavg: 1.00 1.01 0.95 2/78 21859
/proc/meminfo: memFree=1146560/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=467128 CPUtime=51.08
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 116602 0 0 0 5037 71 0 0 25 0 1 0 188333534 478339072 115127 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031278 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 116782 115127 75 215 0 116564 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 467128

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 0.95 2/78 21859
/proc/meminfo: memFree=677056/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=932328 CPUtime=102.27
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 233944 0 0 0 10086 141 0 0 25 0 1 0 188333534 954703872 231151 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135022919 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 233082 231152 75 215 0 232864 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 932328

[startup+162.302 s]
/proc/loadavg: 1.14 1.03 0.96 2/78 21859
/proc/meminfo: memFree=89664/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1521132 CPUtime=161.93
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386309 0 0 0 15465 728 0 0 25 0 1 0 188333534 1557639168 376263 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134569697 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380283 376263 106 215 0 380065 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 1521132

[startup+222.301 s]
/proc/loadavg: 1.05 1.02 0.96 2/78 21859
/proc/meminfo: memFree=88896/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1521664 CPUtime=221.91
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386482 0 0 0 21463 728 0 0 25 0 1 0 188333534 1558183936 376436 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572728 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380416 376436 106 215 0 380198 0
Current children cumulated CPU time (s) 221.91
Current children cumulated vsize (KiB) 1521664

[startup+282.301 s]
/proc/loadavg: 1.02 1.02 0.96 2/78 21859
/proc/meminfo: memFree=88192/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1522416 CPUtime=281.9
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386646 0 0 0 27461 729 0 0 25 0 1 0 188333534 1558953984 376600 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380604 376600 106 215 0 380386 0
Current children cumulated CPU time (s) 281.9
Current children cumulated vsize (KiB) 1522416

[startup+342.302 s]
/proc/loadavg: 1.00 1.01 0.96 2/78 21859
/proc/meminfo: memFree=88128/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1522416 CPUtime=341.88
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386650 0 0 0 33459 729 0 0 25 0 1 0 188333534 1558953984 376604 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580732 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380604 376604 106 215 0 380386 0
Current children cumulated CPU time (s) 341.88
Current children cumulated vsize (KiB) 1522416

[startup+402.301 s]
/proc/loadavg: 1.00 1.01 0.96 2/78 21859
/proc/meminfo: memFree=88128/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1522592 CPUtime=401.86
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386664 0 0 0 39457 729 0 0 25 0 1 0 188333534 1559134208 376618 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380648 376618 106 215 0 380430 0
Current children cumulated CPU time (s) 401.86
Current children cumulated vsize (KiB) 1522592

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=88064/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1522592 CPUtime=461.85
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386681 0 0 0 45455 730 0 0 25 0 1 0 188333534 1559134208 376635 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380648 376635 106 215 0 380430 0
Current children cumulated CPU time (s) 461.85
Current children cumulated vsize (KiB) 1522592

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=88064/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1522592 CPUtime=521.83
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386687 0 0 0 51453 730 0 0 25 0 1 0 188333534 1559134208 376641 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134581183 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380648 376641 106 215 0 380430 0
Current children cumulated CPU time (s) 521.83
Current children cumulated vsize (KiB) 1522592

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=88000/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1522592 CPUtime=581.82
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386703 0 0 0 57451 731 0 0 25 0 1 0 188333534 1559134208 376657 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380648 376657 106 215 0 380430 0
Current children cumulated CPU time (s) 581.82
Current children cumulated vsize (KiB) 1522592

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=87488/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1523156 CPUtime=641.81
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386828 0 0 0 63450 731 0 0 25 0 1 0 188333534 1559711744 376782 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380789 376782 106 215 0 380571 0
Current children cumulated CPU time (s) 641.81
Current children cumulated vsize (KiB) 1523156

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=87424/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1523156 CPUtime=701.79
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386841 0 0 0 69447 732 0 0 25 0 1 0 188333534 1559711744 376795 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580840 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380789 376795 106 215 0 380571 0
Current children cumulated CPU time (s) 701.79
Current children cumulated vsize (KiB) 1523156

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=87232/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1523180 CPUtime=761.78
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 386896 0 0 0 75446 732 0 0 25 0 1 0 188333534 1559736320 376817 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134574149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 380795 376817 106 215 0 380577 0
Current children cumulated CPU time (s) 761.78
Current children cumulated vsize (KiB) 1523180

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=86912/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1524048 CPUtime=821.76
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 387062 0 0 0 81443 733 0 0 25 0 1 0 188333534 1560625152 376927 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134588783 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 381012 376927 106 215 0 380794 0
Current children cumulated CPU time (s) 821.76
Current children cumulated vsize (KiB) 1524048

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

[startup+825.502 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=86912/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1524048 CPUtime=824.96
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 387062 0 0 0 81763 733 0 0 25 0 1 0 188333534 1560625152 376927 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134580372 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 381012 376927 106 215 0 380794 0
Current children cumulated CPU time (s) 824.96
Current children cumulated vsize (KiB) 1524048

[startup+831.901 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=86912/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1524048 CPUtime=831.36
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 387062 0 0 0 82403 733 0 0 25 0 1 0 188333534 1560625152 376927 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134584522 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 381012 376927 106 215 0 380794 0
Current children cumulated CPU time (s) 831.36
Current children cumulated vsize (KiB) 1524048

[startup+835.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=86912/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1524048 CPUtime=834.56
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 387062 0 0 0 82723 733 0 0 25 0 1 0 188333534 1560625152 376927 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134573028 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 381012 376927 106 215 0 380794 0
Current children cumulated CPU time (s) 834.56
Current children cumulated vsize (KiB) 1524048

[startup+835.901 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=82944/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1528016 CPUtime=835.36
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 388055 0 0 0 82803 733 0 0 25 0 1 0 188333534 1564688384 377920 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 134572980 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 382004 377920 106 215 0 381786 0
Current children cumulated CPU time (s) 835.36
Current children cumulated vsize (KiB) 1528016

[startup+836.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=82944/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=1529044 CPUtime=835.76
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194304 388302 0 0 0 82842 734 0 0 25 0 1 0 188333534 1565741056 378167 18446744073709551615 134512640 135395479 4294956672 18446744073709551615 135031374 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 382261 378167 107 215 0 382043 0
Current children cumulated CPU time (s) 835.76
Current children cumulated vsize (KiB) 1529044

[startup+836.701 s]
/proc/loadavg: 1.00 1.00 0.96 2/78 21859
/proc/meminfo: memFree=82944/2055920 swapFree=4146720/4192956
[pid=21858] ppid=21856 vsize=0 CPUtime=836.16
/proc/21858/stat : 21858 (minisat+) R 21856 21858 21416 0 -1 4194308 388305 0 0 0 82865 751 0 0 19 0 1 0 188333534 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21858/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 836.16
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 836.781
CPU time (s): 836.245
CPU user time (s): 828.65
CPU system time (s): 7.59485
CPU usage (%): 99.936
Max. virtual memory (cumulated for all children) (KiB): 1529044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 828.65
system time used= 7.59485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 388305
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= 60705
involuntary context switches= 20098

runsolver used 4.89426 second user time and 9.32058 second system time

The end

Launcher Data (download as text)

Begin job on node29 on Tue Apr 24 08:42:58 UTC 2007

IDJOB= 419145
IDBENCH= 47753
IDSOLVER= 156
FILE ID= node29/419145-1177404169

PBS_JOBID= 4675621

Free space on /tmp= 66317 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/fuhs/medium/AProVE07-11.opb
COMMAND LINE= /tmp/evaluation/419145-1177404169/minisat+ /tmp/evaluation/419145-1177404169/instance-419145-1177404169.opb            
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node29/convwatcher-419145-1177404169 -o ROOT/results/node29/conversion-419145-1177404169 -C 600 -M 1800 PBconversionToLinear /tmp/evaluation/419145-1177404169/instance-419145-1177404169.opb
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node29/watcher-419145-1177404169 -o ROOT/results/node29/solver-419145-1177404169 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/419145-1177404169/minisat+ /tmp/evaluation/419145-1177404169/instance-419145-1177404169.opb            

META MD5SUM SOLVER= e46aded85e5f265b61da9cdcce06370e
MD5SUM BENCH=  91ed1a3072dcb347d6fe497536573d4e

RANDOM SEED= 62486996

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node29.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.224
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.224
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:       1601760 kB
Buffers:         40100 kB
Cached:         328904 kB
SwapCached:      11456 kB
Active:         282156 kB
Inactive:       110828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1601760 kB
SwapTotal:     4192956 kB
SwapFree:      4146720 kB
Dirty:          154256 kB
Writeback:           0 kB
Mapped:          30720 kB
Slab:            46568 kB
Committed_AS:  2653560 kB
PageTables:       1872 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= 66317 MiB

End job on node29 on Tue Apr 24 08:56:55 UTC 2007