Trace number 1095520

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.07 1804.81

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-20_ext.xml
MD5SUM32b57063e2f0c446c073816e5dba0a1d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.59/0.66	c Building = 1
0.78/0.81	c [ NumberOfVariables = 28 ]
0.78/0.81	c [ NumberOfConstraints = 93 ]
0.78/0.81	c [ SizeOfSearchSpace(log2) = 134.606 ]
0.78/0.81	c SymmetrySearch = 1
3.48/3.51	c InitialPropagation = 1
3.48/3.56	c [ SizeOfSearchSpace(log2) = 134.606 ]
3.48/3.56	c InitialSAC = 1
3.88/3.98	c [ SizeOfSearchSpace(log2) = 134.606 ]
3.88/3.98	c Search(SampleFF) : 
105.17/105.69	c [ Sampling domwdeg ]
105.17/105.69	c [ Sampling impacts ]
105.17/105.69	c [ Sampling la ]
105.17/105.69	c [ SamplingScores: ]
105.17/105.69	c [ domwdeg+min = 1.76752e-07 | domwdeg+rnd = 2.03975e-08 ]
105.17/105.69	c [ impacts+min = 3.09573e-11 | impacts+rnd = 1.28381e-09 ]
105.17/105.69	c [ la+min = 8.84439e-16 | la+rnd = 6.934e-13 ]
105.17/105.69	c [ domwdeg = 9.85746e-08 | impacts = 6.57382e-10 | la = 3.47142e-13 ]
105.17/105.69	c [ min = 5.89275e-08 | rand = 6.57382e-10 ]
105.17/105.69	c [ restarting at (0.1,9.45318e-14) ]
105.56/106.01	c [ restarting at (0.25,9.45318e-14) ]
106.16/106.67	c [ restarting at (0.625,1.05876e-11) ]
107.75/108.25	c [ restarting at (1.5625,4.22444e-09) ]
111.64/112.16	c [ restarting at (3.90625,2.34493e-07) ]
121.50/122.03	c [ restarting at (9.76562,1.34235e-11) ]
145.80/146.45	c [ restarting at (24.4141,1.76759e-07) ]
206.66/207.51	c [ restarting at (61.0352,6.8925e-08) ]
358.65/360.16	c [ restarting at (152.588,4.89304e-05) ]
738.72/741.73	c [ restarting at (381.47,3.37852e-06) ]
1690.89/1695.64	c [ restarting at (953.674,0.000553333) ]

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

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: 2.05 2.03 2.00 4/73 14106
/proc/meminfo: memFree=1363776/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=5352 CPUtime=0
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 213 0 0 0 0 0 0 0 18 0 1 0 2004584091 5480448 188 996147200 134512640 135477443 4294956224 18446744073709551615 3275640 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 1338 188 154 235 0 27 0

[startup+0.019186 s]
/proc/loadavg: 2.05 2.03 2.00 4/73 14106
/proc/meminfo: memFree=1363776/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=5704 CPUtime=0.01
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 540 0 0 0 1 0 0 0 18 0 1 0 2004584091 5840896 500 996147200 134512640 135477443 4294956224 18446744073709551615 134800173 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 1426 500 365 235 0 127 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5704

[startup+0.101193 s]
/proc/loadavg: 2.05 2.03 2.00 4/73 14106
/proc/meminfo: memFree=1363776/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=7564 CPUtime=0.09
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 1014 0 0 0 9 0 0 0 18 0 1 0 2004584091 7745536 974 996147200 134512640 135477443 4294956224 18446744073709551615 134780698 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 1891 974 365 235 0 592 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7564

[startup+0.301211 s]
/proc/loadavg: 2.05 2.03 2.00 4/73 14106
/proc/meminfo: memFree=1363776/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=11988 CPUtime=0.29
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 2119 0 0 0 28 1 0 0 19 0 1 0 2004584091 12275712 2079 996147200 134512640 135477443 4294956224 18446744073709551615 134783837 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 2997 2079 365 235 0 1698 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11988

[startup+0.701252 s]
/proc/loadavg: 2.05 2.03 2.00 4/73 14106
/proc/meminfo: memFree=1363776/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=128860 CPUtime=0.69
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 6819 0 0 0 66 3 0 0 23 0 1 0 2004584091 131952640 6779 996147200 134512640 135477443 4294956224 18446744073709551615 134546416 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 32215 6786 391 235 0 30916 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 128860

[startup+1.50133 s]
/proc/loadavg: 2.05 2.03 2.00 3/74 14107
/proc/meminfo: memFree=1309560/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=202344 CPUtime=1.49
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 25898 0 0 0 137 12 0 0 25 0 1 0 2004584091 207200256 25858 996147200 134512640 135477443 4294956224 18446744073709551615 3741307 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 50586 25859 432 235 0 49287 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 202344

[startup+3.10148 s]
/proc/loadavg: 2.05 2.03 2.00 3/74 14107
/proc/meminfo: memFree=1204216/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=320020 CPUtime=3.07
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 47210 0 0 0 287 20 0 0 25 0 1 0 2004584091 327700480 46826 996147200 134512640 135477443 4294956224 18446744073709551615 134535495 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 80005 46826 437 235 0 78706 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 320020

[startup+6.30178 s]
/proc/loadavg: 2.04 2.03 2.00 3/74 14107
/proc/meminfo: memFree=1323960/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=6.27
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 48776 0 0 0 603 24 0 0 25 0 1 0 2004584091 139616256 10224 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10224 477 235 0 32787 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 136344

[startup+12.7014 s]
/proc/loadavg: 2.04 2.03 2.00 3/74 14107
/proc/meminfo: memFree=1323640/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=12.64
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 48856 0 0 0 1240 24 0 0 25 0 1 0 2004584091 139616256 10304 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10304 477 235 0 32787 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 136344

[startup+25.5016 s]
/proc/loadavg: 2.11 2.04 2.01 3/74 14107
/proc/meminfo: memFree=1323512/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=25.39
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 48933 0 0 0 2515 24 0 0 25 0 1 0 2004584091 139616256 10381 996147200 134512640 135477443 4294956224 18446744073709551615 134600793 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10381 477 235 0 32787 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 136344

[startup+51.101 s]
/proc/loadavg: 2.07 2.04 2.00 3/74 14107
/proc/meminfo: memFree=1323256/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=50.88
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 48979 0 0 0 5064 24 0 0 25 0 1 0 2004584091 139616256 10427 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10427 479 235 0 32787 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 136344

[startup+102.306 s]
/proc/loadavg: 2.07 2.05 2.00 3/74 14107
/proc/meminfo: memFree=1323256/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=101.88
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 48979 0 0 0 10164 24 0 0 25 0 1 0 2004584091 139616256 10427 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10427 479 235 0 32787 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 136344

[startup+162.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/74 14107
/proc/meminfo: memFree=1323256/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=161.64
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 48998 0 0 0 16140 24 0 0 25 0 1 0 2004584091 139616256 10446 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10446 480 235 0 32787 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 136344

[startup+222.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/74 14107
/proc/meminfo: memFree=1323256/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=221.4
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 48998 0 0 0 22115 25 0 0 25 0 1 0 2004584091 139616256 10446 996147200 134512640 135477443 4294956224 18446744073709551615 134590291 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10446 480 235 0 32787 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 136344

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 14107
/proc/meminfo: memFree=1323256/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=281.16
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49035 0 0 0 28091 25 0 0 25 0 1 0 2004584091 139616256 10483 996147200 134512640 135477443 4294956224 18446744073709551615 134590252 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10483 480 235 0 32787 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 136344

[startup+342.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14107
/proc/meminfo: memFree=1323264/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=340.92
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49035 0 0 0 34067 25 0 0 25 0 1 0 2004584091 139616256 10483 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10483 480 235 0 32787 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 136344

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/74 14107
/proc/meminfo: memFree=1323264/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=400.67
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49035 0 0 0 40042 25 0 0 25 0 1 0 2004584091 139616256 10483 996147200 134512640 135477443 4294956224 18446744073709551615 134590249 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10483 480 235 0 32787 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 136344

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14107
/proc/meminfo: memFree=1323136/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=460.44
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49062 0 0 0 46019 25 0 0 25 0 1 0 2004584091 139616256 10510 996147200 134512640 135477443 4294956224 18446744073709551615 134590247 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10510 480 235 0 32787 0
Current children cumulated CPU time (s) 460.44
Current children cumulated vsize (KiB) 136344

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14107
/proc/meminfo: memFree=1322944/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=520.2
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 51995 25 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 520.2
Current children cumulated vsize (KiB) 136344

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14107
/proc/meminfo: memFree=1322944/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=579.96
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 57971 25 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 579.96
Current children cumulated vsize (KiB) 136344

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14107
/proc/meminfo: memFree=1322880/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=639.72
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 63947 25 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590448 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 639.72
Current children cumulated vsize (KiB) 136344


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14107
/proc/meminfo: memFree=1322752/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=819
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 81874 26 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 135268944 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 819
Current children cumulated vsize (KiB) 136344

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14107
/proc/meminfo: memFree=1322752/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=878.76
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 87850 26 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134583306 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 878.76
Current children cumulated vsize (KiB) 136344

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14107
/proc/meminfo: memFree=1322752/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=938.52
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 93826 26 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 938.52
Current children cumulated vsize (KiB) 136344

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14107
/proc/meminfo: memFree=1322752/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=998.28
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 99802 26 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 998.28
Current children cumulated vsize (KiB) 136344

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 14107
/proc/meminfo: memFree=1322816/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1058.04
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 105778 26 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 1058.04
Current children cumulated vsize (KiB) 136344

[startup+1122.3 s]
/proc/loadavg: 1.88 1.97 1.99 3/74 14168
/proc/meminfo: memFree=1355904/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1117.81
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 111753 28 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 1117.81
Current children cumulated vsize (KiB) 136344

[startup+1182.3 s]
/proc/loadavg: 1.95 1.97 1.99 3/75 14169
/proc/meminfo: memFree=1225144/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1177.77
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 117749 28 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590283 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 1177.77
Current children cumulated vsize (KiB) 136344

[startup+1242.3 s]
/proc/loadavg: 1.98 1.97 1.99 3/75 14169
/proc/meminfo: memFree=1224888/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1237.75
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 123747 28 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 1237.75
Current children cumulated vsize (KiB) 136344

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 14169
/proc/meminfo: memFree=1224824/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1297.73
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 129745 28 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 1297.73
Current children cumulated vsize (KiB) 136344

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 14169
/proc/meminfo: memFree=1224888/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1357.71
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 135743 28 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590128 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 1357.71
Current children cumulated vsize (KiB) 136344

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 14169
/proc/meminfo: memFree=1225016/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1417.7
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49066 0 0 0 141741 29 0 0 25 0 1 0 2004584091 139616256 10514 996147200 134512640 135477443 4294956224 18446744073709551615 134590182 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10514 480 235 0 32787 0
Current children cumulated CPU time (s) 1417.7
Current children cumulated vsize (KiB) 136344

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 14169
/proc/meminfo: memFree=1225016/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1477.67
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49096 0 0 0 147738 29 0 0 25 0 1 0 2004584091 139616256 10544 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10544 480 235 0 32787 0
Current children cumulated CPU time (s) 1477.67
Current children cumulated vsize (KiB) 136344

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.99 3/75 14169
/proc/meminfo: memFree=1225016/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1537.65
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49096 0 0 0 153736 29 0 0 25 0 1 0 2004584091 139616256 10544 996147200 134512640 135477443 4294956224 18446744073709551615 134590310 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10544 480 235 0 32787 0
Current children cumulated CPU time (s) 1537.65
Current children cumulated vsize (KiB) 136344

[startup+1602.3 s]
/proc/loadavg: 2.04 1.99 1.99 3/75 14169
/proc/meminfo: memFree=1225016/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1597.63
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49096 0 0 0 159734 29 0 0 25 0 1 0 2004584091 139616256 10544 996147200 134512640 135477443 4294956224 18446744073709551615 134600885 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10544 480 235 0 32787 0
Current children cumulated CPU time (s) 1597.63
Current children cumulated vsize (KiB) 136344

[startup+1662.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 14169
/proc/meminfo: memFree=1225016/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1657.6
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49096 0 0 0 165731 29 0 0 25 0 1 0 2004584091 139616256 10544 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10544 480 235 0 32787 0
Current children cumulated CPU time (s) 1657.6
Current children cumulated vsize (KiB) 136344

[startup+1722.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 14171
/proc/meminfo: memFree=1224952/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1717.58
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49096 0 0 0 171729 29 0 0 25 0 1 0 2004584091 139616256 10544 996147200 134512640 135477443 4294956224 18446744073709551615 134590274 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10544 480 235 0 32787 0
Current children cumulated CPU time (s) 1717.58
Current children cumulated vsize (KiB) 136344

[startup+1782.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/75 14171
/proc/meminfo: memFree=1224760/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1777.55
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49096 0 0 0 177726 29 0 0 25 0 1 0 2004584091 139616256 10544 996147200 134512640 135477443 4294956224 18446744073709551615 134610051 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10544 480 235 0 32787 0
Current children cumulated CPU time (s) 1777.55
Current children cumulated vsize (KiB) 136344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 14171
/proc/meminfo: memFree=1224760/2055920 swapFree=4179560/4192956
[pid=14106] ppid=14104 vsize=136344 CPUtime=1800.05
/proc/14106/stat : 14106 (casperzao) R 14104 14106 12402 0 -1 4194304 49096 0 0 0 179976 29 0 0 25 0 1 0 2004584091 139616256 10544 996147200 134512640 135477443 4294956224 18446744073709551615 135268218 0 0 4096 0 0 0 0 17 0 0 0
/proc/14106/statm: 34086 10544 480 235 0 32787 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 136344

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): 1804.81
CPU time (s): 1800.07
CPU user time (s): 1799.76
CPU system time (s): 0.301954
CPU usage (%): 99.737
Max. virtual memory (cumulated for all children) (KiB): 320020

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

runsolver used 1.69074 second user time and 4.88226 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 13:08:10
IDJOB=1095520
IDBENCH=58911
IDSOLVER=361
FILE ID=node8/1095520-1215256090
PBS_JOBID= 7881954
Free space on /tmp= 66324 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rand-3-28-28-fcd/normalized-rand-3-28-28-93-632-fcd-20_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1095520-1215256090/watcher-1095520-1215256090 -o /tmp/evaluation-result-1095520-1215256090/solver-1095520-1215256090 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1095520-1215256090.xml 632235262 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 32b57063e2f0c446c073816e5dba0a1d
RANDOM SEED=632235262

node8.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.222
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.222
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:       1364264 kB
Buffers:         84232 kB
Cached:         493056 kB
SwapCached:       6900 kB
Active:         257296 kB
Inactive:       370512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1364264 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            8716 kB
Writeback:           0 kB
Mapped:          58180 kB
Slab:            48708 kB
Committed_AS:  3511972 kB
PageTables:       2104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node8 at 2008-07-05 13:38:17