Trace number 1042833

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 1807.21

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-51021_ext.xml
MD5SUMe415524b90f85b845ecbce0d10074b48
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.5469
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
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.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 24 ]
0.19/0.21	c [ NumberOfConstraints = 276 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.19/0.21	c SymmetrySearch = 1
0.19/0.21	c InitialPropagation = 1
0.19/0.21	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.19/0.21	c InitialSAC = 1
0.19/0.24	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.19/0.24	c Search(SampleFF) : 
76.59/77.09	c [ Sampling domwdeg ]
76.59/77.09	c [ Sampling impacts ]
76.59/77.09	c [ Sampling la ]
76.59/77.09	c [ SamplingScores: ]
76.59/77.09	c [ domwdeg+min = 0.000761387 | domwdeg+rnd = 0.00080837 ]
76.59/77.09	c [ impacts+min = 0.000176846 | impacts+rnd = 0.000431321 ]
76.59/77.09	c [ la+min = 1.01532e-05 | la+rnd = 3.67871e-05 ]
76.59/77.09	c [ domwdeg = 0.000784879 | impacts = 0.000304083 | la = 2.34702e-05 ]
76.59/77.09	c [ min = 0.000316129 | rand = 0.000304083 ]
76.59/77.09	c [ restarting at (4.52802,0.000510139) ]
87.94/88.41	c [ restarting at (11.3201,0.00528972) ]
116.13/116.74	c [ restarting at (28.3001,0.0140488) ]
186.65/187.54	c [ restarting at (70.7504,0.0520894) ]
362.96/364.54	c [ restarting at (176.876,0.132017) ]
803.73/807.04	c [ restarting at (442.19,0.346288) ]

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

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: 0.39 0.08 0.03 4/70 19954
/proc/meminfo: memFree=1444056/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=5352 CPUtime=0
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 113592539 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 11737976 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 1338 190 156 235 0 27 0

[startup+0.089772 s]
/proc/loadavg: 0.39 0.08 0.03 4/70 19954
/proc/meminfo: memFree=1444056/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=103496 CPUtime=0.08
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 1938 0 0 0 7 1 0 0 18 0 1 0 113592539 105979904 1898 996147200 134512640 135477443 4294956224 18446744073709551615 12203589 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25874 1900 435 235 0 24575 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 103496

[startup+0.101773 s]
/proc/loadavg: 0.39 0.08 0.03 4/70 19954
/proc/meminfo: memFree=1444056/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=104684 CPUtime=0.09
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 2241 0 0 0 8 1 0 0 18 0 1 0 113592539 107196416 2201 996147200 134512640 135477443 4294956224 18446744073709551615 12203643 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 26171 2202 435 235 0 24872 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 104684

[startup+0.301801 s]
/proc/loadavg: 0.39 0.08 0.03 4/70 19954
/proc/meminfo: memFree=1444056/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=0.29
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3406 0 0 0 27 2 0 0 19 0 1 0 113592539 103817216 1784 996147200 134512640 135477443 4294956224 18446744073709551615 134584413 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1784 477 235 0 24047 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101384

[startup+0.701842 s]
/proc/loadavg: 0.39 0.08 0.03 4/70 19954
/proc/meminfo: memFree=1444056/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=0.69
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3413 0 0 0 67 2 0 0 23 0 1 0 113592539 103817216 1791 996147200 134512640 135477443 4294956224 18446744073709551615 134606922 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1791 478 235 0 24047 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101384

[startup+1.50193 s]
/proc/loadavg: 0.39 0.08 0.03 3/71 19955
/proc/meminfo: memFree=1431632/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1.49
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3413 0 0 0 147 2 0 0 25 0 1 0 113592539 103817216 1791 996147200 134512640 135477443 4294956224 18446744073709551615 134606935 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1791 478 235 0 24047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101384

[startup+3.1011 s]
/proc/loadavg: 0.39 0.08 0.03 2/71 19955
/proc/meminfo: memFree=1427152/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=3.09
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3413 0 0 0 307 2 0 0 25 0 1 0 113592539 103817216 1791 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1791 478 235 0 24047 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101384

[startup+6.30247 s]
/proc/loadavg: 0.60 0.13 0.04 3/74 19961
/proc/meminfo: memFree=1375096/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=6.27
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3415 0 0 0 625 2 0 0 25 0 1 0 113592539 103817216 1793 996147200 134512640 135477443 4294956224 18446744073709551615 135208004 0 0 4096 0 0 0 0 17 0 0 0
/proc/19954/statm: 25346 1793 478 235 0 24047 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 101384

[startup+12.7012 s]
/proc/loadavg: 0.79 0.18 0.06 3/74 19961
/proc/meminfo: memFree=1109432/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=12.61
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3419 0 0 0 1259 2 0 0 25 0 1 0 113592539 103817216 1797 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 0 0 0
/proc/19954/statm: 25346 1797 478 235 0 24047 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 101384

[startup+25.5016 s]
/proc/loadavg: 1.28 0.31 0.10 3/74 19961
/proc/meminfo: memFree=706104/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=25.31
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3421 0 0 0 2528 3 0 0 25 0 1 0 113592539 103817216 1799 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 0 0 0
/proc/19954/statm: 25346 1799 480 235 0 24047 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 101384

[startup+51.1015 s]
/proc/loadavg: 1.64 0.48 0.16 3/74 19988
/proc/meminfo: memFree=1483448/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=50.79
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3423 0 0 0 5076 3 0 0 25 0 1 0 113592539 103817216 1801 996147200 134512640 135477443 4294956224 18446744073709551615 135268968 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1801 480 235 0 24047 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 101384

[startup+102.305 s]
/proc/loadavg: 1.84 0.71 0.26 3/74 19988
/proc/meminfo: memFree=1483576/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=101.79
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3430 0 0 0 10176 3 0 0 25 0 1 0 113592539 103817216 1808 996147200 134512640 135477443 4294956224 18446744073709551615 134589045 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1808 481 235 0 24047 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 101384

[startup+162.302 s]
/proc/loadavg: 1.94 0.94 0.36 3/74 19988
/proc/meminfo: memFree=1483384/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=161.55
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3433 0 0 0 16152 3 0 0 25 0 1 0 113592539 103817216 1811 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1811 481 235 0 24047 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 101384

[startup+222.302 s]
/proc/loadavg: 1.98 1.13 0.46 3/74 19988
/proc/meminfo: memFree=1483320/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=221.32
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3434 0 0 0 22129 3 0 0 25 0 1 0 113592539 103817216 1812 996147200 134512640 135477443 4294956224 18446744073709551615 135268562 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1812 481 235 0 24047 0
Current children cumulated CPU time (s) 221.32
Current children cumulated vsize (KiB) 101384

[startup+282.301 s]
/proc/loadavg: 1.99 1.29 0.56 3/74 19988
/proc/meminfo: memFree=1483320/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=281.08
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3435 0 0 0 28105 3 0 0 25 0 1 0 113592539 103817216 1813 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1813 481 235 0 24047 0
Current children cumulated CPU time (s) 281.08
Current children cumulated vsize (KiB) 101384

[startup+342.301 s]
/proc/loadavg: 1.99 1.42 0.64 3/74 19988
/proc/meminfo: memFree=1483320/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=340.85
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3435 0 0 0 34082 3 0 0 25 0 1 0 113592539 103817216 1813 996147200 134512640 135477443 4294956224 18446744073709551615 134584253 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1813 481 235 0 24047 0
Current children cumulated CPU time (s) 340.85
Current children cumulated vsize (KiB) 101384

[startup+402.302 s]
/proc/loadavg: 1.99 1.52 0.73 3/74 19988
/proc/meminfo: memFree=1483256/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=400.62
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3435 0 0 0 40058 4 0 0 25 0 1 0 113592539 103817216 1813 996147200 134512640 135477443 4294956224 18446744073709551615 134584090 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1813 481 235 0 24047 0
Current children cumulated CPU time (s) 400.62
Current children cumulated vsize (KiB) 101384

[startup+462.301 s]
/proc/loadavg: 1.99 1.60 0.80 3/74 19988
/proc/meminfo: memFree=1483384/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=460.39
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3435 0 0 0 46035 4 0 0 25 0 1 0 113592539 103817216 1813 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1813 481 235 0 24047 0
Current children cumulated CPU time (s) 460.39
Current children cumulated vsize (KiB) 101384

[startup+522.301 s]
/proc/loadavg: 1.99 1.67 0.87 3/74 19988
/proc/meminfo: memFree=1483384/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=520.15
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3436 0 0 0 52011 4 0 0 25 0 1 0 113592539 103817216 1814 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1814 481 235 0 24047 0
Current children cumulated CPU time (s) 520.15
Current children cumulated vsize (KiB) 101384

[startup+582.302 s]
/proc/loadavg: 1.99 1.73 0.94 3/74 19988
/proc/meminfo: memFree=1483320/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=579.91
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3436 0 0 0 57987 4 0 0 25 0 1 0 113592539 103817216 1814 996147200 134512640 135477443 4294956224 18446744073709551615 134607021 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1814 481 235 0 24047 0
Current children cumulated CPU time (s) 579.91
Current children cumulated vsize (KiB) 101384

[startup+642.302 s]
/proc/loadavg: 1.99 1.78 1.01 3/74 19988
/proc/meminfo: memFree=1483320/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=639.68
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3436 0 0 0 63964 4 0 0 25 0 1 0 113592539 103817216 1814 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1814 481 235 0 24047 0
Current children cumulated CPU time (s) 639.68
Current children cumulated vsize (KiB) 101384


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.87 1.17 3/74 19988
/proc/meminfo: memFree=1483256/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=818.97
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3436 0 0 0 81893 4 0 0 25 0 1 0 113592539 103817216 1814 996147200 134512640 135477443 4294956224 18446744073709551615 134583297 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1814 481 235 0 24047 0
Current children cumulated CPU time (s) 818.97
Current children cumulated vsize (KiB) 101384

[startup+882.302 s]
/proc/loadavg: 1.99 1.89 1.22 3/74 19988
/proc/meminfo: memFree=1483256/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=878.73
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3436 0 0 0 87869 4 0 0 25 0 1 0 113592539 103817216 1814 996147200 134512640 135477443 4294956224 18446744073709551615 135272088 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1814 481 235 0 24047 0
Current children cumulated CPU time (s) 878.73
Current children cumulated vsize (KiB) 101384

[startup+942.301 s]
/proc/loadavg: 1.99 1.91 1.27 3/74 19988
/proc/meminfo: memFree=1483256/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=938.5
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3437 0 0 0 93846 4 0 0 25 0 1 0 113592539 103817216 1815 996147200 134512640 135477443 4294956224 18446744073709551615 134584017 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1815 481 235 0 24047 0
Current children cumulated CPU time (s) 938.5
Current children cumulated vsize (KiB) 101384

[startup+1002.3 s]
/proc/loadavg: 1.99 1.92 1.31 3/74 19988
/proc/meminfo: memFree=1483256/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=998.26
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3437 0 0 0 99822 4 0 0 25 0 1 0 113592539 103817216 1815 996147200 134512640 135477443 4294956224 18446744073709551615 134584087 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1815 481 235 0 24047 0
Current children cumulated CPU time (s) 998.26
Current children cumulated vsize (KiB) 101384

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.35 3/74 19988
/proc/meminfo: memFree=1483256/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1058.03
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3437 0 0 0 105799 4 0 0 25 0 1 0 113592539 103817216 1815 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1815 481 235 0 24047 0
Current children cumulated CPU time (s) 1058.03
Current children cumulated vsize (KiB) 101384

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.39 3/74 19988
/proc/meminfo: memFree=1483256/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1117.79
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3437 0 0 0 111775 4 0 0 25 0 1 0 113592539 103817216 1815 996147200 134512640 135477443 4294956224 18446744073709551615 134607696 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1815 481 235 0 24047 0
Current children cumulated CPU time (s) 1117.79
Current children cumulated vsize (KiB) 101384

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.42 3/74 19988
/proc/meminfo: memFree=1483192/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1177.56
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 117752 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134589593 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1177.56
Current children cumulated vsize (KiB) 101384

[startup+1242.3 s]
/proc/loadavg: 1.99 1.95 1.46 3/74 19988
/proc/meminfo: memFree=1483192/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1237.32
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 123728 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1237.32
Current children cumulated vsize (KiB) 101384

[startup+1302.3 s]
/proc/loadavg: 1.99 1.96 1.49 3/74 19988
/proc/meminfo: memFree=1483064/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1297.09
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 129705 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 135270268 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1297.09
Current children cumulated vsize (KiB) 101384

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.52 3/74 19988
/proc/meminfo: memFree=1483064/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1356.85
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 135681 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1356.85
Current children cumulated vsize (KiB) 101384

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.55 3/74 19988
/proc/meminfo: memFree=1483128/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1416.62
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 141658 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134584154 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1416.62
Current children cumulated vsize (KiB) 101384

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.57 3/74 19988
/proc/meminfo: memFree=1483128/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1476.38
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 147634 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134584359 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1476.38
Current children cumulated vsize (KiB) 101384

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.59 3/74 19988
/proc/meminfo: memFree=1483128/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1536.14
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 153610 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1536.14
Current children cumulated vsize (KiB) 101384

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.62 3/74 19988
/proc/meminfo: memFree=1483128/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1595.91
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 159587 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134583216 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1595.91
Current children cumulated vsize (KiB) 101384

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/74 19988
/proc/meminfo: memFree=1483128/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1655.67
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 165563 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134584194 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1655.67
Current children cumulated vsize (KiB) 101384

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/74 19988
/proc/meminfo: memFree=1483128/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1715.44
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 171540 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134584173 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1715.44
Current children cumulated vsize (KiB) 101384

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/74 19988
/proc/meminfo: memFree=1483064/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1775.2
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 177516 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134584085 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1775.2
Current children cumulated vsize (KiB) 101384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.2 s]
/proc/loadavg: 1.99 1.97 1.68 3/74 19988
/proc/meminfo: memFree=1483064/2055920 swapFree=4179048/4192956
[pid=19954] ppid=19952 vsize=101384 CPUtime=1800.01
/proc/19954/stat : 19954 (casperzao) R 19952 19954 19781 0 -1 4194304 3439 0 0 0 179997 4 0 0 25 0 1 0 113592539 103817216 1817 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/19954/statm: 25346 1817 481 235 0 24047 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 101384

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): 1807.21
CPU time (s): 1800.02
CPU user time (s): 1799.98
CPU system time (s): 0.041993
CPU usage (%): 99.602
Max. virtual memory (cumulated for all children) (KiB): 104684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.041993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3439
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= 13
involuntary context switches= 21103

runsolver used 1.64175 second user time and 4.94425 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-02 19:18:39
IDJOB=1042833
IDBENCH=53359
IDSOLVER=361
FILE ID=node76/1042833-1215019115
PBS_JOBID= 7874320
Free space on /tmp= 66500 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-51021_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1042833-1215019115/watcher-1042833-1215019115 -o /tmp/evaluation-result-1042833-1215019115/solver-1042833-1215019115 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1042833-1215019115.xml 882457785 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e415524b90f85b845ecbce0d10074b48
RANDOM SEED=882457785

node76.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:       1444600 kB
Buffers:         62420 kB
Cached:         457780 kB
SwapCached:       8908 kB
Active:         111464 kB
Inactive:       424864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444600 kB
SwapTotal:     4192956 kB
SwapFree:      4179048 kB
Dirty:           57488 kB
Writeback:           0 kB
Mapped:          21456 kB
Slab:            60740 kB
Committed_AS:   199748 kB
PageTables:       1504 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= 66544 MiB
End job on node76 at 2008-07-02 19:48:48