Trace number 1731393

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SApperloT hrpUNSAT 1041.6 1041.88

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
MD5SUMd8fa78c834564753f42ad3a5aaefa23a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark256.362
Satisfiable
(Un)Satisfiability was proved
Number of variables796
Number of clauses10039
Sum of the clauses size30316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39840
Number of clauses of size 4199
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1041.51/1041.85	c Solved by Filtered 
1041.51/1041.85	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1731393-1240770044/watcher-1731393-1240770044 -o /tmp/evaluation-result-1731393-1240770044/solver-1731393-1240770044 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/SApperloT-hrp -seed=1109263887 HOME/instance-1731393-1240770044.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): 1800 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: 2.28 2.15 1.85 3/65 19831
/proc/meminfo: memFree=1182128/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=1616 CPUtime=0
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 105034091 1654784 192 1992294400 134512640 135712473 4294956192 18446744073709551615 135208030 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 404 193 95 292 0 109 0

[startup+0.0586901 s]
/proc/loadavg: 2.28 2.15 1.85 3/65 19831
/proc/meminfo: memFree=1182128/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=2144 CPUtime=0.05
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 352 0 0 0 5 0 0 0 20 0 1 0 105034091 2195456 335 1992294400 134512640 135712473 4294956192 18446744073709551615 135148566 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 536 335 105 292 0 241 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2144

[startup+0.101694 s]
/proc/loadavg: 2.28 2.15 1.85 3/65 19831
/proc/meminfo: memFree=1182128/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=2276 CPUtime=0.09
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 381 0 0 0 9 0 0 0 20 0 1 0 105034091 2330624 364 1992294400 134512640 135712473 4294956192 18446744073709551615 135148566 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 569 364 105 292 0 274 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2276

[startup+0.301716 s]
/proc/loadavg: 2.28 2.15 1.85 3/65 19831
/proc/meminfo: memFree=1182128/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=2804 CPUtime=0.29
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 508 0 0 0 29 0 0 0 22 0 1 0 105034091 2871296 491 1992294400 134512640 135712473 4294956192 18446744073709551615 135148566 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 701 491 109 292 0 406 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2804

[startup+0.70176 s]
/proc/loadavg: 2.28 2.15 1.85 3/65 19831
/proc/meminfo: memFree=1182128/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=3332 CPUtime=0.69
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 646 0 0 0 69 0 0 0 25 0 1 0 105034091 3411968 629 1992294400 134512640 135712473 4294956192 18446744073709551615 134601768 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 833 629 109 292 0 538 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3332

[startup+1.50185 s]
/proc/loadavg: 2.28 2.15 1.85 2/66 19832
/proc/meminfo: memFree=1179560/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=3992 CPUtime=1.49
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 823 0 0 0 149 0 0 0 25 0 1 0 105034091 4087808 806 1992294400 134512640 135712473 4294956192 18446744073709551615 134564193 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 998 806 109 292 0 703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3992

[startup+3.10103 s]
/proc/loadavg: 2.28 2.15 1.85 2/66 19832
/proc/meminfo: memFree=1179048/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=4388 CPUtime=3.09
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 905 0 0 0 309 0 0 0 25 0 1 0 105034091 4493312 888 1992294400 134512640 135712473 4294956192 18446744073709551615 134558641 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 1097 888 109 292 0 802 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4388

[startup+6.30139 s]
/proc/loadavg: 2.18 2.13 1.84 2/66 19832
/proc/meminfo: memFree=1178536/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=4656 CPUtime=6.29
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 978 0 0 0 629 0 0 0 25 0 1 0 105034091 4767744 961 1992294400 134512640 135712473 4294956192 18446744073709551615 134564235 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 1164 961 109 292 0 869 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4656

[startup+12.7011 s]
/proc/loadavg: 2.08 2.11 1.84 2/66 19832
/proc/meminfo: memFree=1178152/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=5080 CPUtime=12.68
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 1061 0 0 0 1268 0 0 0 25 0 1 0 105034091 5201920 1044 1992294400 134512640 135712473 4294956192 18446744073709551615 134564627 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 1270 1044 109 292 0 975 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 5080

[startup+25.5016 s]
/proc/loadavg: 1.84 2.05 1.83 2/66 19832
/proc/meminfo: memFree=1177768/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=5504 CPUtime=25.48
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 1159 0 0 0 2548 0 0 0 25 0 1 0 105034091 5636096 1142 1992294400 134512640 135712473 4294956192 18446744073709551615 134564385 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 1376 1142 109 292 0 1081 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5504

[startup+51.1015 s]
/proc/loadavg: 1.55 1.97 1.80 2/66 19832
/proc/meminfo: memFree=1177192/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=6280 CPUtime=51.08
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 1305 0 0 0 5107 1 0 0 25 0 1 0 105034091 6430720 1288 1992294400 134512640 135712473 4294956192 18446744073709551615 134557002 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 1570 1288 109 292 0 1275 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6280

[startup+102.305 s]
/proc/loadavg: 1.28 1.83 1.76 2/66 19832
/proc/meminfo: memFree=1131624/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=51800 CPUtime=102.27
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 12669 0 0 0 10220 7 0 0 25 0 1 0 105034091 53043200 12652 1992294400 134512640 135712473 4294956192 18446744073709551615 134564799 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 12950 12652 109 292 0 12655 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 51800

[startup+162.301 s]
/proc/loadavg: 1.13 1.69 1.72 2/66 19832
/proc/meminfo: memFree=1101800/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=81932 CPUtime=162.24
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 20098 0 0 0 16213 11 0 0 25 0 1 0 105034091 83898368 20081 1992294400 134512640 135712473 4294956192 18446744073709551615 134564559 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 20483 20081 109 292 0 20188 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 81932

[startup+222.302 s]
/proc/loadavg: 1.16 1.59 1.68 2/66 19832
/proc/meminfo: memFree=1082920/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=101048 CPUtime=222.23
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 24863 0 0 0 22208 15 0 0 25 0 1 0 105034091 103473152 24780 1992294400 134512640 135712473 4294956192 18446744073709551615 134554355 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 25262 24780 109 292 0 24967 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 101048

[startup+282.302 s]
/proc/loadavg: 1.13 1.50 1.64 2/66 19832
/proc/meminfo: memFree=1046312/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=139136 CPUtime=282.22
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 34240 0 0 0 28199 23 0 0 25 0 1 0 105034091 142475264 34157 1992294400 134512640 135712473 4294956192 18446744073709551615 134564733 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 34784 34157 109 292 0 34489 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 139136

[startup+342.301 s]
/proc/loadavg: 1.11 1.42 1.60 2/66 19832
/proc/meminfo: memFree=1032104/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=342.2
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37540 0 0 0 34194 26 0 0 25 0 1 0 105034091 156078080 37457 1992294400 134512640 135712473 4294956192 18446744073709551615 134568111 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37457 109 292 0 37810 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 152420

[startup+402.301 s]
/proc/loadavg: 1.15 1.37 1.57 2/66 19832
/proc/meminfo: memFree=1032104/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=402.19
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37547 0 0 0 40193 26 0 0 25 0 1 0 105034091 156078080 37464 1992294400 134512640 135712473 4294956192 18446744073709551615 134564158 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37464 109 292 0 37810 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 152420

[startup+462.302 s]
/proc/loadavg: 1.15 1.33 1.54 2/66 19832
/proc/meminfo: memFree=1032104/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=462.17
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37554 0 0 0 46191 26 0 0 25 0 1 0 105034091 156078080 37471 1992294400 134512640 135712473 4294956192 18446744073709551615 134564195 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37471 109 292 0 37810 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 152420

[startup+522.302 s]
/proc/loadavg: 1.11 1.28 1.51 2/66 19832
/proc/meminfo: memFree=1032040/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=522.15
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37565 0 0 0 52189 26 0 0 25 0 1 0 105034091 156078080 37482 1992294400 134512640 135712473 4294956192 18446744073709551615 134564354 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37482 109 292 0 37810 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 152420

[startup+582.302 s]
/proc/loadavg: 1.09 1.25 1.48 2/66 19832
/proc/meminfo: memFree=1031976/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=582.14
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37569 0 0 0 58188 26 0 0 25 0 1 0 105034091 156078080 37486 1992294400 134512640 135712473 4294956192 18446744073709551615 134564167 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37486 109 292 0 37810 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 152420

[startup+642.301 s]
/proc/loadavg: 1.07 1.21 1.45 2/66 19832
/proc/meminfo: memFree=1031976/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=642.13
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37577 0 0 0 64187 26 0 0 25 0 1 0 105034091 156078080 37494 1992294400 134512640 135712473 4294956192 18446744073709551615 134564822 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37494 109 292 0 37810 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 152420

[startup+702.301 s]
/proc/loadavg: 1.07 1.19 1.43 2/66 19832
/proc/meminfo: memFree=1031912/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=702.1
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37581 0 0 0 70184 26 0 0 25 0 1 0 105034091 156078080 37498 1992294400 134512640 135712473 4294956192 18446744073709551615 134564314 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37498 109 292 0 37810 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 152420

[startup+762.306 s]
/proc/loadavg: 1.06 1.16 1.41 2/66 19832
/proc/meminfo: memFree=1031976/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=762.09
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37582 0 0 0 76183 26 0 0 25 0 1 0 105034091 156078080 37499 1992294400 134512640 135712473 4294956192 18446744073709551615 134564392 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37499 109 292 0 37810 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 152420

[startup+822.302 s]
/proc/loadavg: 1.02 1.13 1.38 2/66 19832
/proc/meminfo: memFree=1032040/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=822.07
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37586 0 0 0 82181 26 0 0 25 0 1 0 105034091 156078080 37503 1992294400 134512640 135712473 4294956192 18446744073709551615 134564204 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37503 109 292 0 37810 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 152420

[startup+882.302 s]
/proc/loadavg: 1.01 1.10 1.35 2/66 19832
/proc/meminfo: memFree=1031976/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=882.06
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37590 0 0 0 88180 26 0 0 25 0 1 0 105034091 156078080 37507 1992294400 134512640 135712473 4294956192 18446744073709551615 134557979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37507 109 292 0 37810 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 152420

[startup+942.301 s]
/proc/loadavg: 1.00 1.08 1.33 2/66 19832
/proc/meminfo: memFree=1031976/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=942.04
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37591 0 0 0 94178 26 0 0 25 0 1 0 105034091 156078080 37508 1992294400 134512640 135712473 4294956192 18446744073709551615 134564153 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37508 109 292 0 37810 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 152420

[startup+1002.3 s]
/proc/loadavg: 1.00 1.06 1.30 2/66 19832
/proc/meminfo: memFree=1031976/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=1002.02
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37592 0 0 0 100176 26 0 0 25 0 1 0 105034091 156078080 37509 1992294400 134512640 135712473 4294956192 18446744073709551615 134564627 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37509 109 292 0 37810 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 152420

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

[startup+1023.9 s]
/proc/loadavg: 1.00 1.06 1.30 2/66 19832
/proc/meminfo: memFree=1031976/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=1023.62
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37593 0 0 0 102336 26 0 0 25 0 1 0 105034091 156078080 37510 1992294400 134512640 135712473 4294956192 18446744073709551615 134564314 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37510 109 292 0 37810 0
Current children cumulated CPU time (s) 1023.62
Current children cumulated vsize (KiB) 152420

[startup+1030.3 s]
/proc/loadavg: 1.00 1.06 1.29 2/66 19832
/proc/meminfo: memFree=1031976/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=1030.02
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37593 0 0 0 102976 26 0 0 25 0 1 0 105034091 156078080 37510 1992294400 134512640 135712473 4294956192 18446744073709551615 134557979 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37510 109 292 0 37810 0
Current children cumulated CPU time (s) 1030.02
Current children cumulated vsize (KiB) 152420

[startup+1036.7 s]
/proc/loadavg: 1.00 1.06 1.29 2/66 19832
/proc/meminfo: memFree=1031976/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=1036.42
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37594 0 0 0 103616 26 0 0 25 0 1 0 105034091 156078080 37511 1992294400 134512640 135712473 4294956192 18446744073709551615 134554419 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37511 109 292 0 37810 0
Current children cumulated CPU time (s) 1036.42
Current children cumulated vsize (KiB) 152420

[startup+1039.9 s]
/proc/loadavg: 1.00 1.06 1.29 2/66 19832
/proc/meminfo: memFree=1031912/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=1039.61
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37594 0 0 0 103935 26 0 0 25 0 1 0 105034091 156078080 37511 1992294400 134512640 135712473 4294956192 18446744073709551615 134564385 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37511 109 292 0 37810 0
Current children cumulated CPU time (s) 1039.61
Current children cumulated vsize (KiB) 152420

[startup+1040.7 s]
/proc/loadavg: 1.00 1.05 1.29 2/66 19832
/proc/meminfo: memFree=1031912/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=1040.41
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37594 0 0 0 104015 26 0 0 25 0 1 0 105034091 156078080 37511 1992294400 134512640 135712473 4294956192 18446744073709551615 134552615 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37511 109 292 0 37810 0
Current children cumulated CPU time (s) 1040.41
Current children cumulated vsize (KiB) 152420

[startup+1041.5 s]
/proc/loadavg: 1.00 1.05 1.29 2/66 19832
/proc/meminfo: memFree=1031912/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=1041.21
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37594 0 0 0 104095 26 0 0 25 0 1 0 105034091 156078080 37511 1992294400 134512640 135712473 4294956192 18446744073709551615 134564730 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37511 109 292 0 37810 0
Current children cumulated CPU time (s) 1041.21
Current children cumulated vsize (KiB) 152420

[startup+1041.71 s]
/proc/loadavg: 1.00 1.05 1.29 2/66 19832
/proc/meminfo: memFree=1031912/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=1041.42
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37594 0 0 0 104116 26 0 0 25 0 1 0 105034091 156078080 37511 1992294400 134512640 135712473 4294956192 18446744073709551615 134564385 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37511 109 292 0 37810 0
Current children cumulated CPU time (s) 1041.42
Current children cumulated vsize (KiB) 152420

[startup+1041.8 s]
/proc/loadavg: 1.00 1.05 1.29 2/66 19832
/proc/meminfo: memFree=1031912/2055920 swapFree=4192956/4192956
[pid=19831] ppid=19829 vsize=152420 CPUtime=1041.51
/proc/19831/stat : 19831 (SApperloT-hrp) R 19829 19831 19419 0 -1 4194304 37594 0 0 0 104125 26 0 0 25 0 1 0 105034091 156078080 37511 1992294400 134512640 135712473 4294956192 18446744073709551615 134564822 0 0 4096 0 0 0 0 17 1 0 0
/proc/19831/statm: 38105 37511 109 292 0 37810 0
Current children cumulated CPU time (s) 1041.51
Current children cumulated vsize (KiB) 152420

Child status: 0
Real time (s): 1041.88
CPU time (s): 1041.6
CPU user time (s): 1041.31
CPU system time (s): 0.287956
CPU usage (%): 99.9733
Max. virtual memory (cumulated for all children) (KiB): 152420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1041.31
system time used= 0.287956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37605
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= 2
involuntary context switches= 1319

runsolver used 1.17182 second user time and 2.57261 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-26 20:20:44
IDJOB=1731393
IDBENCH=24751
IDSOLVER=510
FILE ID=node85/1731393-1240770044
PBS_JOBID= 9187134
Free space on /tmp= 126812 MiB

SOLVER NAME= SApperloT hrp
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
COMMAND LINE= HOME/SApperloT-hrp -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731393-1240770044/watcher-1731393-1240770044 -o /tmp/evaluation-result-1731393-1240770044/solver-1731393-1240770044 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/SApperloT-hrp -seed=1109263887 HOME/instance-1731393-1240770044.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d8fa78c834564753f42ad3a5aaefa23a
RANDOM SEED=1109263887

node85.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1182608 kB
Buffers:        103576 kB
Cached:         662240 kB
SwapCached:          0 kB
Active:          94136 kB
Inactive:       685472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1182608 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1580 kB
Writeback:           0 kB
Mapped:          23564 kB
Slab:            79700 kB
Committed_AS:   292624 kB
PageTables:       1372 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= 126812 MiB
End job on node85 at 2009-04-26 20:38:06