Trace number 1060565

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 1810.01

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-25.xml
MD5SUM177c3fba917c31966b3b94a9ac2abc25
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.030994
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints600
Maximum constraint arity3
Maximum domain size25
Number of constraints which are defined in extension0
Number of constraints which are defined in intension600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.22	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.22	c Parsing = 1
0.18/0.22	c Building = 1
0.18/0.22	c [ NumberOfVariables = 49 ]
0.18/0.22	c [ NumberOfConstraints = 600 ]
0.18/0.22	c [ SizeOfSearchSpace(log2) = 226.136 ]
0.18/0.22	c SymmetrySearch = 1
0.18/0.22	c [ Found 2 symmetries ]
0.18/0.22	c InitialPropagation = 1
0.18/0.22	c [ SizeOfSearchSpace(log2) = 226.018 ]
0.18/0.22	c InitialSAC = 1
0.18/0.22	c [ SizeOfSearchSpace(log2) = 226.018 ]
0.18/0.22	c Search(SampleFF) : 
73.41/74.01	c [ Sampling domwdeg ]
73.41/74.01	c [ Sampling impacts ]
73.41/74.01	c [ Sampling la ]
73.41/74.01	c [ SamplingScores: ]
73.41/74.01	c [ domwdeg+min = 3.13883e-08 | domwdeg+rnd = 5.46491e-05 ]
73.41/74.01	c [ impacts+min = 8.72087e-11 | impacts+rnd = 0.000500289 ]
73.41/74.01	c [ la+min = 3.73191e-12 | la+rnd = 0.000147984 ]
73.41/74.01	c [ domwdeg = 2.73402e-05 | impacts = 0.000250144 | la = 7.39919e-05 ]
73.41/74.01	c [ min = 1.04931e-08 | rand = 0.000250144 ]
73.41/74.01	c [ restarting at (4.52802,2.76667e-15) ]
85.42/86.17	c [ restarting at (11.3201,1.15703e-15) ]
115.59/116.55	c [ restarting at (28.3001,1.42106e-14) ]
190.91/192.50	c [ restarting at (70.7504,3.3028e-14) ]
379.47/382.42	c [ restarting at (176.876,1.38083e-14) ]
850.35/856.96	c [ restarting at (442.19,7.8079e-14) ]
1251.87/1261.60	c [ restarting at (1105.47,1.20682e-13) ]

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

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.91 1.81 1.45 4/73 24442
/proc/meminfo: memFree=1667904/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=18572 CPUtime=0
/proc/24442/stat : 24442 (runsolver) R 24440 24442 24219 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991693335 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24442/statm: 4643 292 257 25 0 2626 0

[startup+0.0675011 s]
/proc/loadavg: 1.91 1.81 1.45 4/73 24442
/proc/meminfo: memFree=1667904/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=286844 CPUtime=0.05
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1327 0 0 0 3 2 0 0 18 0 1 0 1991693335 293728256 620 996147200 134512640 135477443 4294956224 18446744073709551615 135268320 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 71711 620 454 235 0 70412 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 286844

[startup+0.101505 s]
/proc/loadavg: 1.91 1.81 1.45 4/73 24442
/proc/meminfo: memFree=1667904/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=0.09
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1671 0 0 0 7 2 0 0 18 0 1 0 1991693335 101986304 695 996147200 134512640 135477443 4294956224 18446744073709551615 10223198 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 695 489 235 0 23600 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99596

[startup+0.301542 s]
/proc/loadavg: 1.91 1.81 1.45 4/73 24442
/proc/meminfo: memFree=1667904/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=0.28
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1721 0 0 0 26 2 0 0 19 0 1 0 1991693335 101986304 745 996147200 134512640 135477443 4294956224 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 745 503 235 0 23600 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99596

[startup+0.70162 s]
/proc/loadavg: 1.91 1.81 1.45 4/73 24442
/proc/meminfo: memFree=1667904/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=0.68
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1721 0 0 0 66 2 0 0 23 0 1 0 1991693335 101986304 745 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 745 503 235 0 23600 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99596

[startup+1.50178 s]
/proc/loadavg: 1.91 1.81 1.45 3/74 24443
/proc/meminfo: memFree=1666808/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1.47
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1721 0 0 0 145 2 0 0 25 0 1 0 1991693335 101986304 745 996147200 134512640 135477443 4294956224 18446744073709551615 135270319 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 745 503 235 0 23600 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99596

[startup+3.10109 s]
/proc/loadavg: 1.91 1.81 1.45 3/74 24443
/proc/meminfo: memFree=1666680/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=3.07
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1722 0 0 0 305 2 0 0 25 0 1 0 1991693335 101986304 746 996147200 134512640 135477443 4294956224 18446744073709551615 135270199 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 746 503 235 0 23600 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 99596

[startup+6.30171 s]
/proc/loadavg: 1.92 1.81 1.46 3/74 24443
/proc/meminfo: memFree=1666680/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=6.24
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1722 0 0 0 622 2 0 0 25 0 1 0 1991693335 101986304 746 996147200 134512640 135477443 4294956224 18446744073709551615 134673690 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 746 503 235 0 23600 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 99596

[startup+12.702 s]
/proc/loadavg: 1.93 1.82 1.46 3/74 24443
/proc/meminfo: memFree=1666552/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=12.59
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1755 0 0 0 1257 2 0 0 25 0 1 0 1991693335 101986304 779 996147200 134512640 135477443 4294956224 18446744073709551615 135268929 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 779 503 235 0 23600 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 99596

[startup+25.5015 s]
/proc/loadavg: 1.94 1.83 1.47 3/74 24443
/proc/meminfo: memFree=1666616/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=25.29
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1759 0 0 0 2527 2 0 0 25 0 1 0 1991693335 101986304 783 996147200 134512640 135477443 4294956224 18446744073709551615 134584640 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 783 504 235 0 23600 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 99596

[startup+51.1015 s]
/proc/loadavg: 1.96 1.84 1.48 3/74 24443
/proc/meminfo: memFree=1666552/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=50.69
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1773 0 0 0 5067 2 0 0 25 0 1 0 1991693335 101986304 797 996147200 134512640 135477443 4294956224 18446744073709551615 135270299 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 797 504 235 0 23600 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 99596

[startup+102.305 s]
/proc/loadavg: 1.98 1.86 1.50 3/74 24443
/proc/meminfo: memFree=1666360/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=101.5
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 10148 2 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 134934590 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 99596

[startup+162.301 s]
/proc/loadavg: 1.99 1.88 1.53 3/74 24443
/proc/meminfo: memFree=1666296/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=161.04
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 16102 2 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 99596

[startup+222.302 s]
/proc/loadavg: 1.99 1.90 1.56 3/74 24443
/proc/meminfo: memFree=1666232/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=220.58
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 22056 2 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 99596

[startup+282.302 s]
/proc/loadavg: 1.99 1.92 1.58 3/74 24443
/proc/meminfo: memFree=1666232/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=280.13
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 28010 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135270866 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 99596

[startup+342.301 s]
/proc/loadavg: 1.99 1.93 1.61 3/74 24443
/proc/meminfo: memFree=1666232/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=339.67
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 33964 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268962 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 99596

[startup+402.301 s]
/proc/loadavg: 1.99 1.94 1.63 3/74 24443
/proc/meminfo: memFree=1666168/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=399.22
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 39919 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 99596

[startup+462.302 s]
/proc/loadavg: 1.99 1.95 1.65 3/74 24443
/proc/meminfo: memFree=1666168/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=458.75
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 45872 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135269734 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 458.75
Current children cumulated vsize (KiB) 99596

[startup+522.302 s]
/proc/loadavg: 1.99 1.95 1.67 3/74 24443
/proc/meminfo: memFree=1666104/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=518.3
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 51827 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268273 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 518.3
Current children cumulated vsize (KiB) 99596

[startup+582.301 s]
/proc/loadavg: 1.99 1.96 1.68 3/74 24443
/proc/meminfo: memFree=1666104/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=577.84
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 57781 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 577.84
Current children cumulated vsize (KiB) 99596

[startup+642.301 s]
/proc/loadavg: 1.99 1.96 1.70 3/74 24443
/proc/meminfo: memFree=1666040/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=637.38
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 63735 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 134586775 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 637.38
Current children cumulated vsize (KiB) 99596


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.97 1.75 3/74 24443
/proc/meminfo: memFree=1665848/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=816.01
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 81598 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268272 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 816.01
Current children cumulated vsize (KiB) 99596

[startup+882.302 s]
/proc/loadavg: 1.99 1.97 1.76 3/74 24443
/proc/meminfo: memFree=1665976/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=875.55
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 87552 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135270877 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 875.55
Current children cumulated vsize (KiB) 99596

[startup+942.302 s]
/proc/loadavg: 1.99 1.97 1.77 3/74 24443
/proc/meminfo: memFree=1665976/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=935.09
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 93506 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 134934587 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 935.09
Current children cumulated vsize (KiB) 99596

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.78 3/74 24443
/proc/meminfo: memFree=1665912/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=994.63
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 99460 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 994.63
Current children cumulated vsize (KiB) 99596

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.79 3/74 24443
/proc/meminfo: memFree=1665848/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1054.18
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 105415 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268929 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1054.18
Current children cumulated vsize (KiB) 99596

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.80 3/74 24443
/proc/meminfo: memFree=1665784/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1113.71
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 111368 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268537 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1113.71
Current children cumulated vsize (KiB) 99596

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/74 24443
/proc/meminfo: memFree=1665720/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1173.26
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 117323 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135239031 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1173.26
Current children cumulated vsize (KiB) 99596

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.82 3/74 24443
/proc/meminfo: memFree=1665528/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1232.8
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 123277 3 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135269758 0 0 4096 0 0 0 0 17 1 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1232.8
Current children cumulated vsize (KiB) 99596

[startup+1302.3 s]
/proc/loadavg: 2.04 1.99 1.83 3/82 24519
/proc/meminfo: memFree=1595448/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1292.58
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 129254 4 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 134934598 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1292.58
Current children cumulated vsize (KiB) 99596

[startup+1362.3 s]
/proc/loadavg: 2.01 1.99 1.84 3/82 24519
/proc/meminfo: memFree=1595384/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1352.55
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 135251 4 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 134934576 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1352.55
Current children cumulated vsize (KiB) 99596

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.85 3/82 24521
/proc/meminfo: memFree=1592952/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1412.52
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 141248 4 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1412.52
Current children cumulated vsize (KiB) 99596

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.85 4/82 24521
/proc/meminfo: memFree=1592824/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1472.48
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 147244 4 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268530 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1472.48
Current children cumulated vsize (KiB) 99596

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.86 3/82 24521
/proc/meminfo: memFree=1592824/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1532.47
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 153242 5 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1532.47
Current children cumulated vsize (KiB) 99596

[startup+1602.3 s]
/proc/loadavg: 1.95 1.97 1.86 3/74 24608
/proc/meminfo: memFree=1658552/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1592.43
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 159237 6 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1592.43
Current children cumulated vsize (KiB) 99596

[startup+1662.3 s]
/proc/loadavg: 1.98 1.97 1.86 3/74 24608
/proc/meminfo: memFree=1658488/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1652.4
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 165234 6 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135269590 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1652.4
Current children cumulated vsize (KiB) 99596

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/74 24608
/proc/meminfo: memFree=1658424/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1712.37
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 171231 6 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135270190 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1712.37
Current children cumulated vsize (KiB) 99596

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/74 24608
/proc/meminfo: memFree=1658296/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1772.35
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 177229 6 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 135269752 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1772.35
Current children cumulated vsize (KiB) 99596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 1.99 1.97 1.88 3/74 24608
/proc/meminfo: memFree=1658296/2055920 swapFree=4179604/4192956
[pid=24442] ppid=24440 vsize=99596 CPUtime=1800.03
/proc/24442/stat : 24442 (casperzao) R 24440 24442 24219 0 -1 4194304 1783 0 0 0 179997 6 0 0 25 0 1 0 1991693335 101986304 807 996147200 134512640 135477443 4294956224 18446744073709551615 134934592 0 0 4096 0 0 0 0 17 0 0 0
/proc/24442/statm: 24899 807 505 235 0 23600 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 99596

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): 1810.01
CPU time (s): 1800.04
CPU user time (s): 1799.98
CPU system time (s): 0.06499
CPU usage (%): 99.4496
Max. virtual memory (cumulated for all children) (KiB): 286844

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

runsolver used 2.09168 second user time and 4.77227 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-04 01:23:42
IDJOB=1060565
IDBENCH=54461
IDSOLVER=361
FILE ID=node74/1060565-1215127422
PBS_JOBID= 7877249
Free space on /tmp= 103212 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 177c3fba917c31966b3b94a9ac2abc25
RANDOM SEED=421533344

node74.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.259
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.259
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:       1668384 kB
Buffers:         43792 kB
Cached:         268624 kB
SwapCached:       6708 kB
Active:          98760 kB
Inactive:       225912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668384 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            2956 kB
Writeback:           0 kB
Mapped:          20020 kB
Slab:            47992 kB
Committed_AS:  4033928 kB
PageTables:       1792 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= 103208 MiB
End job on node74 at 2008-07-04 01:53:54