Trace number 1093245

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.11 1807.43

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-25.xml
MD5SUM023732cc0721336f3d429756d01d8832
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 benchmark91.2501
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
3.07/3.19	c Building = 1
3.96/4.03	c [ NumberOfVariables = 25 ]
3.96/4.03	c [ NumberOfConstraints = 56 ]
3.96/4.03	c [ SizeOfSearchSpace(log2) = 58.0482 ]
3.96/4.03	c SymmetrySearch = (OutOfMemory)
10.33/10.49	c [ Proceeding without symmetry breaking ]
11.82/11.99	c InitialPropagation = 1
11.94/12.04	c [ SizeOfSearchSpace(log2) = 58.0482 ]
11.94/12.04	c InitialSAC = 1
14.22/14.38	c [ SizeOfSearchSpace(log2) = 58.0482 ]
14.22/14.38	c Search(SampleFF) : 
188.34/189.20	c [ Sampling domwdeg ]
188.34/189.20	c [ Sampling impacts ]
188.34/189.20	c [ Sampling la ]
188.34/189.20	c [ SamplingScores: ]
188.34/189.20	c [ domwdeg+min = 9.11905e-07 | domwdeg+rnd = 9.18857e-07 ]
188.34/189.20	c [ impacts+min = 1.2421e-06 | impacts+rnd = 2.45714e-08 ]
188.34/189.20	c [ la+min = 9.58054e-10 | la+rnd = 9.58054e-10 ]
188.34/189.20	c [ domwdeg = 9.15381e-07 | impacts = 6.33338e-07 | la = 9.58054e-10 ]
188.34/189.20	c [ min = 7.18323e-07 | rand = 6.33338e-07 ]
188.34/189.20	c [ restarting at (0.1,2.048e-08) ]
189.63/190.46	c [ restarting at (0.25,1.024e-07) ]
190.82/191.62	c [ restarting at (0.625,2.048e-08) ]
192.62/193.44	c [ restarting at (1.5625,1.024e-07) ]
196.60/197.45	c [ restarting at (3.90625,1.04448e-06) ]
206.36/207.28	c [ restarting at (9.76562,8.192e-06) ]
230.77/231.79	c [ restarting at (24.4141,1.34472e-05) ]
291.72/292.97	c [ restarting at (61.0352,8.29522e-06) ]
443.83/445.62	c [ restarting at (152.588,0.0001664) ]
824.03/827.39	c [ restarting at (381.47,0.000103014) ]
1774.09/1781.39	c [ restarting at (953.674,0.00134451) ]

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

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 1.98 1.90 4/74 15704
/proc/meminfo: memFree=1715856/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=5352 CPUtime=0
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 690040685 5480448 191 996147200 134512640 135477443 4294956224 18446744073709551615 5684088 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 1338 191 157 235 0 27 0

[startup+0.0962819 s]
/proc/loadavg: 1.92 1.98 1.90 4/74 15704
/proc/meminfo: memFree=1715856/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=8260 CPUtime=0.08
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 1156 0 0 0 8 0 0 0 18 0 1 0 690040685 8458240 1116 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 2065 1116 365 235 0 766 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 8260

[startup+0.10128 s]
/proc/loadavg: 1.92 1.98 1.90 4/74 15704
/proc/meminfo: memFree=1715856/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=8260 CPUtime=0.09
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 1156 0 0 0 9 0 0 0 18 0 1 0 690040685 8458240 1116 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 2065 1116 365 235 0 766 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8260

[startup+0.301305 s]
/proc/loadavg: 1.92 1.98 1.90 4/74 15704
/proc/meminfo: memFree=1715856/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=12288 CPUtime=0.27
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 2192 0 0 0 26 1 0 0 19 0 1 0 690040685 12582912 2152 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 3072 2152 365 235 0 1773 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 12288

[startup+0.701356 s]
/proc/loadavg: 1.92 1.98 1.90 4/74 15704
/proc/meminfo: memFree=1715856/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=22820 CPUtime=0.68
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 4800 0 0 0 64 4 0 0 23 0 1 0 690040685 23367680 4760 996147200 134512640 135477443 4294956224 18446744073709551615 6149755 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 5738 4765 365 235 0 4439 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22820

[startup+1.50145 s]
/proc/loadavg: 1.92 1.98 1.90 3/75 15705
/proc/meminfo: memFree=1689096/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=43232 CPUtime=1.47
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 9916 0 0 0 140 7 0 0 25 0 1 0 690040685 44269568 9876 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 10808 9876 365 235 0 9509 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 43232

[startup+3.10165 s]
/proc/loadavg: 1.92 1.98 1.90 3/75 15705
/proc/meminfo: memFree=1662408/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=82792 CPUtime=3.07
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 19816 0 0 0 291 16 0 0 25 0 1 0 690040685 84779008 19776 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 20698 19776 365 235 0 19399 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 82792

[startup+6.30105 s]
/proc/loadavg: 2.09 2.02 1.91 3/75 15705
/proc/meminfo: memFree=1401296/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=518864 CPUtime=6.25
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 101191 0 0 0 574 51 0 0 25 0 1 0 690040685 531316736 101151 996147200 134512640 135477443 4294956224 18446744073709551615 6149755 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 129716 101153 432 235 0 128417 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 518864

[startup+12.7028 s]
/proc/loadavg: 2.08 2.02 1.91 3/75 15705
/proc/meminfo: memFree=1547536/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=12.63
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184352 0 0 0 1163 100 0 0 25 0 1 0 690040685 290426880 42284 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42284 463 235 0 69606 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 283620

[startup+25.5014 s]
/proc/loadavg: 2.06 2.01 1.91 3/75 15706
/proc/meminfo: memFree=1546704/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=25.37
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184498 0 0 0 2437 100 0 0 25 0 1 0 690040685 290426880 42430 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42430 483 235 0 69606 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 283620

[startup+51.1016 s]
/proc/loadavg: 2.04 2.01 1.91 3/75 15706
/proc/meminfo: memFree=1545680/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=50.87
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184697 0 0 0 4986 101 0 0 25 0 1 0 690040685 290426880 42629 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42629 485 235 0 69606 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 283620

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 1.91 3/75 15706
/proc/meminfo: memFree=1544848/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=101.88
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184697 0 0 0 10087 101 0 0 25 0 1 0 690040685 290426880 42629 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42629 485 235 0 69606 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 283620

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15706
/proc/meminfo: memFree=1544208/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=161.64
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184697 0 0 0 16063 101 0 0 25 0 1 0 690040685 290426880 42629 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42629 485 235 0 69606 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 283620

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15706
/proc/meminfo: memFree=1543696/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=221.4
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184718 0 0 0 22039 101 0 0 25 0 1 0 690040685 290426880 42650 996147200 134512640 135477443 4294956224 18446744073709551615 134590165 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42650 486 235 0 69606 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 283620

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15706
/proc/meminfo: memFree=1543120/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=281.17
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184718 0 0 0 28016 101 0 0 25 0 1 0 690040685 290426880 42650 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42650 486 235 0 69606 0
Current children cumulated CPU time (s) 281.17
Current children cumulated vsize (KiB) 283620

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1542288/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=340.93
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184730 0 0 0 33992 101 0 0 25 0 1 0 690040685 290426880 42662 996147200 134512640 135477443 4294956224 18446744073709551615 134590162 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42662 486 235 0 69606 0
Current children cumulated CPU time (s) 340.93
Current children cumulated vsize (KiB) 283620

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1541712/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=400.7
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184740 0 0 0 39969 101 0 0 25 0 1 0 690040685 290426880 42672 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42672 486 235 0 69606 0
Current children cumulated CPU time (s) 400.7
Current children cumulated vsize (KiB) 283620

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1541200/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=460.46
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184757 0 0 0 45945 101 0 0 25 0 1 0 690040685 290426880 42689 996147200 134512640 135477443 4294956224 18446744073709551615 134600834 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42689 486 235 0 69606 0
Current children cumulated CPU time (s) 460.46
Current children cumulated vsize (KiB) 283620

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1540688/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=520.23
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184757 0 0 0 51922 101 0 0 25 0 1 0 690040685 290426880 42689 996147200 134512640 135477443 4294956224 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42689 486 235 0 69606 0
Current children cumulated CPU time (s) 520.23
Current children cumulated vsize (KiB) 283620

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1540176/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=579.99
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184757 0 0 0 57898 101 0 0 25 0 1 0 690040685 290426880 42689 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42689 486 235 0 69606 0
Current children cumulated CPU time (s) 579.99
Current children cumulated vsize (KiB) 283620

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1539600/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=639.76
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184757 0 0 0 63875 101 0 0 25 0 1 0 690040685 290426880 42689 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42689 486 235 0 69606 0
Current children cumulated CPU time (s) 639.76
Current children cumulated vsize (KiB) 283620


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1537232/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=819.05
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184757 0 0 0 81804 101 0 0 25 0 1 0 690040685 290426880 42689 996147200 134512640 135477443 4294956224 18446744073709551615 134590229 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42689 486 235 0 69606 0
Current children cumulated CPU time (s) 819.05
Current children cumulated vsize (KiB) 283620

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1536592/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=878.81
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184759 0 0 0 87780 101 0 0 25 0 1 0 690040685 290426880 42691 996147200 134512640 135477443 4294956224 18446744073709551615 134600965 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42691 486 235 0 69606 0
Current children cumulated CPU time (s) 878.81
Current children cumulated vsize (KiB) 283620

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1536080/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=938.58
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 93757 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134583302 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 938.58
Current children cumulated vsize (KiB) 283620

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1535696/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=998.34
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 99733 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134600981 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 998.34
Current children cumulated vsize (KiB) 283620

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1534992/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1058.11
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 105710 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1058.11
Current children cumulated vsize (KiB) 283620

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1534352/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1117.87
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 111686 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134600820 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1117.87
Current children cumulated vsize (KiB) 283620

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1533904/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1177.64
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 117663 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134600976 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1177.64
Current children cumulated vsize (KiB) 283620

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 15707
/proc/meminfo: memFree=1533072/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1237.4
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 123639 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 1 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1237.4
Current children cumulated vsize (KiB) 283620

[startup+1302.3 s]
/proc/loadavg: 1.96 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588632/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1297.12
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 129611 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1297.12
Current children cumulated vsize (KiB) 283620

[startup+1362.3 s]
/proc/loadavg: 1.98 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588504/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1356.86
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 135585 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134590241 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1356.86
Current children cumulated vsize (KiB) 283620

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588440/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1416.61
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 141560 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134590244 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1416.61
Current children cumulated vsize (KiB) 283620

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588440/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1476.35
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 147534 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1476.35
Current children cumulated vsize (KiB) 283620

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588440/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1536.1
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 153509 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134600957 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1536.1
Current children cumulated vsize (KiB) 283620

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588376/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1595.85
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 159484 101 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1595.85
Current children cumulated vsize (KiB) 283620

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588376/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1655.59
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184786 0 0 0 165457 102 0 0 25 0 1 0 690040685 290426880 42718 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42718 486 235 0 69606 0
Current children cumulated CPU time (s) 1655.59
Current children cumulated vsize (KiB) 283620

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588312/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1715.34
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184799 0 0 0 171432 102 0 0 25 0 1 0 690040685 290426880 42731 996147200 134512640 135477443 4294956224 18446744073709551615 134590194 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42731 486 235 0 69606 0
Current children cumulated CPU time (s) 1715.34
Current children cumulated vsize (KiB) 283620

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588312/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1775.08
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184799 0 0 0 177406 102 0 0 25 0 1 0 690040685 290426880 42731 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42731 486 235 0 69606 0
Current children cumulated CPU time (s) 1775.08
Current children cumulated vsize (KiB) 283620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.4 s]
/proc/loadavg: 1.99 1.98 1.91 3/74 15735
/proc/meminfo: memFree=1588248/2055920 swapFree=4147440/4192956
[pid=15704] ppid=15702 vsize=283620 CPUtime=1800.07
/proc/15704/stat : 15704 (casperzao) R 15702 15704 15327 0 -1 4194304 184799 0 0 0 179905 102 0 0 25 0 1 0 690040685 290426880 42731 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/15704/statm: 70905 42731 486 235 0 69606 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 283620

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.43
CPU time (s): 1800.11
CPU user time (s): 1799.06
CPU system time (s): 1.05384
CPU usage (%): 99.5948
Max. virtual memory (cumulated for all children) (KiB): 860480

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

runsolver used 1.61975 second user time and 4.97224 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 11:12:32
IDJOB=1093245
IDBENCH=58693
IDSOLVER=361
FILE ID=node80/1093245-1215249150
PBS_JOBID= 7882032
Free space on /tmp= 66480 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-25.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093245-1215249150/watcher-1093245-1215249150 -o /tmp/evaluation-result-1093245-1215249150/solver-1093245-1215249150 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1093245-1215249150.xml 1758298393 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 023732cc0721336f3d429756d01d8832
RANDOM SEED=1758298393

node80.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.232
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.232
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:       1716272 kB
Buffers:          6868 kB
Cached:         173228 kB
SwapCached:      39748 kB
Active:         227596 kB
Inactive:        65396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716272 kB
SwapTotal:     4192956 kB
SwapFree:      4147440 kB
Dirty:           33496 kB
Writeback:           0 kB
Mapped:         118896 kB
Slab:            31792 kB
Committed_AS:  1157112 kB
PageTables:       1976 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= 66520 MiB
End job on node80 at 2008-07-05 11:42:42