Trace number 1101778

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 915.284 918.946

DiagnosticValue
CHECKS244726000

General information on the benchmark

Namecsp/rand-2-40-19-fcd/
normalized-rand-2-40-19-443-230-fcd-3_ext.xml
MD5SUMce40ed4691a90a2ac4217ea7b5e30eda
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.5813
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints340
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension340
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.19/0.20	c Building = 1
0.19/0.20	c [ NumberOfVariables = 40 ]
0.19/0.20	c [ NumberOfConstraints = 340 ]
0.19/0.20	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.19/0.20	c SymmetrySearch = 1
0.19/0.20	c InitialPropagation = 1
0.19/0.20	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.19/0.20	c InitialSAC = 1
0.19/0.24	c [ SizeOfSearchSpace(log2) = 169.917 ]
0.19/0.24	c Search(SampleFF) : 
76.68/77.07	c [ Sampling domwdeg ]
76.68/77.07	c [ Sampling impacts ]
76.68/77.07	c [ Sampling la ]
76.68/77.07	c [ SamplingScores: ]
76.68/77.07	c [ domwdeg+min = 0.000143501 | domwdeg+rnd = 0.000748349 ]
76.68/77.07	c [ impacts+min = 0.000328885 | impacts+rnd = 0.000307701 ]
76.68/77.07	c [ la+min = 0.000115941 | la+rnd = 0.000150667 ]
76.68/77.07	c [ domwdeg = 0.000445925 | impacts = 0.000318293 | la = 0.000133304 ]
76.68/77.07	c [ min = 0.000196109 | rand = 0.000318293 ]
76.68/77.07	c [ restarting at (3.20163,0.00072897) ]
84.65/85.09	c [ restarting at (8.00408,0.0010517) ]
104.67/105.11	c [ restarting at (20.0102,0.0118093) ]
154.47/155.16	c [ restarting at (50.0255,0.0172356) ]
279.08/280.29	c [ restarting at (125.064,0.0949122) ]
590.73/593.11	c [ restarting at (312.659,0.166374) ]
915.23/918.94	c Search(SampleFF) = 1
915.23/918.94	s SATISFIABLE
915.23/918.94	v 5 8 15 1 17 4 1 18 2 6 10 6 3 7 17 2 8 10 5 18 15 18 13 6 0 11 10 11 12 6 5 9 17 0 14 1 18 8 15 10
915.23/918.94	d CHECKS 244725561
915.23/918.94	c [ TotalFails = 355844 ]
915.23/918.94	c [ NumberOfRestarts = 70 ]
915.23/918.94	c [ TotalTime = 918.726 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-1101778-1215294339/watcher-1101778-1215294339 -o /tmp/evaluation-result-1101778-1215294339/solver-1101778-1215294339 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1101778-1215294339.xml 2030641611 

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: 1.99 1.97 1.99 4/73 17252
/proc/meminfo: memFree=1672872/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=5352 CPUtime=0
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 141429268 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 12505183 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 1338 190 156 235 0 27 0

[startup+0.05048 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 17252
/proc/meminfo: memFree=1672872/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100796 CPUtime=0.04
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 1076 0 0 0 4 0 0 0 18 0 1 0 141429268 103215104 1036 996147200 134512640 135477443 4294956224 18446744073709551615 134613515 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25199 1037 403 235 0 23900 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 100796

[startup+0.101501 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 17252
/proc/meminfo: memFree=1672872/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=104096 CPUtime=0.09
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 2139 0 0 0 8 1 0 0 18 0 1 0 141429268 106594304 2099 996147200 134512640 135477443 4294956224 18446744073709551615 134644976 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 26024 2099 436 235 0 24725 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 104096

[startup+0.301526 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 17252
/proc/meminfo: memFree=1672872/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=0.29
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3161 0 0 0 28 1 0 0 19 0 1 0 141429268 103305216 1709 996147200 134512640 135477443 4294956224 18446744073709551615 134589045 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1709 478 235 0 23922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100884

[startup+0.701604 s]
/proc/loadavg: 1.99 1.97 1.99 4/73 17252
/proc/meminfo: memFree=1672872/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=0.69
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3171 0 0 0 68 1 0 0 23 0 1 0 141429268 103305216 1719 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1719 479 235 0 23922 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 100884

[startup+1.50175 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17253
/proc/meminfo: memFree=1667808/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=1.48
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3175 0 0 0 147 1 0 0 25 0 1 0 141429268 103305216 1723 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1723 479 235 0 23922 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100884

[startup+3.10106 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17253
/proc/meminfo: memFree=1667680/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=3.08
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3175 0 0 0 307 1 0 0 25 0 1 0 141429268 103305216 1723 996147200 134512640 135477443 4294956224 18446744073709551615 134606973 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1723 479 235 0 23922 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100884

[startup+6.30167 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17253
/proc/meminfo: memFree=1667552/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=6.26
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3176 0 0 0 625 1 0 0 25 0 1 0 141429268 103305216 1724 996147200 134512640 135477443 4294956224 18446744073709551615 134584167 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1724 479 235 0 23922 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 100884

[startup+12.7019 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17253
/proc/meminfo: memFree=1667424/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=12.64
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3181 0 0 0 1263 1 0 0 25 0 1 0 141429268 103305216 1729 996147200 134512640 135477443 4294956224 18446744073709551615 134589157 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1729 479 235 0 23922 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 100884

[startup+25.5013 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17253
/proc/meminfo: memFree=1666656/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=25.39
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3184 0 0 0 2538 1 0 0 25 0 1 0 141429268 103305216 1732 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1732 481 235 0 23922 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 100884

[startup+51.1012 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17253
/proc/meminfo: memFree=1663648/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=50.88
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3188 0 0 0 5087 1 0 0 25 0 1 0 141429268 103305216 1736 996147200 134512640 135477443 4294956224 18446744073709551615 134584291 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1736 481 235 0 23922 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 100884

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/74 17253
/proc/meminfo: memFree=1656672/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=101.88
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3199 0 0 0 10187 1 0 0 25 0 1 0 141429268 103305216 1747 996147200 134512640 135477443 4294956224 18446744073709551615 134606612 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1747 482 235 0 23922 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 100884

[startup+162.301 s]
/proc/loadavg: 2.07 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1649952/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=161.64
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3203 0 0 0 16163 1 0 0 25 0 1 0 141429268 103305216 1751 996147200 134512640 135477443 4294956224 18446744073709551615 134589536 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1751 482 235 0 23922 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 100884

[startup+222.303 s]
/proc/loadavg: 2.02 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1649120/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=221.4
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3204 0 0 0 22139 1 0 0 25 0 1 0 141429268 103305216 1752 996147200 134512640 135477443 4294956224 18446744073709551615 134584101 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1752 482 235 0 23922 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 100884

[startup+282.301 s]
/proc/loadavg: 2.01 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1649056/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=281.17
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 28115 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134606740 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 281.17
Current children cumulated vsize (KiB) 100884

[startup+342.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1649064/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=340.93
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 34091 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 135272088 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 340.93
Current children cumulated vsize (KiB) 100884

[startup+402.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1649000/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=400.7
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 40068 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134584224 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 400.7
Current children cumulated vsize (KiB) 100884

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1648808/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=460.45
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 46043 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134606758 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 460.45
Current children cumulated vsize (KiB) 100884

[startup+522.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1646312/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=520.22
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 52020 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 520.22
Current children cumulated vsize (KiB) 100884

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1639976/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=579.97
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 57995 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 135272088 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 579.97
Current children cumulated vsize (KiB) 100884

[startup+642.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1633704/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=639.74
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 63972 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134607429 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 639.74
Current children cumulated vsize (KiB) 100884

[startup+702.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17253
/proc/meminfo: memFree=1627624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=699.5
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 69948 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134606935 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 699.5
Current children cumulated vsize (KiB) 100884

[startup+762.305 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1621928/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=759.26
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 75924 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 759.26
Current children cumulated vsize (KiB) 100884

[startup+822.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1619624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=819.01
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 81899 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 135268944 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 819.01
Current children cumulated vsize (KiB) 100884

[startup+882.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1619624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=878.77
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 87875 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134584094 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 878.77
Current children cumulated vsize (KiB) 100884

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

[startup+895.902 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1619624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=892.32
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 89230 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134584096 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 892.32
Current children cumulated vsize (KiB) 100884

[startup+908.701 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1619624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=905.07
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 90505 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134584167 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 905.07
Current children cumulated vsize (KiB) 100884

[startup+915.101 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1619624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=911.45
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 91143 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134606861 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 911.45
Current children cumulated vsize (KiB) 100884

[startup+916.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1619624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=913.04
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 91302 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134584359 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 913.04
Current children cumulated vsize (KiB) 100884

[startup+918.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1619624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=914.63
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 91461 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134606892 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 914.63
Current children cumulated vsize (KiB) 100884

[startup+918.701 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1619624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=915.03
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 91501 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134606946 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 915.03
Current children cumulated vsize (KiB) 100884

[startup+918.901 s]
/proc/loadavg: 2.00 1.99 1.99 3/74 17255
/proc/meminfo: memFree=1619624/2055920 swapFree=4191676/4192956
[pid=17252] ppid=17250 vsize=100884 CPUtime=915.23
/proc/17252/stat : 17252 (casperzao) R 17250 17252 17101 0 -1 4194304 3213 0 0 0 91521 2 0 0 25 0 1 0 141429268 103305216 1761 996147200 134512640 135477443 4294956224 18446744073709551615 134584094 0 0 4096 0 0 0 0 17 1 0 0
/proc/17252/statm: 25221 1761 482 235 0 23922 0
Current children cumulated CPU time (s) 915.23
Current children cumulated vsize (KiB) 100884

Child status: 0
Real time (s): 918.946
CPU time (s): 915.284
CPU user time (s): 915.256
CPU system time (s): 0.027995
CPU usage (%): 99.6015
Max. virtual memory (cumulated for all children) (KiB): 104096

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

runsolver used 0.885865 second user time and 2.46563 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 23:45:39
IDJOB=1101778
IDBENCH=60065
IDSOLVER=361
FILE ID=node63/1101778-1215294339
PBS_JOBID= 7882408
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rand-2-40-19-fcd/normalized-rand-2-40-19-443-230-fcd-3_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1101778-1215294339/watcher-1101778-1215294339 -o /tmp/evaluation-result-1101778-1215294339/solver-1101778-1215294339 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1101778-1215294339.xml 2030641611 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ce40ed4691a90a2ac4217ea7b5e30eda
RANDOM SEED=2030641611

node63.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.256
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.256
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:       1673352 kB
Buffers:         57344 kB
Cached:         186108 kB
SwapCached:        260 kB
Active:         232648 kB
Inactive:        88380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673352 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            3276 kB
Writeback:           0 kB
Mapped:          89116 kB
Slab:            46892 kB
Committed_AS:   488308 kB
PageTables:       1748 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= 66520 MiB
End job on node63 at 2008-07-06 00:00:58