Trace number 1060734

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 zito? (TO) 1800.05 1802.21

General information on the benchmark

Namecsp/pseudo/par/
normalized-par-32-1-c.xml
MD5SUMe4ec9a3febcaf38991fa134c8c940c52
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2630
Number of constraints6569
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6569
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.19/0.23	c Building = 1
0.19/0.26	c [ NumberOfVariables = 2630 ]
0.19/0.26	c [ NumberOfConstraints = 6569 ]
0.19/0.27	c [ SizeOfSearchSpace(log2) = 2630 ]
0.19/0.27	c SymmetrySearch = (Timeout)
10.23/10.45	c [ Proceeding without symmetry breaking ]
10.23/10.46	c InitialPropagation = 1
10.23/10.47	c [ SizeOfSearchSpace(log2) = 2630 ]
10.23/10.47	c InitialSAC = 1
10.43/10.64	c [ SizeOfSearchSpace(log2) = 2630 ]
10.43/10.64	c Search(SampleFF) : 
80.77/81.30	c [ Sampling domwdeg ]
80.77/81.30	c [ Sampling impacts ]
80.77/81.30	c [ SamplingScores: ]
80.77/81.30	c [ domwdeg+min = 0.203929 | domwdeg+rnd = 0.0019196 ]
80.77/81.30	c [ impacts+min = 1.2035e-06 | impacts+rnd = 7.90097e-08 ]
80.77/81.30	c [ la+min = 0 | la+rnd = 0 ]
80.77/81.30	c [ domwdeg = 0.102924 | impacts = 6.41254e-07 | la = 0 ]
80.77/81.30	c [ min = 0.0679767 | rand = 6.41254e-07 ]
80.77/81.30	c [ restarting at (3.96356,0.00391495) ]
90.62/91.22	c [ restarting at (9.9089,0.00012211) ]
115.30/116.00	c [ restarting at (24.7722,7.66793e-06) ]
176.91/177.97	c [ restarting at (61.9306,1.64472e-06) ]
331.07/332.86	c [ restarting at (154.827,1.76579e-06) ]
718.26/720.11	c [ restarting at (387.066,1.23121e-06) ]
1686.07/1688.21	c [ restarting at (967.666,9.4492e-06) ]

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-1060734-1215128273/watcher-1060734-1215128273 -o /tmp/evaluation-result-1060734-1215128273/solver-1060734-1215128273 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1060734-1215128273.xml 975352835 

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.96 1.81 4/88 21877
/proc/meminfo: memFree=1477940/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=5348 CPUtime=0
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 668553873 5476352 191 996147200 134512640 135472138 4294956224 18446744073709551615 10230648 0 0 4096 0 0 0 0 17 0 0 0
/proc/21877/statm: 1337 191 157 234 0 27 0

[startup+0.107403 s]
/proc/loadavg: 1.92 1.96 1.81 4/88 21877
/proc/meminfo: memFree=1477940/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=6756 CPUtime=0.1
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 808 0 0 0 10 0 0 0 21 0 1 0 668553873 6918144 768 996147200 134512640 135472138 4294956224 18446744073709551615 134805395 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 1689 768 368 234 0 391 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6756

[startup+0.202413 s]
/proc/loadavg: 1.92 1.96 1.81 4/88 21877
/proc/meminfo: memFree=1477940/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=7812 CPUtime=0.19
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 1065 0 0 0 19 0 0 0 21 0 1 0 668553873 7999488 1025 996147200 134512640 135472138 4294956224 18446744073709551615 134785216 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 1953 1025 368 234 0 655 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 7812

[startup+0.30243 s]
/proc/loadavg: 1.92 1.96 1.81 4/88 21877
/proc/meminfo: memFree=1477940/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=108228 CPUtime=0.29
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3075 0 0 0 28 1 0 0 22 0 1 0 668553873 110825472 3032 996147200 134512640 135472138 4294956224 18446744073709551615 134535933 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 27057 3032 448 234 0 25759 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 108228

[startup+0.702465 s]
/proc/loadavg: 1.92 1.96 1.81 4/88 21877
/proc/meminfo: memFree=1477940/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=108228 CPUtime=0.69
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3236 0 0 0 68 1 0 0 25 0 1 0 668553873 110825472 3179 996147200 134512640 135472138 4294956224 18446744073709551615 134535916 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 27057 3179 448 234 0 25759 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 108228

[startup+1.50154 s]
/proc/loadavg: 1.92 1.96 1.81 3/89 21878
/proc/meminfo: memFree=1466860/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=108228 CPUtime=1.48
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3236 0 0 0 147 1 0 0 25 0 1 0 668553873 110825472 3179 996147200 134512640 135472138 4294956224 18446744073709551615 134536516 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 27057 3179 448 234 0 25759 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 108228

[startup+3.10157 s]
/proc/loadavg: 1.92 1.96 1.81 3/89 21878
/proc/meminfo: memFree=1466604/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=108228 CPUtime=3.07
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3236 0 0 0 306 1 0 0 25 0 1 0 668553873 110825472 3179 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 27057 3179 448 234 0 25759 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 108228

[startup+6.30191 s]
/proc/loadavg: 2.09 2.00 1.82 3/89 21878
/proc/meminfo: memFree=1466548/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=108228 CPUtime=6.26
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3236 0 0 0 625 1 0 0 25 0 1 0 668553873 110825472 3179 996147200 134512640 135472138 4294956224 18446744073709551615 134532359 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 27057 3179 448 234 0 25759 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 108228

[startup+12.7016 s]
/proc/loadavg: 2.08 2.00 1.83 3/89 21878
/proc/meminfo: memFree=1470068/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=12.52
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3355 0 0 0 1250 2 0 0 25 0 1 0 668553873 105476096 2347 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2347 495 234 0 24453 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 103004

[startup+25.5019 s]
/proc/loadavg: 2.06 2.00 1.83 3/89 21878
/proc/meminfo: memFree=1469876/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=25.26
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3387 0 0 0 2524 2 0 0 25 0 1 0 668553873 105476096 2379 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2379 495 234 0 24453 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 103004

[startup+51.1015 s]
/proc/loadavg: 2.04 2.00 1.83 3/89 21878
/proc/meminfo: memFree=1469556/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=50.71
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3481 0 0 0 5069 2 0 0 25 0 1 0 668553873 105476096 2473 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2473 497 234 0 24453 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 103004

[startup+102.302 s]
/proc/loadavg: 2.02 2.00 1.83 3/89 21878
/proc/meminfo: memFree=1469300/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=101.66
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3540 0 0 0 10164 2 0 0 25 0 1 0 668553873 105476096 2532 996147200 134512640 135472138 4294956224 18446744073709551615 134580881 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2532 498 234 0 24453 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 103004

[startup+162.301 s]
/proc/loadavg: 2.06 2.01 1.85 3/89 21878
/proc/meminfo: memFree=1469172/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=161.38
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3559 0 0 0 16136 2 0 0 25 0 1 0 668553873 105476096 2551 996147200 134512640 135472138 4294956224 18446744073709551615 134936171 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2551 498 234 0 24453 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 103004

[startup+222.301 s]
/proc/loadavg: 2.02 2.00 1.85 3/89 21878
/proc/meminfo: memFree=1468916/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=221.08
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3577 0 0 0 22106 2 0 0 25 0 1 0 668553873 105476096 2569 996147200 134512640 135472138 4294956224 18446744073709551615 135263622 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2569 498 234 0 24453 0
Current children cumulated CPU time (s) 221.08
Current children cumulated vsize (KiB) 103004

[startup+282.301 s]
/proc/loadavg: 2.15 2.03 1.87 3/80 21908
/proc/meminfo: memFree=1502020/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=280.59
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3577 0 0 0 28057 2 0 0 25 0 1 0 668553873 105476096 2569 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2569 498 234 0 24453 0
Current children cumulated CPU time (s) 280.59
Current children cumulated vsize (KiB) 103004

[startup+342.302 s]
/proc/loadavg: 2.12 2.04 1.88 3/80 21908
/proc/meminfo: memFree=1501956/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=340.57
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3595 0 0 0 34055 2 0 0 25 0 1 0 668553873 105476096 2587 996147200 134512640 135472138 4294956224 18446744073709551615 134677825 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2587 498 234 0 24453 0
Current children cumulated CPU time (s) 340.57
Current children cumulated vsize (KiB) 103004

[startup+402.302 s]
/proc/loadavg: 2.16 2.06 1.90 3/80 21908
/proc/meminfo: memFree=1501956/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=400.55
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3595 0 0 0 40053 2 0 0 25 0 1 0 668553873 105476096 2587 996147200 134512640 135472138 4294956224 18446744073709551615 134580881 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2587 498 234 0 24453 0
Current children cumulated CPU time (s) 400.55
Current children cumulated vsize (KiB) 103004

[startup+462.301 s]
/proc/loadavg: 2.12 2.06 1.91 3/80 21908
/proc/meminfo: memFree=1501956/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=460.53
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3595 0 0 0 46051 2 0 0 25 0 1 0 668553873 105476096 2587 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2587 498 234 0 24453 0
Current children cumulated CPU time (s) 460.53
Current children cumulated vsize (KiB) 103004

[startup+522.301 s]
/proc/loadavg: 2.04 2.05 1.91 3/80 21909
/proc/meminfo: memFree=1501764/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=520.51
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3595 0 0 0 52049 2 0 0 25 0 1 0 668553873 105476096 2587 996147200 134512640 135472138 4294956224 18446744073709551615 134936591 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2587 498 234 0 24453 0
Current children cumulated CPU time (s) 520.51
Current children cumulated vsize (KiB) 103004

[startup+582.302 s]
/proc/loadavg: 2.01 2.04 1.91 3/80 21909
/proc/meminfo: memFree=1501700/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=580.5
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3595 0 0 0 58048 2 0 0 25 0 1 0 668553873 105476096 2587 996147200 134512640 135472138 4294956224 18446744073709551615 134691631 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2587 498 234 0 24453 0
Current children cumulated CPU time (s) 580.5
Current children cumulated vsize (KiB) 103004

[startup+642.303 s]
/proc/loadavg: 2.00 2.03 1.91 3/80 21909
/proc/meminfo: memFree=1501700/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=640.48
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3595 0 0 0 64046 2 0 0 25 0 1 0 668553873 105476096 2587 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2587 498 234 0 24453 0
Current children cumulated CPU time (s) 640.48
Current children cumulated vsize (KiB) 103004


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.01 1.91 3/80 21909
/proc/meminfo: memFree=1501508/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=820.43
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3612 0 0 0 82041 2 0 0 25 0 1 0 668553873 105476096 2604 996147200 134512640 135472138 4294956224 18446744073709551615 134580944 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2604 498 234 0 24453 0
Current children cumulated CPU time (s) 820.43
Current children cumulated vsize (KiB) 103004

[startup+882.308 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21909
/proc/meminfo: memFree=1501572/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=880.42
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3613 0 0 0 88040 2 0 0 25 0 1 0 668553873 105476096 2605 996147200 134512640 135472138 4294956224 18446744073709551615 135202788 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2605 498 234 0 24453 0
Current children cumulated CPU time (s) 880.42
Current children cumulated vsize (KiB) 103004

[startup+942.303 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21909
/proc/meminfo: memFree=1501508/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=940.4
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3613 0 0 0 94038 2 0 0 25 0 1 0 668553873 105476096 2605 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2605 498 234 0 24453 0
Current children cumulated CPU time (s) 940.4
Current children cumulated vsize (KiB) 103004

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21909
/proc/meminfo: memFree=1501444/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1000.38
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3613 0 0 0 100036 2 0 0 25 0 1 0 668553873 105476096 2605 996147200 134512640 135472138 4294956224 18446744073709551615 134580881 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2605 498 234 0 24453 0
Current children cumulated CPU time (s) 1000.38
Current children cumulated vsize (KiB) 103004

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21909
/proc/meminfo: memFree=1501444/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1060.36
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3613 0 0 0 106034 2 0 0 25 0 1 0 668553873 105476096 2605 996147200 134512640 135472138 4294956224 18446744073709551615 135202635 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2605 498 234 0 24453 0
Current children cumulated CPU time (s) 1060.36
Current children cumulated vsize (KiB) 103004

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21909
/proc/meminfo: memFree=1501380/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1120.35
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3613 0 0 0 112033 2 0 0 25 0 1 0 668553873 105476096 2605 996147200 134512640 135472138 4294956224 18446744073709551615 134580996 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2605 498 234 0 24453 0
Current children cumulated CPU time (s) 1120.35
Current children cumulated vsize (KiB) 103004

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21909
/proc/meminfo: memFree=1501316/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1180.33
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3613 0 0 0 118031 2 0 0 25 0 1 0 668553873 105476096 2605 996147200 134512640 135472138 4294956224 18446744073709551615 135264224 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2605 498 234 0 24453 0
Current children cumulated CPU time (s) 1180.33
Current children cumulated vsize (KiB) 103004

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21909
/proc/meminfo: memFree=1501316/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1240.31
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3613 0 0 0 124029 2 0 0 25 0 1 0 668553873 105476096 2605 996147200 134512640 135472138 4294956224 18446744073709551615 134580881 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2605 498 234 0 24453 0
Current children cumulated CPU time (s) 1240.31
Current children cumulated vsize (KiB) 103004

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21909
/proc/meminfo: memFree=1501188/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1300.3
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3613 0 0 0 130028 2 0 0 25 0 1 0 668553873 105476096 2605 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2605 498 234 0 24453 0
Current children cumulated CPU time (s) 1300.3
Current children cumulated vsize (KiB) 103004

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21909
/proc/meminfo: memFree=1501252/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1360.28
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3614 0 0 0 136026 2 0 0 25 0 1 0 668553873 105476096 2606 996147200 134512640 135472138 4294956224 18446744073709551615 134874403 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2606 498 234 0 24453 0
Current children cumulated CPU time (s) 1360.28
Current children cumulated vsize (KiB) 103004

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21915
/proc/meminfo: memFree=1501124/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1420.25
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3614 0 0 0 142023 2 0 0 25 0 1 0 668553873 105476096 2606 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2606 498 234 0 24453 0
Current children cumulated CPU time (s) 1420.25
Current children cumulated vsize (KiB) 103004

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21915
/proc/meminfo: memFree=1501060/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1480.22
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3614 0 0 0 148020 2 0 0 25 0 1 0 668553873 105476096 2606 996147200 134512640 135472138 4294956224 18446744073709551615 134578285 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2606 498 234 0 24453 0
Current children cumulated CPU time (s) 1480.22
Current children cumulated vsize (KiB) 103004

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21915
/proc/meminfo: memFree=1500932/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1540.21
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3614 0 0 0 154019 2 0 0 25 0 1 0 668553873 105476096 2606 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2606 498 234 0 24453 0
Current children cumulated CPU time (s) 1540.21
Current children cumulated vsize (KiB) 103004

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21915
/proc/meminfo: memFree=1500932/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1600.19
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3614 0 0 0 160017 2 0 0 25 0 1 0 668553873 105476096 2606 996147200 134512640 135472138 4294956224 18446744073709551615 134581606 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2606 498 234 0 24453 0
Current children cumulated CPU time (s) 1600.19
Current children cumulated vsize (KiB) 103004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21915
/proc/meminfo: memFree=1500996/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1660.17
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3614 0 0 0 166015 2 0 0 25 0 1 0 668553873 105476096 2606 996147200 134512640 135472138 4294956224 18446744073709551615 134936586 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2606 498 234 0 24453 0
Current children cumulated CPU time (s) 1660.17
Current children cumulated vsize (KiB) 103004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21915
/proc/meminfo: memFree=1500932/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1720.16
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3631 0 0 0 172014 2 0 0 25 0 1 0 668553873 105476096 2623 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2623 498 234 0 24453 0
Current children cumulated CPU time (s) 1720.16
Current children cumulated vsize (KiB) 103004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21915
/proc/meminfo: memFree=1500804/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1780.14
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3631 0 0 0 178012 2 0 0 25 0 1 0 668553873 105476096 2623 996147200 134512640 135472138 4294956224 18446744073709551615 134580922 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2623 498 234 0 24453 0
Current children cumulated CPU time (s) 1780.14
Current children cumulated vsize (KiB) 103004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.2 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 21915
/proc/meminfo: memFree=1500804/2055920 swapFree=4045948/4192956
[pid=21877] ppid=21875 vsize=103004 CPUtime=1800.04
/proc/21877/stat : 21877 (casperzito) R 21875 21877 20509 0 -1 4194304 3631 0 0 0 180002 2 0 0 25 0 1 0 668553873 105476096 2623 996147200 134512640 135472138 4294956224 18446744073709551615 134672497 0 0 4096 0 0 0 0 17 1 0 0
/proc/21877/statm: 25751 2623 498 234 0 24453 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103004

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): 1802.21
CPU time (s): 1800.05
CPU user time (s): 1800.03
CPU system time (s): 0.026995
CPU usage (%): 99.8804
Max. virtual memory (cumulated for all children) (KiB): 108228

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

runsolver used 2.18167 second user time and 6.51701 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-04 01:37:53
IDJOB=1060734
IDBENCH=54476
IDSOLVER=362
FILE ID=node90/1060734-1215128273
PBS_JOBID= 7877027
Free space on /tmp= 65540 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/pseudo/par/normalized-par-32-1-c.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060734-1215128273/watcher-1060734-1215128273 -o /tmp/evaluation-result-1060734-1215128273/solver-1060734-1215128273 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1060734-1215128273.xml 975352835 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e4ec9a3febcaf38991fa134c8c940c52
RANDOM SEED=975352835

node90.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.236
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.236
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:       1478356 kB
Buffers:         23992 kB
Cached:         237076 kB
SwapCached:     138772 kB
Active:         243764 kB
Inactive:       281188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1478356 kB
SwapTotal:     4192956 kB
SwapFree:      4045948 kB
Dirty:            3864 kB
Writeback:           0 kB
Mapped:         126012 kB
Slab:            37020 kB
Committed_AS:   988336 kB
PageTables:       2548 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= 65536 MiB
End job on node90 at 2008-07-04 02:07:57