Trace number 1060418

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.02 1806.11

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-20.xml
MD5SUMe33464de6d36c41189e3c9712ad7286f
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.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints380
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension0
Number of constraints which are defined in intension380
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.20	c Parsing = 1
0.18/0.20	c Building = 1
0.18/0.20	c [ NumberOfVariables = 39 ]
0.18/0.20	c [ NumberOfConstraints = 380 ]
0.18/0.20	c [ SizeOfSearchSpace(log2) = 167.149 ]
0.18/0.20	c SymmetrySearch = 1
0.18/0.20	c [ Found 2 symmetries ]
0.18/0.20	c InitialPropagation = 1
0.18/0.20	c [ SizeOfSearchSpace(log2) = 167.001 ]
0.18/0.20	c InitialSAC = 1
0.18/0.20	c [ SizeOfSearchSpace(log2) = 167.001 ]
0.18/0.20	c Search(SampleFF) : 
73.26/73.95	c [ Sampling domwdeg ]
73.26/73.95	c [ Sampling impacts ]
73.26/73.95	c [ Sampling la ]
73.26/73.95	c [ SamplingScores: ]
73.26/73.95	c [ domwdeg+min = 1.76484e-07 | domwdeg+rnd = 2.48603e-05 ]
73.26/73.95	c [ impacts+min = 2.04476e-09 | impacts+rnd = 4.40904e-06 ]
73.26/73.95	c [ la+min = 0.000559206 | la+rnd = 5.88325e-06 ]
73.26/73.95	c [ domwdeg = 1.25184e-05 | impacts = 2.20554e-06 | la = 0.000282545 ]
73.26/73.95	c [ min = 0.000186462 | rand = 2.20554e-06 ]
73.26/73.95	c [ restarting at (4.52802,1.93635e-08) ]
85.25/86.09	c [ restarting at (11.3201,1.61797e-10) ]
115.41/116.42	c [ restarting at (28.3001,3.87601e-08) ]
190.57/192.26	c [ restarting at (70.7504,4.08895e-08) ]
378.57/381.83	c [ restarting at (176.876,1.10942e-08) ]
623.89/629.20	c [ restarting at (442.19,7.3962e-07) ]
1728.94/1735.09	c [ restarting at (1105.47,0.000136102) ]

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.95 1.72 4/81 6067
/proc/meminfo: memFree=1230080/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=18572 CPUtime=0
/proc/6067/stat : 6067 (runsolver) R 6065 6067 5789 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 997114889 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6067/statm: 4643 292 257 25 0 2626 0

[startup+0.107694 s]
/proc/loadavg: 1.92 1.95 1.72 4/81 6067
/proc/meminfo: memFree=1230080/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=0.09
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1324 0 0 0 8 1 0 0 18 0 1 0 997114889 101851136 676 996147200 134512640 135477443 4294956224 18446744073709551615 135268140 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 676 502 235 0 23567 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99464

[startup+0.2017 s]
/proc/loadavg: 1.92 1.95 1.72 4/81 6067
/proc/meminfo: memFree=1230080/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=0.18
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1326 0 0 0 17 1 0 0 18 0 1 0 997114889 101851136 678 996147200 134512640 135477443 4294956224 18446744073709551615 134586775 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 678 503 235 0 23567 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 99464

[startup+0.301709 s]
/proc/loadavg: 1.92 1.95 1.72 4/81 6067
/proc/meminfo: memFree=1230080/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=0.28
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1327 0 0 0 27 1 0 0 19 0 1 0 997114889 101851136 679 996147200 134512640 135477443 4294956224 18446744073709551615 135269789 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 679 503 235 0 23567 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 99464

[startup+0.70174 s]
/proc/loadavg: 1.92 1.95 1.72 4/81 6067
/proc/meminfo: memFree=1230080/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=0.68
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1327 0 0 0 67 1 0 0 23 0 1 0 997114889 101851136 679 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 679 503 235 0 23567 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99464

[startup+1.5018 s]
/proc/loadavg: 1.92 1.95 1.72 3/82 6068
/proc/meminfo: memFree=1229240/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1.47
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1328 0 0 0 146 1 0 0 25 0 1 0 997114889 101851136 680 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 680 503 235 0 23567 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99464

[startup+3.10193 s]
/proc/loadavg: 1.92 1.95 1.72 3/82 6068
/proc/meminfo: memFree=1229048/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=3.06
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1328 0 0 0 305 1 0 0 25 0 1 0 997114889 101851136 680 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 680 503 235 0 23567 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99464

[startup+6.30118 s]
/proc/loadavg: 1.93 1.95 1.72 3/82 6068
/proc/meminfo: memFree=1229048/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=6.23
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1329 0 0 0 622 1 0 0 25 0 1 0 997114889 101851136 681 996147200 134512640 135477443 4294956224 18446744073709551615 135268500 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 681 503 235 0 23567 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99464

[startup+12.7027 s]
/proc/loadavg: 1.93 1.95 1.72 3/82 6068
/proc/meminfo: memFree=1228920/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=12.58
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1348 0 0 0 1257 1 0 0 25 0 1 0 997114889 101851136 700 996147200 134512640 135477443 4294956224 18446744073709551615 135258706 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 700 503 235 0 23567 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99464

[startup+25.5017 s]
/proc/loadavg: 1.95 1.96 1.73 3/82 6068
/proc/meminfo: memFree=1228920/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=25.27
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1349 0 0 0 2526 1 0 0 25 0 1 0 997114889 101851136 701 996147200 134512640 135477443 4294956224 18446744073709551615 135268497 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 701 504 235 0 23567 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 99464

[startup+51.1017 s]
/proc/loadavg: 1.96 1.96 1.73 3/82 6068
/proc/meminfo: memFree=1228664/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=50.65
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1362 0 0 0 5064 1 0 0 25 0 1 0 997114889 101851136 714 996147200 134512640 135477443 4294956224 18446744073709551615 135268511 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 714 504 235 0 23567 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 99464

[startup+102.302 s]
/proc/loadavg: 1.98 1.96 1.74 3/82 6068
/proc/meminfo: memFree=1228216/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=101.43
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1372 0 0 0 10141 2 0 0 25 0 1 0 997114889 101851136 724 996147200 134512640 135477443 4294956224 18446744073709551615 135269590 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 724 505 235 0 23567 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 99464

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.76 3/82 6068
/proc/meminfo: memFree=1227704/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=160.92
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1372 0 0 0 16090 2 0 0 25 0 1 0 997114889 101851136 724 996147200 134512640 135477443 4294956224 18446744073709551615 134695618 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 724 505 235 0 23567 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 99464

[startup+222.306 s]
/proc/loadavg: 1.99 1.97 1.77 3/82 6068
/proc/meminfo: memFree=1227256/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=220.42
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1374 0 0 0 22040 2 0 0 25 0 1 0 997114889 101851136 726 996147200 134512640 135477443 4294956224 18446744073709551615 134695518 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 726 505 235 0 23567 0
Current children cumulated CPU time (s) 220.42
Current children cumulated vsize (KiB) 99464

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.78 3/82 6068
/proc/meminfo: memFree=1226808/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=279.91
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1374 0 0 0 27989 2 0 0 25 0 1 0 997114889 101851136 726 996147200 134512640 135477443 4294956224 18446744073709551615 135270910 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 726 505 235 0 23567 0
Current children cumulated CPU time (s) 279.91
Current children cumulated vsize (KiB) 99464

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.79 3/82 6068
/proc/meminfo: memFree=1226360/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=339.4
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1376 0 0 0 33938 2 0 0 25 0 1 0 997114889 101851136 728 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 728 505 235 0 23567 0
Current children cumulated CPU time (s) 339.4
Current children cumulated vsize (KiB) 99464

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.80 3/82 6068
/proc/meminfo: memFree=1225912/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=398.89
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1376 0 0 0 39887 2 0 0 25 0 1 0 997114889 101851136 728 996147200 134512640 135477443 4294956224 18446744073709551615 135268335 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 728 505 235 0 23567 0
Current children cumulated CPU time (s) 398.89
Current children cumulated vsize (KiB) 99464

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.81 3/82 6068
/proc/meminfo: memFree=1225464/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=458.38
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1376 0 0 0 45836 2 0 0 25 0 1 0 997114889 101851136 728 996147200 134512640 135477443 4294956224 18446744073709551615 135269778 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 728 505 235 0 23567 0
Current children cumulated CPU time (s) 458.38
Current children cumulated vsize (KiB) 99464

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.82 3/82 6068
/proc/meminfo: memFree=1225016/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=517.89
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1376 0 0 0 51786 3 0 0 25 0 1 0 997114889 101851136 728 996147200 134512640 135477443 4294956224 18446744073709551615 135268056 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 728 505 235 0 23567 0
Current children cumulated CPU time (s) 517.89
Current children cumulated vsize (KiB) 99464

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.83 3/82 6068
/proc/meminfo: memFree=1224568/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=577.38
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1376 0 0 0 57735 3 0 0 25 0 1 0 997114889 101851136 728 996147200 134512640 135477443 4294956224 18446744073709551615 135269553 0 0 4096 0 0 0 0 17 1 0 0
/proc/6067/statm: 24866 728 505 235 0 23567 0
Current children cumulated CPU time (s) 577.38
Current children cumulated vsize (KiB) 99464

[startup+642.301 s]
/proc/loadavg: 1.93 1.95 1.83 3/83 6145
/proc/meminfo: memFree=1231600/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=636.97
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1376 0 0 0 63694 3 0 0 25 0 1 0 997114889 101851136 728 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 728 505 235 0 23567 0
Current children cumulated CPU time (s) 636.97
Current children cumulated vsize (KiB) 99464


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

[startup+822.302 s]
/proc/loadavg: 2.01 2.01 1.87 3/75 6147
/proc/meminfo: memFree=1034736/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=816.85
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1376 0 0 0 81679 6 0 0 25 0 1 0 997114889 101851136 728 996147200 134512640 135477443 4294956224 18446744073709551615 134586747 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 728 505 235 0 23567 0
Current children cumulated CPU time (s) 816.85
Current children cumulated vsize (KiB) 99464

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 1.87 3/75 6147
/proc/meminfo: memFree=1031728/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=876.82
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1377 0 0 0 87676 6 0 0 25 0 1 0 997114889 101851136 729 996147200 134512640 135477443 4294956224 18446744073709551615 135268272 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 729 505 235 0 23567 0
Current children cumulated CPU time (s) 876.82
Current children cumulated vsize (KiB) 99464

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.88 3/75 6147
/proc/meminfo: memFree=1029104/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=936.77
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1377 0 0 0 93671 6 0 0 25 0 1 0 997114889 101851136 729 996147200 134512640 135477443 4294956224 18446744073709551615 134586773 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 729 505 235 0 23567 0
Current children cumulated CPU time (s) 936.77
Current children cumulated vsize (KiB) 99464

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/75 6147
/proc/meminfo: memFree=1026096/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=996.73
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1377 0 0 0 99667 6 0 0 25 0 1 0 997114889 101851136 729 996147200 134512640 135477443 4294956224 18446744073709551615 135268506 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 729 505 235 0 23567 0
Current children cumulated CPU time (s) 996.73
Current children cumulated vsize (KiB) 99464

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/75 6147
/proc/meminfo: memFree=1023472/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1056.69
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 105663 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 134934635 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1056.69
Current children cumulated vsize (KiB) 99464

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/75 6147
/proc/meminfo: memFree=1020400/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1116.65
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 111659 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 135269752 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1116.65
Current children cumulated vsize (KiB) 99464

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/75 6147
/proc/meminfo: memFree=1017264/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1176.61
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 117655 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 13893357 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1176.61
Current children cumulated vsize (KiB) 99464

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6147
/proc/meminfo: memFree=1014128/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1236.57
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 123651 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 135270902 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1236.57
Current children cumulated vsize (KiB) 99464

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6147
/proc/meminfo: memFree=1011184/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1296.53
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 129647 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 13893336 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1296.53
Current children cumulated vsize (KiB) 99464

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6147
/proc/meminfo: memFree=1008560/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1356.49
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 135643 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 135269581 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1356.49
Current children cumulated vsize (KiB) 99464

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 6147
/proc/meminfo: memFree=1005872/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1416.46
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 141640 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 135270299 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1416.46
Current children cumulated vsize (KiB) 99464

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.91 3/75 6147
/proc/meminfo: memFree=1003504/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1476.41
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 147635 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1476.41
Current children cumulated vsize (KiB) 99464

[startup+1542.31 s]
/proc/loadavg: 2.06 2.02 1.92 3/75 6147
/proc/meminfo: memFree=1001328/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1536.38
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 153632 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1536.38
Current children cumulated vsize (KiB) 99464

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 1.93 3/75 6147
/proc/meminfo: memFree=999088/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1596.34
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 159628 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 13902032 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1596.34
Current children cumulated vsize (KiB) 99464

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 1.93 3/75 6147
/proc/meminfo: memFree=997296/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1656.29
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 165623 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 135268273 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1656.29
Current children cumulated vsize (KiB) 99464

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 1.93 3/75 6147
/proc/meminfo: memFree=997296/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1716.26
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 171620 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 135268940 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1716.26
Current children cumulated vsize (KiB) 99464

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.93 3/75 6147
/proc/meminfo: memFree=997360/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1776.22
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 177616 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1776.22
Current children cumulated vsize (KiB) 99464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.00 2.02 1.93 3/75 6147
/proc/meminfo: memFree=997360/2055920 swapFree=4137012/4192956
[pid=6067] ppid=6065 vsize=99464 CPUtime=1800
/proc/6067/stat : 6067 (casperzao) R 6065 6067 5789 0 -1 4194304 1378 0 0 0 179994 6 0 0 25 0 1 0 997114889 101851136 730 996147200 134512640 135477443 4294956224 18446744073709551615 134694564 0 0 4096 0 0 0 0 17 0 0 0
/proc/6067/statm: 24866 730 505 235 0 23567 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 99464

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): 1806.11
CPU time (s): 1800.02
CPU user time (s): 1799.95
CPU system time (s): 0.069989
CPU usage (%): 99.663
Max. virtual memory (cumulated for all children) (KiB): 99464

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

runsolver used 2.10968 second user time and 4.98824 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-04 01:10:00
IDJOB=1060418
IDBENCH=54449
IDSOLVER=361
FILE ID=node26/1060418-1215126600
PBS_JOBID= 7877264
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e33464de6d36c41189e3c9712ad7286f
RANDOM SEED=1617390801

node26.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.221
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.221
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:       1230496 kB
Buffers:         91760 kB
Cached:         553332 kB
SwapCached:      50140 kB
Active:         289880 kB
Inactive:       458368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1230496 kB
SwapTotal:     4192956 kB
SwapFree:      4137012 kB
Dirty:            2908 kB
Writeback:           0 kB
Mapped:         116472 kB
Slab:            62120 kB
Committed_AS:  2370328 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node26 at 2008-07-04 01:40:08