Trace number 1043012

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.04 1818.51

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-13_ext.xml
MD5SUM449c5198a410e7a374498cb58b914070
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.39979
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
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
0.18/0.28	c [ NumberOfVariables = 625 ]
0.18/0.28	c [ NumberOfConstraints = 10142 ]
0.18/0.28	c [ SizeOfSearchSpace(log2) = 1225.98 ]
0.18/0.28	c SymmetrySearch = 1
0.87/0.90	c InitialPropagation = 1
0.87/0.97	c [ SizeOfSearchSpace(log2) = 563.955 ]
0.87/0.97	c InitialSAC = 1
2.05/2.18	c [ SizeOfSearchSpace(log2) = 561.633 ]
2.05/2.18	c Search(SampleFF) : 
89.62/91.40	c [ Sampling domwdeg ]
89.62/91.40	c [ Sampling impacts ]
89.62/91.40	c [ Sampling la ]
89.62/91.40	c [ SamplingScores: ]
89.62/91.40	c [ domwdeg+min = 0.000681307 | domwdeg+rnd = 7.4294e-05 ]
89.62/91.40	c [ impacts+min = 0.00239465 | impacts+rnd = 0.000776977 ]
89.62/91.40	c [ la+min = 4.05067e-12 | la+rnd = 6.34742e-11 ]
89.62/91.40	c [ domwdeg = 0.0003778 | impacts = 0.00158581 | la = 3.37625e-11 ]
89.62/91.40	c [ min = 0.00102532 | rand = 0.00158581 ]
89.62/91.40	c [ restarting at (0.141429,1.7094e-08) ]
89.90/91.79	c [ restarting at (0.353571,1.52449e-09) ]
90.88/92.74	c [ restarting at (0.883929,1.81369e-06) ]
93.24/95.11	c [ restarting at (2.20982,0.185846) ]
99.03/101.04	c [ restarting at (5.52455,1.0524e-05) ]
113.53/115.85	c [ restarting at (13.8114,4.07897e-07) ]
149.82/152.87	c [ restarting at (34.5285,5.50506e-08) ]
240.62/245.42	c [ restarting at (86.3211,5.97643e-05) ]
442.62/451.45	c [ restarting at (215.803,0.000106739) ]
999.85/1011.31	c [ restarting at (539.507,0.000261853) ]

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

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.93 1.99 1.91 4/93 9199
/proc/meminfo: memFree=925864/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=1056 CPUtime=0
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981257505 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 8413988 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 264 26 20 235 0 3 0

[startup+0.10317 s]
/proc/loadavg: 1.93 1.99 1.91 4/93 9199
/proc/meminfo: memFree=925864/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=6896 CPUtime=0.08
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 821 0 0 0 8 0 0 0 18 0 1 0 1981257505 7061504 781 996147200 134512640 135477443 4294956224 18446744073709551615 4159741804 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 1724 781 368 235 0 425 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6896

[startup+0.201193 s]
/proc/loadavg: 1.93 1.99 1.91 4/93 9199
/proc/meminfo: memFree=925864/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=101844 CPUtime=0.18
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 1271 0 0 0 18 0 0 0 18 0 1 0 1981257505 104288256 1231 996147200 134512640 135477443 4294956224 18446744073709551615 134593766 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25461 1231 403 235 0 24162 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 101844

[startup+0.301207 s]
/proc/loadavg: 1.93 1.99 1.91 4/93 9199
/proc/meminfo: memFree=925864/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=103428 CPUtime=0.27
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 5002 0 0 0 26 1 0 0 19 0 1 0 1981257505 105910272 4962 996147200 134512640 135477443 4294956224 18446744073709551615 134630437 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25857 4962 435 235 0 24558 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 103428

[startup+0.701278 s]
/proc/loadavg: 1.93 1.99 1.91 4/93 9199
/proc/meminfo: memFree=925864/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=119568 CPUtime=0.67
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 8043 0 0 0 65 2 0 0 23 0 1 0 1981257505 122437632 7984 996147200 134512640 135477443 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 29892 7984 440 235 0 28593 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 119568

[startup+1.50243 s]
/proc/loadavg: 1.93 1.99 1.91 4/94 9200
/proc/meminfo: memFree=902240/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102464 CPUtime=1.45
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 9812 0 0 0 142 3 0 0 25 0 1 0 1981257505 104923136 6336 996147200 134512640 135477443 4294956224 18446744073709551615 135270845 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25616 6336 457 235 0 24317 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 102464

[startup+3.10171 s]
/proc/loadavg: 1.93 1.99 1.91 3/94 9200
/proc/meminfo: memFree=901984/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102464 CPUtime=3.02
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10003 0 0 0 299 3 0 0 25 0 1 0 1981257505 104923136 6527 996147200 134512640 135477443 4294956224 18446744073709551615 135270181 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25616 6527 478 235 0 24317 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 102464

[startup+6.30229 s]
/proc/loadavg: 1.94 1.99 1.91 3/94 9200
/proc/meminfo: memFree=901280/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102464 CPUtime=6.16
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10005 0 0 0 613 3 0 0 25 0 1 0 1981257505 104923136 6529 996147200 134512640 135477443 4294956224 18446744073709551615 134586843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25616 6529 478 235 0 24317 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 102464

[startup+12.7014 s]
/proc/loadavg: 1.94 1.99 1.91 3/94 9200
/proc/meminfo: memFree=901344/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102464 CPUtime=12.43
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10005 0 0 0 1240 3 0 0 25 0 1 0 1981257505 104923136 6529 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25616 6529 478 235 0 24317 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 102464

[startup+25.5017 s]
/proc/loadavg: 1.96 1.99 1.91 3/94 9200
/proc/meminfo: memFree=901536/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102464 CPUtime=24.99
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10007 0 0 0 2496 3 0 0 25 0 1 0 1981257505 104923136 6531 996147200 134512640 135477443 4294956224 18446744073709551615 135237370 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25616 6531 480 235 0 24317 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 102464

[startup+51.1013 s]
/proc/loadavg: 2.05 2.01 1.92 3/94 9200
/proc/meminfo: memFree=901472/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=50.09
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10057 0 0 0 5005 4 0 0 25 0 1 0 1981257505 105058304 6581 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6581 480 235 0 24350 0
Current children cumulated CPU time (s) 50.09
Current children cumulated vsize (KiB) 102596

[startup+102.302 s]
/proc/loadavg: 2.02 2.00 1.92 3/94 9200
/proc/meminfo: memFree=901024/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=100.3
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 10026 4 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134584194 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 100.3
Current children cumulated vsize (KiB) 102596

[startup+162.301 s]
/proc/loadavg: 2.38 2.11 1.96 3/94 9200
/proc/meminfo: memFree=900896/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=159.13
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 15909 4 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606946 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 159.13
Current children cumulated vsize (KiB) 102596

[startup+222.306 s]
/proc/loadavg: 2.14 2.08 1.96 3/94 9200
/proc/meminfo: memFree=900896/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=217.97
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 21793 4 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606607 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 217.97
Current children cumulated vsize (KiB) 102596

[startup+282.302 s]
/proc/loadavg: 2.05 2.07 1.96 3/94 9200
/proc/meminfo: memFree=900896/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=276.8
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 27676 4 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134584183 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 276.8
Current children cumulated vsize (KiB) 102596

[startup+342.302 s]
/proc/loadavg: 2.02 2.05 1.96 3/94 9200
/proc/meminfo: memFree=900904/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=335.64
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 33560 4 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 335.64
Current children cumulated vsize (KiB) 102596

[startup+402.302 s]
/proc/loadavg: 2.00 2.04 1.96 3/94 9200
/proc/meminfo: memFree=900904/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=394.47
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 39443 4 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134586843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 394.47
Current children cumulated vsize (KiB) 102596

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 1.96 3/85 9203
/proc/meminfo: memFree=959280/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=453.51
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 45347 4 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134607403 0 0 4096 0 0 0 0 17 0 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 453.51
Current children cumulated vsize (KiB) 102596

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 1.96 3/85 9203
/proc/meminfo: memFree=959280/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=513.45
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 51341 4 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 0 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 513.45
Current children cumulated vsize (KiB) 102596

[startup+582.302 s]
/proc/loadavg: 2.00 2.02 1.96 3/93 9214
/proc/meminfo: memFree=906216/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=573.4
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 57335 5 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 135268685 0 0 4096 0 0 0 0 17 0 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 573.4
Current children cumulated vsize (KiB) 102596

[startup+642.302 s]
/proc/loadavg: 2.10 2.04 1.97 3/70 9257
/proc/meminfo: memFree=704832/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=633.31
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 63321 10 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 135207279 0 0 4096 0 0 0 0 17 0 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 633.31
Current children cumulated vsize (KiB) 102596


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.02 1.97 3/81 9293
/proc/meminfo: memFree=1273832/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=812.47
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 81237 10 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 135207279 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 812.47
Current children cumulated vsize (KiB) 102596

[startup+882.307 s]
/proc/loadavg: 2.00 2.01 1.97 3/81 9293
/proc/meminfo: memFree=1273832/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=871.96
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 87186 10 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606960 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 871.96
Current children cumulated vsize (KiB) 102596

[startup+942.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/81 9293
/proc/meminfo: memFree=1273704/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=931.45
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 93135 10 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 135268218 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 931.45
Current children cumulated vsize (KiB) 102596

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/81 9295
/proc/meminfo: memFree=1273768/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=990.93
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 99083 10 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134584315 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 990.93
Current children cumulated vsize (KiB) 102596

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/73 9322
/proc/meminfo: memFree=1300720/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1050.41
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 105030 11 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 135268949 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1050.41
Current children cumulated vsize (KiB) 102596

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/73 9322
/proc/meminfo: memFree=1300656/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1109.9
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 110978 12 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606650 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1109.9
Current children cumulated vsize (KiB) 102596

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/73 9322
/proc/meminfo: memFree=1300592/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1169.37
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 116925 12 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1169.37
Current children cumulated vsize (KiB) 102596

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/73 9322
/proc/meminfo: memFree=1300528/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1228.85
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 122872 13 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 135207279 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1228.85
Current children cumulated vsize (KiB) 102596

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.97 3/73 9322
/proc/meminfo: memFree=1300464/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1288.33
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 128820 13 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134607498 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1288.33
Current children cumulated vsize (KiB) 102596

[startup+1362.3 s]
/proc/loadavg: 2.05 2.02 1.98 3/73 9322
/proc/meminfo: memFree=1300464/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1347.81
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 134767 14 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 135268944 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1347.81
Current children cumulated vsize (KiB) 102596

[startup+1422.3 s]
/proc/loadavg: 2.13 2.05 1.99 3/73 9322
/proc/meminfo: memFree=1300528/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1407.28
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 140714 14 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 9724297 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1407.28
Current children cumulated vsize (KiB) 102596

[startup+1482.3 s]
/proc/loadavg: 2.12 2.05 2.00 3/73 9322
/proc/meminfo: memFree=1300528/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1466.75
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 146661 14 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1466.75
Current children cumulated vsize (KiB) 102596

[startup+1542.31 s]
/proc/loadavg: 2.11 2.06 2.00 3/73 9322
/proc/meminfo: memFree=1300528/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1526.23
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 152609 14 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1526.23
Current children cumulated vsize (KiB) 102596

[startup+1602.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/73 9322
/proc/meminfo: memFree=1300528/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1585.71
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 158556 15 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606886 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1585.71
Current children cumulated vsize (KiB) 102596

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 9322
/proc/meminfo: memFree=1300464/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1645.19
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 164504 15 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 9715447 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1645.19
Current children cumulated vsize (KiB) 102596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 9322
/proc/meminfo: memFree=1300464/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1704.66
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 170451 15 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606595 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1704.66
Current children cumulated vsize (KiB) 102596

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 9322
/proc/meminfo: memFree=1300272/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1764.15
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 176399 16 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134586843 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1764.15
Current children cumulated vsize (KiB) 102596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 9322
/proc/meminfo: memFree=1300464/2055920 swapFree=4110296/4192956
[pid=9199] ppid=9197 vsize=102596 CPUtime=1800.03
/proc/9199/stat : 9199 (casperzao) R 9197 9199 8821 0 -1 4194304 10117 0 0 0 179987 16 0 0 25 0 1 0 1981257505 105058304 6641 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/9199/statm: 25649 6641 481 235 0 24350 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 102596

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): 1818.51
CPU time (s): 1800.04
CPU user time (s): 1799.87
CPU system time (s): 0.166974
CPU usage (%): 98.9843
Max. virtual memory (cumulated for all children) (KiB): 119568

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

runsolver used 2.39963 second user time and 5.46217 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-02 20:21:26
IDJOB=1043012
IDBENCH=53538
IDSOLVER=361
FILE ID=node70/1043012-1215022886
PBS_JOBID= 7874330
Free space on /tmp= 66412 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-13_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043012-1215022886/watcher-1043012-1215022886 -o /tmp/evaluation-result-1043012-1215022886/solver-1043012-1215022886 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1043012-1215022886.xml 2024473850 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 449c5198a410e7a374498cb58b914070
RANDOM SEED=2024473850

node70.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        926344 kB
Buffers:         70348 kB
Cached:         786976 kB
SwapCached:      76996 kB
Active:         388612 kB
Inactive:       659160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        926344 kB
SwapTotal:     4192956 kB
SwapFree:      4110296 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:         206264 kB
Slab:            66332 kB
Committed_AS:  4691052 kB
PageTables:       2324 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= 66432 MiB
End job on node70 at 2008-07-02 20:51:47