Trace number 1064324

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 zao? (TO) 1800.02 1807.31

General information on the benchmark

Namecsp/tdsp/
normalized-C1-2-20.xml
MD5SUM7bfe7b6210a26b225668b2c886db3933
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.28419
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints170
Maximum constraint arity6
Maximum domain size21
Number of constraints which are defined in extension0
Number of constraints which are defined in intension170
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.00/0.01	c Building = 1
0.29/0.32	c [ NumberOfVariables = 53 ]
0.29/0.32	c [ NumberOfConstraints = 170 ]
0.29/0.32	c [ SizeOfSearchSpace(log2) = 166.339 ]
0.29/0.32	c SymmetrySearch = 1
0.29/0.34	c [ Found 4 symmetries ]
0.29/0.34	c InitialPropagation = 1
0.29/0.34	c [ SizeOfSearchSpace(log2) = 158.632 ]
0.29/0.34	c InitialSAC = 1
0.29/0.34	c [ SizeOfSearchSpace(log2) = 158.632 ]
0.29/0.34	c Search(SampleFF) : 
69.10/69.43	c [ Sampling domwdeg ]
69.10/69.43	c [ Sampling impacts ]
69.10/69.43	c [ Sampling la ]
69.10/69.43	c [ SamplingScores: ]
69.10/69.43	c [ domwdeg+min = 9.62112e-30 | domwdeg+rnd = 2.42058e-26 ]
69.10/69.43	c [ impacts+min = 0.000241847 | impacts+rnd = 7.16085e-09 ]
69.10/69.43	c [ la+min = 6.15225e-10 | la+rnd = 5.22323e-09 ]
69.10/69.43	c [ domwdeg = 1.21077e-26 | impacts = 0.000120927 | la = 2.91923e-09 ]
69.10/69.43	c [ min = 8.06158e-05 | rand = 0.000120927 ]
69.10/69.43	c [ restarting at (4.52802,1.78487e-10) ]
80.36/80.77	c [ restarting at (11.3201,7.579e-08) ]
108.64/109.11	c [ restarting at (28.3001,7.32334e-08) ]
179.15/179.95	c [ restarting at (70.7504,3.31925e-09) ]
355.64/357.14	c [ restarting at (176.876,5.9138e-06) ]
796.75/800.07	c [ restarting at (442.19,4.48267e-05) ]

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

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-1064324-1215140577/watcher-1064324-1215140577 -o /tmp/evaluation-result-1064324-1215140577/solver-1064324-1215140577 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1064324-1215140577.xml 2143438348 

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.92 2.03 2.00 4/81 18725
/proc/meminfo: memFree=1584608/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=5352 CPUtime=0
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 214 0 0 0 0 0 0 0 18 0 1 0 636977836 5480448 189 996147200 134512640 135477443 4294956224 18446744073709551615 6757240 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 1338 189 155 235 0 27 0

[startup+0.0701041 s]
/proc/loadavg: 1.92 2.03 2.00 4/81 18725
/proc/meminfo: memFree=1584608/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=286976 CPUtime=0.06
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 1057 0 0 0 6 0 0 0 18 0 1 0 636977836 293863424 622 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 71744 623 464 235 0 70445 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 286976

[startup+0.10108 s]
/proc/loadavg: 1.92 2.03 2.00 4/81 18725
/proc/meminfo: memFree=1584608/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=286976 CPUtime=0.09
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 1293 0 0 0 9 0 0 0 18 0 1 0 636977836 293863424 657 996147200 134512640 135477443 4294956224 18446744073709551615 135257979 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 71744 657 464 235 0 70445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 286976

[startup+0.301099 s]
/proc/loadavg: 1.92 2.03 2.00 4/81 18725
/proc/meminfo: memFree=1584608/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=287636 CPUtime=0.29
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 2821 0 0 0 27 2 0 0 19 0 1 0 636977836 294539264 855 996147200 134512640 135477443 4294956224 18446744073709551615 135219085 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 71909 856 464 235 0 70610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 287636

[startup+0.701139 s]
/proc/loadavg: 1.92 2.03 2.00 4/81 18725
/proc/meminfo: memFree=1584608/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=0.69
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3303 0 0 0 67 2 0 0 22 0 1 0 636977836 103559168 1154 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1154 513 235 0 23984 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101132

[startup+1.50122 s]
/proc/loadavg: 1.92 2.03 2.00 3/82 18726
/proc/meminfo: memFree=1581976/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1.49
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3304 0 0 0 147 2 0 0 25 0 1 0 636977836 103559168 1155 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1155 513 235 0 23984 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101132

[startup+3.10139 s]
/proc/loadavg: 1.92 2.03 2.00 3/82 18726
/proc/meminfo: memFree=1581656/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=3.09
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3304 0 0 0 307 2 0 0 25 0 1 0 636977836 103559168 1155 996147200 134512640 135477443 4294956224 18446744073709551615 134606540 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1155 513 235 0 23984 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101132

[startup+6.30171 s]
/proc/loadavg: 1.85 2.01 2.00 2/72 18728
/proc/meminfo: memFree=1672808/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=6.27
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3307 0 0 0 625 2 0 0 25 0 1 0 636977836 103559168 1158 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/18725/statm: 25283 1158 513 235 0 23984 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 101132

[startup+12.7014 s]
/proc/loadavg: 1.86 2.01 2.00 3/74 18755
/proc/meminfo: memFree=1672024/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=12.63
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3312 0 0 0 1261 2 0 0 25 0 1 0 636977836 103559168 1163 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1163 513 235 0 23984 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 101132

[startup+25.5017 s]
/proc/loadavg: 1.89 2.01 2.00 3/74 18755
/proc/meminfo: memFree=1672088/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=25.38
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3320 0 0 0 2536 2 0 0 25 0 1 0 636977836 103559168 1171 996147200 134512640 135477443 4294956224 18446744073709551615 134990314 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1171 513 235 0 23984 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 101132

[startup+51.1013 s]
/proc/loadavg: 1.93 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1672024/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=50.88
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3339 0 0 0 5086 2 0 0 25 0 1 0 636977836 103559168 1190 996147200 134512640 135477443 4294956224 18446744073709551615 134922244 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1190 513 235 0 23984 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 101132

[startup+102.305 s]
/proc/loadavg: 1.97 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671704/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=101.87
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 10185 2 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134922322 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 101132

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671704/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=161.62
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 16160 2 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 101132

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671640/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=221.38
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 22136 2 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 135238441 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 221.38
Current children cumulated vsize (KiB) 101132

[startup+282.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671640/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=281.14
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 28112 2 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 101132

[startup+342.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671640/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=340.9
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 34087 3 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134990240 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 101132

[startup+402.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671640/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=400.66
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 40063 3 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 135207264 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 400.66
Current children cumulated vsize (KiB) 101132

[startup+462.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671640/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=460.42
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 46039 3 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 460.42
Current children cumulated vsize (KiB) 101132

[startup+522.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671640/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=520.17
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 52014 3 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134911550 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 520.17
Current children cumulated vsize (KiB) 101132

[startup+582.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671576/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=579.94
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 57991 3 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 135238441 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 579.94
Current children cumulated vsize (KiB) 101132

[startup+642.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671576/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=639.7
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 63967 3 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 639.7
Current children cumulated vsize (KiB) 101132


################
# More data... #
################

[startup+882.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671320/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=878.72
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 87869 3 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 135238774 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 878.72
Current children cumulated vsize (KiB) 101132

[startup+942.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671256/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=938.48
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 93845 3 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134934849 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 938.48
Current children cumulated vsize (KiB) 101132

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671256/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=998.25
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 99821 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134583610 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 998.25
Current children cumulated vsize (KiB) 101132

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671256/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1058
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 105796 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1058
Current children cumulated vsize (KiB) 101132

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671256/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1117.76
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 111772 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134911504 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1117.76
Current children cumulated vsize (KiB) 101132

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671256/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1177.52
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 117748 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 135207265 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1177.52
Current children cumulated vsize (KiB) 101132

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671000/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1237.28
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 123724 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134583361 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1237.28
Current children cumulated vsize (KiB) 101132

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1671000/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1297.04
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 129700 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 8097972 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1297.04
Current children cumulated vsize (KiB) 101132

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670936/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1356.79
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 135675 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1356.79
Current children cumulated vsize (KiB) 101132

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670936/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1416.55
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 141651 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134583594 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1416.55
Current children cumulated vsize (KiB) 101132

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670936/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1476.3
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 147626 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134586010 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1476.3
Current children cumulated vsize (KiB) 101132

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670936/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1536.06
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 153602 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 135208001 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1536.06
Current children cumulated vsize (KiB) 101132

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670936/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1595.82
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 159578 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134990301 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1595.82
Current children cumulated vsize (KiB) 101132

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670936/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1655.58
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 165554 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 135208001 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1655.58
Current children cumulated vsize (KiB) 101132

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670936/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1715.34
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 171530 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 135238441 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1715.34
Current children cumulated vsize (KiB) 101132

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670744/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1775.1
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 177506 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1775.1
Current children cumulated vsize (KiB) 101132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670744/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1800
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 179996 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134927344 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 101132

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1807.31 s]
/proc/loadavg: 1.99 2.00 2.00 3/74 18755
/proc/meminfo: memFree=1670744/2055920 swapFree=4176960/4192956
[pid=18725] ppid=18723 vsize=101132 CPUtime=1800
/proc/18725/stat : 18725 (casperzao) R 18723 18725 17255 0 -1 4194304 3340 0 0 0 179996 4 0 0 25 0 1 0 636977836 103559168 1191 996147200 134512640 135477443 4294956224 18446744073709551615 134927344 0 0 4096 0 0 0 0 17 0 0 0
/proc/18725/statm: 25283 1191 514 235 0 23984 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 101132

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.31
CPU time (s): 1800.02
CPU user time (s): 1799.97
CPU system time (s): 0.049992
CPU usage (%): 99.5966
Max. virtual memory (cumulated for all children) (KiB): 287636

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

runsolver used 1.39179 second user time and 5.19221 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-04 05:02:57
IDJOB=1064324
IDBENCH=54937
IDSOLVER=361
FILE ID=node84/1064324-1215140577
PBS_JOBID= 7877270
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/tdsp/normalized-C1-2-20.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064324-1215140577/watcher-1064324-1215140577 -o /tmp/evaluation-result-1064324-1215140577/solver-1064324-1215140577 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1064324-1215140577.xml 2143438348 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7bfe7b6210a26b225668b2c886db3933
RANDOM SEED=2143438348

node84.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.231
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.231
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:       1585024 kB
Buffers:         39936 kB
Cached:         283492 kB
SwapCached:      10384 kB
Active:         237280 kB
Inactive:       191152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1585024 kB
SwapTotal:     4192956 kB
SwapFree:      4176960 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:         120328 kB
Slab:            27552 kB
Committed_AS:  1890928 kB
PageTables:       1968 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= 66556 MiB
End job on node84 at 2008-07-04 05:33:06