Trace number 1047175

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
casper zaoSAT 666.73 669.728

DiagnosticValue
CHECKS1414240

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-5_ext.xml
MD5SUM913b73e52caa1aa69c2e6b17aebbe21b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.3348
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.10	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.10	c Parsing = 1
0.09/0.15	c Building = 1
8.65/8.76	c [ NumberOfVariables = 21 ]
8.65/8.76	c [ NumberOfConstraints = 2713 ]
8.65/8.76	c [ SizeOfSearchSpace(log2) = 21 ]
8.65/8.76	c SymmetrySearch = (OutOfMemory)
15.92/16.08	c [ Proceeding without symmetry breaking ]
16.92/17.05	c InitialPropagation = 1
17.01/17.16	c [ SizeOfSearchSpace(log2) = 21 ]
17.01/17.16	c InitialSAC = 1
46.77/47.06	c [ SizeOfSearchSpace(log2) = 21 ]
46.77/47.06	c Search(DomWDeg) = 1
666.59/669.61	s SATISFIABLE
666.59/669.61	v 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
666.59/669.61	d CHECKS 1414244
666.59/669.61	c [ TotalFails = 555 ]
666.59/669.61	c [ NumberOfRestarts = 4 ]
666.59/669.61	c [ TotalTime = 669.345 secs ]

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047175-1215039512/watcher-1047175-1215039512 -o /tmp/evaluation-result-1047175-1215039512/solver-1047175-1215039512 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1047175-1215039512.xml 237912480 

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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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.00 0.00 0.00 4/82 23858
/proc/meminfo: memFree=1261696/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=18572 CPUtime=0
/proc/23858/stat : 23858 (runsolver) R 23856 23858 23761 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1982926272 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 228706544935 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23858/statm: 4643 292 257 25 0 2626 0

[startup+0.108824 s]
/proc/loadavg: 0.00 0.00 0.00 4/82 23858
/proc/meminfo: memFree=1261696/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=7684 CPUtime=0.09
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 1029 0 0 0 9 0 0 0 21 0 1 0 1982926272 7868416 989 996147200 134512640 135477443 4294956240 18446744073709551615 134755081 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 1921 989 368 235 0 622 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7684

[startup+0.201694 s]
/proc/loadavg: 0.00 0.00 0.00 4/82 23858
/proc/meminfo: memFree=1261696/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=102876 CPUtime=0.18
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 1439 0 0 0 18 0 0 0 21 0 1 0 1982926272 105345024 1399 996147200 134512640 135477443 4294956240 18446744073709551615 134616589 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 25719 1399 400 235 0 24420 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 102876

[startup+0.3017 s]
/proc/loadavg: 0.00 0.00 0.00 4/82 23858
/proc/meminfo: memFree=1261696/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=102876 CPUtime=0.28
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 1454 0 0 0 28 0 0 0 22 0 1 0 1982926272 105345024 1414 996147200 134512640 135477443 4294956240 18446744073709551615 134616659 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 25719 1414 400 235 0 24420 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 102876

[startup+0.701738 s]
/proc/loadavg: 0.00 0.00 0.00 4/82 23858
/proc/meminfo: memFree=1261696/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=102876 CPUtime=0.68
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 1515 0 0 0 68 0 0 0 25 0 1 0 1982926272 105345024 1475 996147200 134512640 135477443 4294956240 18446744073709551615 134616609 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 25719 1475 400 235 0 24420 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102876

[startup+1.50181 s]
/proc/loadavg: 0.00 0.00 0.00 3/83 23859
/proc/meminfo: memFree=1226488/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=102876 CPUtime=1.48
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 1644 0 0 0 148 0 0 0 25 0 1 0 1982926272 105345024 1604 996147200 134512640 135477443 4294956240 18446744073709551615 134616659 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 25719 1604 400 235 0 24420 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 102876

[startup+3.10196 s]
/proc/loadavg: 0.16 0.03 0.01 3/83 23859
/proc/meminfo: memFree=1224824/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=103140 CPUtime=3.08
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 1955 0 0 0 307 1 0 0 25 0 1 0 1982926272 105615360 1915 996147200 134512640 135477443 4294956240 18446744073709551615 134616664 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 25785 1915 400 235 0 24486 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 103140

[startup+6.30126 s]
/proc/loadavg: 0.16 0.03 0.01 3/83 23859
/proc/meminfo: memFree=1220408/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=103668 CPUtime=6.26
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 2577 0 0 0 625 1 0 0 25 0 1 0 1982926272 106156032 2537 996147200 134512640 135477443 4294956240 18446744073709551615 134616675 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 25917 2537 400 235 0 24618 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 103668

[startup+12.7019 s]
/proc/loadavg: 0.45 0.10 0.03 3/83 23859
/proc/meminfo: memFree=857144/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=523296 CPUtime=12.63
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 107897 0 0 0 1221 42 0 0 25 0 1 0 1982926272 535855104 107857 996147200 134512640 135477443 4294956240 18446744073709551615 134642551 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 130824 107857 432 235 0 129525 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 523296

[startup+25.5021 s]
/proc/loadavg: 0.68 0.16 0.05 3/83 23859
/proc/meminfo: memFree=405752/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=25.38
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 202758 0 0 0 2457 81 0 0 25 0 1 0 1982926272 899997696 202718 996147200 134512640 135477443 4294956240 18446744073709551615 134590235 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 202718 463 235 0 218427 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 878904

[startup+51.1025 s]
/proc/loadavg: 1.13 0.31 0.10 3/83 23859
/proc/meminfo: memFree=387896/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=50.85
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203338 0 0 0 5003 82 0 0 25 0 1 0 1982926272 899997696 203298 996147200 134512640 135477443 4294956240 18446744073709551615 134600947 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203298 472 235 0 218427 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 878904

[startup+102.302 s]
/proc/loadavg: 1.65 0.59 0.21 4/83 23859
/proc/meminfo: memFree=355704/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=101.83
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203353 0 0 0 10100 83 0 0 25 0 1 0 1982926272 899997696 203313 996147200 134512640 135477443 4294956240 18446744073709551615 134590277 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203313 481 235 0 218427 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 878904

[startup+162.303 s]
/proc/loadavg: 1.87 0.84 0.32 3/83 23865
/proc/meminfo: memFree=316088/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=161.54
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203353 0 0 0 16071 83 0 0 25 0 1 0 1982926272 899997696 203313 996147200 134512640 135477443 4294956240 18446744073709551615 134600916 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203313 481 235 0 218427 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 878904

[startup+222.306 s]
/proc/loadavg: 1.95 1.05 0.42 3/83 23865
/proc/meminfo: memFree=275128/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=221.27
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203354 0 0 0 22044 83 0 0 25 0 1 0 1982926272 899997696 203314 996147200 134512640 135477443 4294956240 18446744073709551615 134590307 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203314 481 235 0 218427 0
Current children cumulated CPU time (s) 221.27
Current children cumulated vsize (KiB) 878904

[startup+282.301 s]
/proc/loadavg: 1.98 1.22 0.52 3/83 23865
/proc/meminfo: memFree=235000/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=281.01
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203354 0 0 0 28017 84 0 0 25 0 1 0 1982926272 899997696 203314 996147200 134512640 135477443 4294956240 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203314 481 235 0 218427 0
Current children cumulated CPU time (s) 281.01
Current children cumulated vsize (KiB) 878904

[startup+342.302 s]
/proc/loadavg: 1.99 1.36 0.61 3/83 23865
/proc/meminfo: memFree=193976/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=340.74
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203354 0 0 0 33990 84 0 0 25 0 1 0 1982926272 899997696 203314 996147200 134512640 135477443 4294956240 18446744073709551615 134590194 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203314 481 235 0 218427 0
Current children cumulated CPU time (s) 340.74
Current children cumulated vsize (KiB) 878904

[startup+402.301 s]
/proc/loadavg: 1.99 1.47 0.68 3/83 23865
/proc/meminfo: memFree=153976/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=400.47
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203354 0 0 0 39963 84 0 0 25 0 1 0 1982926272 899997696 203314 996147200 134512640 135477443 4294956240 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203314 481 235 0 218427 0
Current children cumulated CPU time (s) 400.47
Current children cumulated vsize (KiB) 878904

[startup+462.302 s]
/proc/loadavg: 1.99 1.57 0.77 3/83 23865
/proc/meminfo: memFree=113144/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=460.21
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203354 0 0 0 45936 85 0 0 25 0 1 0 1982926272 899997696 203314 996147200 134512640 135477443 4294956240 18446744073709551615 134590307 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203314 481 235 0 218427 0
Current children cumulated CPU time (s) 460.21
Current children cumulated vsize (KiB) 878904

[startup+522.301 s]
/proc/loadavg: 1.99 1.64 0.84 3/83 23865
/proc/meminfo: memFree=72952/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=519.94
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203354 0 0 0 51909 85 0 0 25 0 1 0 1982926272 899997696 203314 996147200 134512640 135477443 4294956240 18446744073709551615 134600919 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203314 481 235 0 218427 0
Current children cumulated CPU time (s) 519.94
Current children cumulated vsize (KiB) 878904

[startup+582.302 s]
/proc/loadavg: 1.99 1.71 0.91 3/83 23865
/proc/meminfo: memFree=32184/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=579.67
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 57881 86 0 0 25 0 1 0 1982926272 899997696 203317 996147200 134512640 135477443 4294956240 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203317 481 235 0 218427 0
Current children cumulated CPU time (s) 579.67
Current children cumulated vsize (KiB) 878904

[startup+642.301 s]
/proc/loadavg: 1.99 1.75 0.97 3/83 23865
/proc/meminfo: memFree=14904/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=639.41
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 63855 86 0 0 25 0 1 0 1982926272 899997696 203317 996147200 134512640 135477443 4294956240 18446744073709551615 135268690 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203317 481 235 0 218427 0
Current children cumulated CPU time (s) 639.41
Current children cumulated vsize (KiB) 878904

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

[startup+652.801 s]
/proc/loadavg: 2.06 1.78 1.00 3/83 23865
/proc/meminfo: memFree=14968/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=649.86
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 64900 86 0 0 25 0 1 0 1982926272 899997696 203317 996147200 134512640 135477443 4294956240 18446744073709551615 134600941 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203317 481 235 0 218427 0
Current children cumulated CPU time (s) 649.86
Current children cumulated vsize (KiB) 878904

[startup+659.202 s]
/proc/loadavg: 2.06 1.78 1.00 3/83 23865
/proc/meminfo: memFree=15096/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=656.23
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 65537 86 0 0 25 0 1 0 1982926272 899997696 203317 996147200 134512640 135477443 4294956240 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203317 481 235 0 218427 0
Current children cumulated CPU time (s) 656.23
Current children cumulated vsize (KiB) 878904

[startup+665.607 s]
/proc/loadavg: 2.05 1.79 1.01 3/83 23865
/proc/meminfo: memFree=15352/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=662.61
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 66175 86 0 0 25 0 1 0 1982926272 899997696 203317 996147200 134512640 135477443 4294956240 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203317 481 235 0 218427 0
Current children cumulated CPU time (s) 662.61
Current children cumulated vsize (KiB) 878904

[startup+667.203 s]
/proc/loadavg: 2.05 1.79 1.01 3/83 23865
/proc/meminfo: memFree=16120/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=664.2
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 66334 86 0 0 25 0 1 0 1982926272 899997696 203317 996147200 134512640 135477443 4294956240 18446744073709551615 134600997 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203317 481 235 0 218427 0
Current children cumulated CPU time (s) 664.2
Current children cumulated vsize (KiB) 878904

[startup+668.802 s]
/proc/loadavg: 2.05 1.79 1.01 3/83 23865
/proc/meminfo: memFree=16248/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=665.79
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 66493 86 0 0 25 0 1 0 1982926272 899997696 203317 996147200 134512640 135477443 4294956240 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203317 481 235 0 218427 0
Current children cumulated CPU time (s) 665.79
Current children cumulated vsize (KiB) 878904

[startup+669.202 s]
/proc/loadavg: 2.05 1.79 1.01 3/83 23865
/proc/meminfo: memFree=16248/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=666.19
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 66533 86 0 0 25 0 1 0 1982926272 899997696 203317 996147200 134512640 135477443 4294956240 18446744073709551615 134600912 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203317 481 235 0 218427 0
Current children cumulated CPU time (s) 666.19
Current children cumulated vsize (KiB) 878904

[startup+669.602 s]
/proc/loadavg: 2.05 1.79 1.01 3/83 23865
/proc/meminfo: memFree=16248/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=878904 CPUtime=666.59
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 66573 86 0 0 25 0 1 0 1982926272 899997696 203317 996147200 134512640 135477443 4294956240 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 219726 203317 481 235 0 218427 0
Current children cumulated CPU time (s) 666.59
Current children cumulated vsize (KiB) 878904

[startup+669.702 s]
/proc/loadavg: 2.05 1.79 1.01 3/83 23865
/proc/meminfo: memFree=16248/2055920 swapFree=4179560/4192956
[pid=23858] ppid=23856 vsize=847652 CPUtime=666.69
/proc/23858/stat : 23858 (casperzao) R 23856 23858 23761 0 -1 4194304 203357 0 0 0 66574 95 0 0 25 0 1 0 1982926272 867995648 43952 996147200 134512640 135477443 4294956240 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/23858/statm: 211913 43952 481 235 0 210614 0
Current children cumulated CPU time (s) 666.69
Current children cumulated vsize (KiB) 847652

Child status: 0
Real time (s): 669.728
CPU time (s): 666.73
CPU user time (s): 665.746
CPU system time (s): 0.98385
CPU usage (%): 99.5524
Max. virtual memory (cumulated for all children) (KiB): 878904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 665.746
system time used= 0.98385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203358
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= 17
involuntary context switches= 21967

runsolver used 0.618905 second user time and 1.82372 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-03 00:58:32
IDJOB=1047175
IDBENCH=54135
IDSOLVER=361
FILE ID=node8/1047175-1215039512
PBS_JOBID= 7875157
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-5_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047175-1215039512/watcher-1047175-1215039512 -o /tmp/evaluation-result-1047175-1215039512/solver-1047175-1215039512 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1047175-1215039512.xml 237912480 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 913b73e52caa1aa69c2e6b17aebbe21b
RANDOM SEED=237912480

node8.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.222
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.222
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:       1262176 kB
Buffers:         70948 kB
Cached:         582508 kB
SwapCached:       6756 kB
Active:         238280 kB
Inactive:       472400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1262176 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            6988 kB
Writeback:           0 kB
Mapped:          70836 kB
Slab:            67988 kB
Committed_AS:  3955472 kB
PageTables:       1908 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66120 MiB
End job on node8 at 2008-07-03 01:09:42