Trace number 1060397

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.09 1803.31

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-70.xml
MD5SUM42673f380bfac3cdabf246f9ec4e88d8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.275957
Satisfiable
(Un)Satisfiability was proved
Number of variables139
Number of constraints4830
Maximum constraint arity3
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4830
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.17/0.21	c Parsing = 1
0.17/0.21	c Building = 1
0.47/0.50	c [ NumberOfVariables = 139 ]
0.47/0.50	c [ NumberOfConstraints = 4830 ]
0.47/0.50	c [ SizeOfSearchSpace(log2) = 850.538 ]
0.47/0.50	c SymmetrySearch = 1
0.47/0.52	c [ Found 2 symmetries ]
0.47/0.53	c InitialPropagation = 1
0.47/0.53	c [ SizeOfSearchSpace(log2) = 850.496 ]
0.47/0.53	c InitialSAC = 1
0.47/0.54	c [ SizeOfSearchSpace(log2) = 850.496 ]
0.47/0.54	c Search(SampleFF) : 
77.85/77.91	c [ Sampling domwdeg ]
77.85/77.91	c [ Sampling impacts ]
77.85/77.91	c [ Sampling la ]
77.85/77.91	c [ SamplingScores: ]
77.85/77.91	c [ domwdeg+min = 4.90962e-11 | domwdeg+rnd = 6.66684e-05 ]
77.85/77.91	c [ impacts+min = 2.39167e-15 | impacts+rnd = 5.57728e-08 ]
77.85/77.91	c [ la+min = 8.03673e-16 | la+rnd = 5.68098e-10 ]
77.85/77.91	c [ domwdeg = 3.33342e-05 | impacts = 2.78864e-08 | la = 2.84049e-10 ]
77.85/77.91	c [ min = 1.63665e-11 | rand = 2.78864e-08 ]
77.85/77.91	c [ restarting at (4.52802,8.00636e-52) ]
89.95/90.05	c [ restarting at (11.3201,4.32415e-43) ]
120.24/120.39	c [ restarting at (28.3001,4.32423e-43) ]
196.12/196.25	c [ restarting at (70.7504,1.13522e-24) ]
385.67/385.90	c [ restarting at (176.876,1.13522e-24) ]
859.65/859.98	c [ restarting at (442.19,1.13522e-24) ]
1084.70/1085.01	c [ restarting at (1105.47,1.13522e-24) ]

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

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.21 2.10 2.09 4/81 26232
/proc/meminfo: memFree=1841448/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=1056 CPUtime=0
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 40 0 0 0 0 0 0 0 21 0 1 0 236739308 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 9716516 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 264 26 20 235 0 3 0

[startup+0.111031 s]
/proc/loadavg: 2.21 2.10 2.09 4/81 26232
/proc/meminfo: memFree=1841448/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=6364 CPUtime=0.08
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 711 0 1 0 8 0 0 0 18 0 1 0 236739308 6516736 672 996147200 134512640 135477443 4294956224 18446744073709551615 10151547 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 1591 672 370 235 0 292 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6364

[startup+0.201035 s]
/proc/loadavg: 2.21 2.10 2.09 4/81 26232
/proc/meminfo: memFree=1841448/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=100524 CPUtime=0.17
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 2154 0 1 0 13 4 0 0 18 0 1 0 236739308 102936576 901 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25131 903 419 235 0 23832 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 100524

[startup+0.30105 s]
/proc/loadavg: 2.21 2.10 2.09 4/81 26232
/proc/meminfo: memFree=1841448/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=100524 CPUtime=0.28
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 4406 0 1 0 17 11 0 0 19 0 1 0 236739308 102936576 1066 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25130 1065 419 235 0 23831 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100524

[startup+0.701094 s]
/proc/loadavg: 2.21 2.10 2.09 4/81 26232
/proc/meminfo: memFree=1841448/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=0.68
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8465 0 1 0 50 18 0 0 22 0 1 0 236739308 104779776 1922 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 1922 503 235 0 24282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102324

[startup+1.50117 s]
/proc/loadavg: 2.21 2.10 2.09 3/82 26233
/proc/meminfo: memFree=1834912/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1.47
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8469 0 1 0 129 18 0 0 25 0 1 0 236739308 104779776 1926 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 1926 503 235 0 24282 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 102324

[startup+3.10134 s]
/proc/loadavg: 2.19 2.10 2.09 3/82 26233
/proc/meminfo: memFree=1834656/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=3.07
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8473 0 1 0 289 18 0 0 25 0 1 0 236739308 104779776 1930 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 1930 503 235 0 24282 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 102324

[startup+6.30268 s]
/proc/loadavg: 2.19 2.10 2.09 3/82 26233
/proc/meminfo: memFree=1834272/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=6.27
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8570 0 1 0 609 18 0 0 25 0 1 0 236739308 104779776 2027 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2027 503 235 0 24282 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 102324

[startup+12.7014 s]
/proc/loadavg: 2.16 2.10 2.09 3/82 26233
/proc/meminfo: memFree=1834464/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=12.67
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8570 0 1 0 1249 18 0 0 25 0 1 0 236739308 104779776 2027 996147200 134512640 135477443 4294956224 18446744073709551615 135270912 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2027 503 235 0 24282 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 102324

[startup+25.5017 s]
/proc/loadavg: 2.14 2.10 2.09 3/82 26233
/proc/meminfo: memFree=1833696/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=25.47
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8778 0 1 0 2529 18 0 0 25 0 1 0 236739308 104779776 2235 996147200 134512640 135477443 4294956224 18446744073709551615 135268287 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2235 504 235 0 24282 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 102324

[startup+51.1014 s]
/proc/loadavg: 2.15 2.10 2.09 3/82 26233
/proc/meminfo: memFree=1833696/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=51.06
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8778 0 1 0 5088 18 0 0 25 0 1 0 236739308 104779776 2235 996147200 134512640 135477443 4294956224 18446744073709551615 134583102 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2235 504 235 0 24282 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 102324

[startup+102.302 s]
/proc/loadavg: 2.11 2.10 2.09 3/82 26233
/proc/meminfo: memFree=1833056/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=102.25
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 10206 19 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135270902 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 102324

[startup+162.302 s]
/proc/loadavg: 2.16 2.11 2.09 3/82 26233
/proc/meminfo: memFree=1832928/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=162.23
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 16204 19 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 102324

[startup+222.305 s]
/proc/loadavg: 2.22 2.13 2.10 3/82 26233
/proc/meminfo: memFree=1832864/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=222.22
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 22203 19 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 102324

[startup+282.302 s]
/proc/loadavg: 2.08 2.10 2.09 3/82 26233
/proc/meminfo: memFree=1832800/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=282.2
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 28201 19 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 102324

[startup+342.302 s]
/proc/loadavg: 2.06 2.10 2.09 3/82 26233
/proc/meminfo: memFree=1832736/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=342.18
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 34199 19 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 134934577 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 102324

[startup+402.301 s]
/proc/loadavg: 2.02 2.08 2.08 3/82 26233
/proc/meminfo: memFree=1832736/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=402.17
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 40198 19 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135270190 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 102324

[startup+462.301 s]
/proc/loadavg: 2.01 2.06 2.08 3/82 26233
/proc/meminfo: memFree=1832608/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=462.15
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 46196 19 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 102324

[startup+522.302 s]
/proc/loadavg: 2.00 2.05 2.07 3/82 26233
/proc/meminfo: memFree=1832544/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=522.14
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 52194 20 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 102324

[startup+582.301 s]
/proc/loadavg: 2.07 2.05 2.07 3/82 26233
/proc/meminfo: memFree=1832416/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=582.13
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 58193 20 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135269568 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 102324

[startup+642.301 s]
/proc/loadavg: 2.02 2.04 2.06 3/82 26233
/proc/meminfo: memFree=1832416/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=642.11
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 64191 20 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 102324


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

[startup+822.301 s]
/proc/loadavg: 2.01 2.03 2.05 3/82 26233
/proc/meminfo: memFree=1832288/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=822.06
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 82186 20 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135270276 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 102324

[startup+882.306 s]
/proc/loadavg: 2.00 2.02 2.05 3/82 26233
/proc/meminfo: memFree=1832224/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=882.05
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 88185 20 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 102324

[startup+942.302 s]
/proc/loadavg: 2.00 2.01 2.04 3/82 26233
/proc/meminfo: memFree=1832224/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=942.03
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 94183 20 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 134586773 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 102324

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/82 26233
/proc/meminfo: memFree=1832224/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1002.01
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 100181 20 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135270181 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 102324

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/82 26233
/proc/meminfo: memFree=1832160/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1062
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 106180 20 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 134586755 0 0 4096 0 0 0 0 17 1 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 102324

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 26263
/proc/meminfo: memFree=1911128/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1121.83
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 112161 22 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135268928 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 102324

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/75 26263
/proc/meminfo: memFree=1911000/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1181.59
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 118137 22 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135270297 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1181.59
Current children cumulated vsize (KiB) 102324

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/75 26263
/proc/meminfo: memFree=1910936/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1241.34
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 124112 22 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135270883 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1241.34
Current children cumulated vsize (KiB) 102324

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26263
/proc/meminfo: memFree=1910872/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1301.1
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 130088 22 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1301.1
Current children cumulated vsize (KiB) 102324

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26263
/proc/meminfo: memFree=1910872/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1360.86
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 136064 22 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 134673690 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1360.86
Current children cumulated vsize (KiB) 102324

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26263
/proc/meminfo: memFree=1910872/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1420.62
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 142040 22 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135269774 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1420.62
Current children cumulated vsize (KiB) 102324

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26263
/proc/meminfo: memFree=1910872/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1480.37
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 148015 22 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1480.37
Current children cumulated vsize (KiB) 102324

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26263
/proc/meminfo: memFree=1910808/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1540.13
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 153991 22 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1540.13
Current children cumulated vsize (KiB) 102324

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26263
/proc/meminfo: memFree=1910808/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1599.89
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 159967 22 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1599.89
Current children cumulated vsize (KiB) 102324

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26263
/proc/meminfo: memFree=1910808/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1659.65
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 165942 23 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1659.65
Current children cumulated vsize (KiB) 102324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26263
/proc/meminfo: memFree=1910808/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1719.41
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 171918 23 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1719.41
Current children cumulated vsize (KiB) 102324

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26265
/proc/meminfo: memFree=1910616/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1779.17
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 177894 23 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1779.17
Current children cumulated vsize (KiB) 102324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 26265
/proc/meminfo: memFree=1910488/2055912 swapFree=4178528/4192956
[pid=26232] ppid=26230 vsize=102324 CPUtime=1800.08
/proc/26232/stat : 26232 (casperzao) R 26230 26232 25683 0 -1 4194304 8941 0 1 0 179985 23 0 0 25 0 1 0 236739308 104779776 2398 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/26232/statm: 25581 2398 505 235 0 24282 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 102324

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): 1803.31
CPU time (s): 1800.09
CPU user time (s): 1799.86
CPU system time (s): 0.233964
CPU usage (%): 99.8215
Max. virtual memory (cumulated for all children) (KiB): 288688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.233964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8941
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 11845

runsolver used 1.9367 second user time and 4.64129 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 01:07:23
IDJOB=1060397
IDBENCH=54447
IDSOLVER=361
FILE ID=node78/1060397-1215126443
PBS_JOBID= 7877208
Free space on /tmp= 126856 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-70.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060397-1215126443/watcher-1060397-1215126443 -o /tmp/evaluation-result-1060397-1215126443/solver-1060397-1215126443 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1060397-1215126443.xml 618796747 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 42673f380bfac3cdabf246f9ec4e88d8
RANDOM SEED=618796747

node78.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.247
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.247
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:      2055912 kB
MemFree:       1841928 kB
Buffers:          3524 kB
Cached:          56884 kB
SwapCached:       6980 kB
Active:         145632 kB
Inactive:        16868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1841928 kB
SwapTotal:     4192956 kB
SwapFree:      4178528 kB
Dirty:            3456 kB
Writeback:           0 kB
Mapped:         119696 kB
Slab:            36600 kB
Committed_AS:  1359808 kB
PageTables:       1788 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= 126852 MiB
End job on node78 at 2008-07-04 01:37:28