Trace number 1047129

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 835.331 842.886

DiagnosticValue
CHECKS1404870

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-31_ext.xml
MD5SUM79a92164f7ef19f1350e88cea39e1a5d
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.41578
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.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
9.40/9.58	c [ NumberOfVariables = 21 ]
9.40/9.58	c [ NumberOfConstraints = 2713 ]
9.40/9.58	c [ SizeOfSearchSpace(log2) = 21 ]
9.40/9.58	c SymmetrySearch = (OutOfMemory)
17.23/17.44	c [ Proceeding without symmetry breaking ]
18.23/18.48	c InitialPropagation = 1
18.42/18.62	c [ SizeOfSearchSpace(log2) = 21 ]
18.42/18.62	c InitialSAC = 1
59.55/60.20	c [ SizeOfSearchSpace(log2) = 21 ]
59.55/60.20	c Search(DomWDeg) = 1
835.14/842.75	s SATISFIABLE
835.14/842.75	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
835.14/842.75	d CHECKS 1404866
835.14/842.75	c [ TotalFails = 523 ]
835.14/842.75	c [ NumberOfRestarts = 4 ]
835.14/842.75	c [ TotalTime = 786.318 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-1047129-1215039504/watcher-1047129-1215039504 -o /tmp/evaluation-result-1047129-1215039504/solver-1047129-1215039504 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1047129-1215039504.xml 1511584288 

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.08 0.02 0.01 4/81 23148
/proc/meminfo: memFree=1722864/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=1056 CPUtime=0
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1982924160 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 4129572 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 264 26 20 235 0 3 0

[startup+0.0777981 s]
/proc/loadavg: 0.08 0.02 0.01 4/81 23148
/proc/meminfo: memFree=1722864/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=6892 CPUtime=0.06
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 839 0 0 0 6 0 0 0 18 0 1 0 1982924160 7057408 799 996147200 134512640 135477443 4294956224 18446744073709551615 4158766067 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 1723 799 368 235 0 424 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6892

[startup+0.101799 s]
/proc/loadavg: 0.08 0.02 0.01 4/81 23148
/proc/meminfo: memFree=1722864/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=7420 CPUtime=0.08
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 966 0 0 0 8 0 0 0 18 0 1 0 1982924160 7598080 926 996147200 134512640 135477443 4294956224 18446744073709551615 4158884493 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 1855 926 368 235 0 556 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7420

[startup+0.30181 s]
/proc/loadavg: 0.08 0.02 0.01 4/81 23148
/proc/meminfo: memFree=1722864/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=103176 CPUtime=0.28
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 1454 0 0 0 28 0 0 0 19 0 1 0 1982924160 105652224 1414 996147200 134512640 135477443 4294956224 18446744073709551615 134616664 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 25794 1414 400 235 0 24495 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103176

[startup+0.701834 s]
/proc/loadavg: 0.08 0.02 0.01 4/81 23148
/proc/meminfo: memFree=1722864/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=103176 CPUtime=0.68
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 1511 0 0 0 68 0 0 0 23 0 1 0 1982924160 105652224 1471 996147200 134512640 135477443 4294956224 18446744073709551615 134616589 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 25794 1471 400 235 0 24495 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103176

[startup+1.50188 s]
/proc/loadavg: 0.08 0.02 0.01 3/82 23149
/proc/meminfo: memFree=1675432/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=103176 CPUtime=1.47
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 1625 0 0 0 147 0 0 0 25 0 1 0 1982924160 105652224 1585 996147200 134512640 135477443 4294956224 18446744073709551615 134616650 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 25794 1585 400 235 0 24495 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103176

[startup+3.10198 s]
/proc/loadavg: 0.08 0.02 0.01 3/82 23149
/proc/meminfo: memFree=1668648/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=103440 CPUtime=3.06
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 1912 0 0 0 305 1 0 0 25 0 1 0 1982924160 105922560 1872 996147200 134512640 135477443 4294956224 18446744073709551615 134616650 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 25860 1872 400 235 0 24561 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 103440

[startup+6.30118 s]
/proc/loadavg: 0.23 0.05 0.02 3/82 23149
/proc/meminfo: memFree=1664424/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=103968 CPUtime=6.23
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 2482 0 0 0 622 1 0 0 25 0 1 0 1982924160 106463232 2442 996147200 134512640 135477443 4294956224 18446744073709551615 134616589 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 25992 2442 400 235 0 24693 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 103968

[startup+12.7016 s]
/proc/loadavg: 0.37 0.08 0.03 3/82 23149
/proc/meminfo: memFree=1417576/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=413112 CPUtime=12.57
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 80252 0 0 0 1225 32 0 0 25 0 1 0 1982924160 423026688 80212 996147200 134512640 135477443 4294956224 18446744073709551615 134635384 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 103278 80212 432 235 0 101979 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 413112

[startup+25.5014 s]
/proc/loadavg: 0.73 0.18 0.06 3/82 23149
/proc/meminfo: memFree=849704/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=25.26
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 202707 0 0 0 2443 83 0 0 25 0 1 0 1982924160 899899392 202667 996147200 134512640 135477443 4294956224 18446744073709551615 134600941 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 202667 463 235 0 218403 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 878808

[startup+51.102 s]
/proc/loadavg: 1.16 0.32 0.11 3/82 23149
/proc/meminfo: memFree=832104/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=50.62
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203234 0 0 0 4978 84 0 0 25 0 1 0 1982924160 899899392 203194 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203194 463 235 0 218403 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 878808

[startup+102.306 s]
/proc/loadavg: 1.64 0.58 0.20 3/82 23149
/proc/meminfo: memFree=800040/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=101.36
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203257 0 0 0 10051 85 0 0 25 0 1 0 1982924160 899899392 203217 996147200 134512640 135477443 4294956224 18446744073709551615 134600873 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203217 481 235 0 218403 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 878808

[startup+162.302 s]
/proc/loadavg: 1.86 0.83 0.31 3/82 23155
/proc/meminfo: memFree=760216/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=160.81
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203257 0 0 0 15995 86 0 0 25 0 1 0 1982924160 899899392 203217 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203217 481 235 0 218403 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 878808

[startup+222.302 s]
/proc/loadavg: 1.95 1.04 0.42 3/82 23155
/proc/meminfo: memFree=719264/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=220.28
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203258 0 0 0 21940 88 0 0 25 0 1 0 1982924160 899899392 203218 996147200 134512640 135477443 4294956224 18446744073709551615 134600955 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203218 481 235 0 218403 0
Current children cumulated CPU time (s) 220.28
Current children cumulated vsize (KiB) 878808

[startup+282.301 s]
/proc/loadavg: 1.98 1.21 0.51 3/82 23155
/proc/meminfo: memFree=678944/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=279.74
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203258 0 0 0 27886 88 0 0 25 0 1 0 1982924160 899899392 203218 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203218 481 235 0 218403 0
Current children cumulated CPU time (s) 279.74
Current children cumulated vsize (KiB) 878808

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.60 3/82 23155
/proc/meminfo: memFree=637664/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=339.2
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203259 0 0 0 33831 89 0 0 25 0 1 0 1982924160 899899392 203219 996147200 134512640 135477443 4294956224 18446744073709551615 134600825 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203219 481 235 0 218403 0
Current children cumulated CPU time (s) 339.2
Current children cumulated vsize (KiB) 878808

[startup+402.302 s]
/proc/loadavg: 1.99 1.47 0.69 3/82 23155
/proc/meminfo: memFree=597472/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=398.68
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203259 0 0 0 39778 90 0 0 25 0 1 0 1982924160 899899392 203219 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203219 481 235 0 218403 0
Current children cumulated CPU time (s) 398.68
Current children cumulated vsize (KiB) 878808

[startup+462.301 s]
/proc/loadavg: 1.99 1.56 0.77 3/82 23155
/proc/meminfo: memFree=556384/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=458.13
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203259 0 0 0 45723 90 0 0 25 0 1 0 1982924160 899899392 203219 996147200 134512640 135477443 4294956224 18446744073709551615 134600870 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203219 481 235 0 218403 0
Current children cumulated CPU time (s) 458.13
Current children cumulated vsize (KiB) 878808

[startup+522.301 s]
/proc/loadavg: 2.11 1.67 0.85 3/82 23155
/proc/meminfo: memFree=516008/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=517.6
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203260 0 0 0 51668 92 0 0 25 0 1 0 1982924160 899899392 203220 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203220 481 235 0 218403 0
Current children cumulated CPU time (s) 517.6
Current children cumulated vsize (KiB) 878808

[startup+582.302 s]
/proc/loadavg: 2.07 1.74 0.93 3/82 23155
/proc/meminfo: memFree=474856/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=577.05
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 57613 92 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 577.05
Current children cumulated vsize (KiB) 878808

[startup+642.302 s]
/proc/loadavg: 2.02 1.79 0.99 3/82 23155
/proc/meminfo: memFree=433896/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=636.52
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 63559 93 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 636.52
Current children cumulated vsize (KiB) 878808

[startup+702.301 s]
/proc/loadavg: 2.01 1.82 1.05 3/82 23155
/proc/meminfo: memFree=393384/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=695.99
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 69504 95 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134600865 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 695.99
Current children cumulated vsize (KiB) 878808

[startup+762.306 s]
/proc/loadavg: 2.00 1.85 1.11 3/82 23155
/proc/meminfo: memFree=352424/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=755.45
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 75449 96 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 755.45
Current children cumulated vsize (KiB) 878808

[startup+822.302 s]
/proc/loadavg: 2.00 1.88 1.16 3/82 23155
/proc/meminfo: memFree=312296/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=814.91
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 81394 97 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 814.91
Current children cumulated vsize (KiB) 878808

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

[startup+831.902 s]
/proc/loadavg: 2.00 1.88 1.17 3/82 23155
/proc/meminfo: memFree=305512/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=824.43
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 82346 97 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134600927 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 824.43
Current children cumulated vsize (KiB) 878808

[startup+838.302 s]
/proc/loadavg: 2.00 1.88 1.17 3/82 23155
/proc/meminfo: memFree=301096/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=830.78
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 82981 97 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134600938 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 830.78
Current children cumulated vsize (KiB) 878808

[startup+839.902 s]
/proc/loadavg: 2.00 1.88 1.18 3/82 23155
/proc/meminfo: memFree=300328/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=832.36
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 83139 97 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 832.36
Current children cumulated vsize (KiB) 878808

[startup+841.506 s]
/proc/loadavg: 2.00 1.88 1.18 3/82 23155
/proc/meminfo: memFree=298856/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=833.95
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 83298 97 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 833.95
Current children cumulated vsize (KiB) 878808

[startup+842.301 s]
/proc/loadavg: 2.00 1.88 1.18 3/82 23155
/proc/meminfo: memFree=298856/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=834.74
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 83377 97 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 834.74
Current children cumulated vsize (KiB) 878808

[startup+842.701 s]
/proc/loadavg: 2.00 1.88 1.18 3/82 23155
/proc/meminfo: memFree=298088/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=878808 CPUtime=835.14
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 83417 97 0 0 25 0 1 0 1982924160 899899392 203223 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 219702 203223 481 235 0 218403 0
Current children cumulated CPU time (s) 835.14
Current children cumulated vsize (KiB) 878808

[startup+842.802 s]
/proc/loadavg: 2.00 1.88 1.18 3/82 23155
/proc/meminfo: memFree=298088/2055920 swapFree=4180440/4192956
[pid=23148] ppid=23146 vsize=847556 CPUtime=835.24
/proc/23148/stat : 23148 (casperzao) R 23146 23148 22985 0 -1 4194304 203263 0 0 0 83423 101 0 0 25 0 1 0 1982924160 867897344 136018 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/23148/statm: 211889 136018 481 235 0 210590 0
Current children cumulated CPU time (s) 835.24
Current children cumulated vsize (KiB) 847556

Child status: 0
Real time (s): 842.886
CPU time (s): 835.331
CPU user time (s): 834.231
CPU system time (s): 1.09983
CPU usage (%): 99.1037
Max. virtual memory (cumulated for all children) (KiB): 878808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 834.231
system time used= 1.09983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203264
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= 16
involuntary context switches= 18446

runsolver used 0.78588 second user time and 2.36064 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-03 00:58:24
IDJOB=1047129
IDBENCH=54133
IDSOLVER=361
FILE ID=node29/1047129-1215039504
PBS_JOBID= 7875115
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 79a92164f7ef19f1350e88cea39e1a5d
RANDOM SEED=1511584288

node29.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.220
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.220
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:       1723536 kB
Buffers:         42976 kB
Cached:         182888 kB
SwapCached:       6492 kB
Active:         164348 kB
Inactive:       100980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723536 kB
SwapTotal:     4192956 kB
SwapFree:      4180440 kB
Dirty:            6940 kB
Writeback:           0 kB
Mapped:          53100 kB
Slab:            52124 kB
Committed_AS:  4037048 kB
PageTables:       2112 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= 66000 MiB
End job on node29 at 2008-07-03 01:12:27