Trace number 1060545

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.06 1808.21

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-100.xml
MD5SUM55150c4600f99bca659f929bb418a24c
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.758883
Satisfiable
(Un)Satisfiability was proved
Number of variables199
Number of constraints9900
Maximum constraint arity3
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.22	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.22	c Parsing = 1
0.18/0.29	c Building = 1
0.27/0.32	c [ NumberOfVariables = 199 ]
0.27/0.32	c [ NumberOfConstraints = 9900 ]
0.27/0.32	c [ SizeOfSearchSpace(log2) = 1320.69 ]
0.27/0.32	c SymmetrySearch = 1
0.27/0.35	c [ Found 2 symmetries ]
0.27/0.36	c InitialPropagation = 1
0.27/0.37	c [ SizeOfSearchSpace(log2) = 1320.66 ]
0.27/0.37	c InitialSAC = 1
0.37/0.41	c [ SizeOfSearchSpace(log2) = 1320.66 ]
0.37/0.41	c Search(SampleFF) : 
78.69/79.13	c [ Sampling domwdeg ]
78.69/79.13	c [ Sampling impacts ]
78.69/79.13	c [ SamplingScores: ]
78.69/79.13	c [ domwdeg+min = 3.9773e-12 | domwdeg+rnd = 6.86315e-06 ]
78.69/79.13	c [ impacts+min = 1.29637e-16 | impacts+rnd = 1.64115e-09 ]
78.69/79.13	c [ la+min = 0 | la+rnd = 0 ]
78.69/79.13	c [ domwdeg = 3.43158e-06 | impacts = 8.20573e-10 | la = 0 ]
78.69/79.13	c [ min = 1.32581e-12 | rand = 8.20573e-10 ]
78.69/79.13	c [ restarting at (3.96356,1.15475e-56) ]
89.23/89.76	c [ restarting at (9.9089,2.30787e-56) ]
115.70/116.32	c [ restarting at (24.7722,2.30787e-56) ]
181.78/182.71	c [ restarting at (61.9306,3.42434e-52) ]
346.87/348.70	c [ restarting at (154.827,3.40824e-50) ]
759.85/763.67	c [ restarting at (387.066,4.52081e-48) ]
880.35/884.72	c [ restarting at (967.666,1.08093e-71) ]

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

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.99 1.98 1.91 4/80 980
/proc/meminfo: memFree=1856488/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=18572 CPUtime=0
/proc/980/stat : 980 (runsolver) R 978 980 31442 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991701445 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 213112122663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/980/statm: 4643 292 257 25 0 2626 0

[startup+0.127489 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 980
/proc/meminfo: memFree=1856488/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=6492 CPUtime=0.1
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 743 0 1 0 10 0 0 0 18 0 1 0 1991701445 6647808 704 996147200 134512640 135472138 4294956224 18446744073709551615 7288443 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 1623 704 368 234 0 325 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 6492

[startup+0.201498 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 980
/proc/meminfo: memFree=1856488/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=7284 CPUtime=0.18
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 921 0 1 0 18 0 0 0 18 0 1 0 1991701445 7458816 882 996147200 134512640 135472138 4294956224 18446744073709551615 7288443 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 1821 882 368 234 0 523 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 7284

[startup+0.301518 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 980
/proc/meminfo: memFree=1856488/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=101836 CPUtime=0.27
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 1269 0 2 0 27 0 0 0 20 0 1 0 1991701445 104280064 1231 996147200 134512640 135472138 4294956224 18446744073709551615 134923025 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 25459 1233 409 234 0 24161 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 101836

[startup+0.701589 s]
/proc/loadavg: 1.99 1.98 1.91 4/80 980
/proc/meminfo: memFree=1856488/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=0.67
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3085 0 2 0 66 1 0 0 23 0 1 0 1991701445 106745856 2923 996147200 134512640 135472138 4294956224 18446744073709551615 135262959 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 2923 487 234 0 24763 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 104244

[startup+1.50172 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 981
/proc/meminfo: memFree=1845600/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1.46
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3115 0 2 0 145 1 0 0 25 0 1 0 1991701445 106745856 2953 996147200 134512640 135472138 4294956224 18446744073709551615 134928574 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 2953 488 234 0 24763 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 104244

[startup+3.10301 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 981
/proc/meminfo: memFree=1845344/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=3.05
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3261 0 2 0 304 1 0 0 25 0 1 0 1991701445 106745856 3099 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3099 488 234 0 24763 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 104244

[startup+6.30154 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 981
/proc/meminfo: memFree=1844776/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=6.24
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3312 0 2 0 623 1 0 0 25 0 1 0 1991701445 106745856 3150 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3150 488 234 0 24763 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 104244

[startup+12.7016 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 981
/proc/meminfo: memFree=1844136/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=12.6
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3424 0 2 0 1259 1 0 0 25 0 1 0 1991701445 106745856 3262 996147200 134512640 135472138 4294956224 18446744073709551615 135264446 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3262 488 234 0 24763 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 104244

[startup+25.5018 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 981
/proc/meminfo: memFree=1844136/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=25.34
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3424 0 2 0 2533 1 0 0 25 0 1 0 1991701445 106745856 3262 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3262 488 234 0 24763 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 104244

[startup+51.1012 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 981
/proc/meminfo: memFree=1842792/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=50.82
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3897 0 2 0 5080 2 0 0 25 0 1 0 1991701445 106745856 3735 996147200 134512640 135472138 4294956224 18446744073709551615 135264421 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3735 490 234 0 24763 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 104244

[startup+102.302 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 981
/proc/meminfo: memFree=1842216/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=101.78
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 10176 2 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 134581662 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 104244

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 981
/proc/meminfo: memFree=1842152/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=161.48
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 16146 2 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135265584 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 104244

[startup+222.305 s]
/proc/loadavg: 1.99 1.98 1.91 3/81 981
/proc/meminfo: memFree=1842152/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=221.19
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 22117 2 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 104244

[startup+282.303 s]
/proc/loadavg: 2.04 2.00 1.91 3/81 981
/proc/meminfo: memFree=1842024/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=280.89
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 28087 2 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135265555 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 280.89
Current children cumulated vsize (KiB) 104244

[startup+342.302 s]
/proc/loadavg: 2.01 2.00 1.91 3/81 981
/proc/meminfo: memFree=1842024/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=340.6
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 34058 2 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135267180 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 340.6
Current children cumulated vsize (KiB) 104244

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 981
/proc/meminfo: memFree=1842024/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=400.31
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 40028 3 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135263204 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 400.31
Current children cumulated vsize (KiB) 104244

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 981
/proc/meminfo: memFree=1842024/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=460.02
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 45999 3 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 460.02
Current children cumulated vsize (KiB) 104244

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 981
/proc/meminfo: memFree=1841960/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=519.73
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 51970 3 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135265574 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 519.73
Current children cumulated vsize (KiB) 104244

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 981
/proc/meminfo: memFree=1841960/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=579.43
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 57940 3 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 579.43
Current children cumulated vsize (KiB) 104244

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 1.91 3/81 981
/proc/meminfo: memFree=1841896/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=639.14
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 63911 3 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 134577401 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 639.14
Current children cumulated vsize (KiB) 104244


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

[startup+882.306 s]
/proc/loadavg: 2.04 2.01 1.92 3/81 983
/proc/meminfo: memFree=1841512/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=877.97
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 87794 3 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 877.97
Current children cumulated vsize (KiB) 104244

[startup+942.303 s]
/proc/loadavg: 2.10 2.03 1.93 3/81 1021
/proc/meminfo: memFree=1826656/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=937.7
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 93766 4 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 937.7
Current children cumulated vsize (KiB) 104244

[startup+1002.3 s]
/proc/loadavg: 2.07 2.03 1.93 3/81 1021
/proc/meminfo: memFree=1826464/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=997.45
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 99741 4 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 997.45
Current children cumulated vsize (KiB) 104244

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/81 1021
/proc/meminfo: memFree=1826400/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1057.2
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 105716 4 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1057.2
Current children cumulated vsize (KiB) 104244

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 1.93 3/81 1021
/proc/meminfo: memFree=1824800/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1116.96
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 111692 4 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1116.96
Current children cumulated vsize (KiB) 104244

[startup+1182.3 s]
/proc/loadavg: 2.06 2.03 1.94 3/81 1021
/proc/meminfo: memFree=1824800/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1176.72
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 117668 4 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135265584 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1176.72
Current children cumulated vsize (KiB) 104244

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/81 1021
/proc/meminfo: memFree=1824736/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1236.47
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 123642 5 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1236.47
Current children cumulated vsize (KiB) 104244

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 1.94 3/81 1021
/proc/meminfo: memFree=1824672/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1296.23
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 129618 5 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1296.23
Current children cumulated vsize (KiB) 104244

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/81 1021
/proc/meminfo: memFree=1824608/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1355.98
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 135593 5 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1355.98
Current children cumulated vsize (KiB) 104244

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 1021
/proc/meminfo: memFree=1824544/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1415.73
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 141568 5 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1415.73
Current children cumulated vsize (KiB) 104244

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 1021
/proc/meminfo: memFree=1824480/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1475.49
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 147544 5 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135265498 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1475.49
Current children cumulated vsize (KiB) 104244

[startup+1542.31 s]
/proc/loadavg: 2.03 2.01 1.94 3/81 1021
/proc/meminfo: memFree=1824352/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1535.24
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 153519 5 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1535.24
Current children cumulated vsize (KiB) 104244

[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/81 1021
/proc/meminfo: memFree=1824352/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1594.99
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 159494 5 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1594.99
Current children cumulated vsize (KiB) 104244

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 1021
/proc/meminfo: memFree=1824288/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1654.75
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 165470 5 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1654.75
Current children cumulated vsize (KiB) 104244

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 1021
/proc/meminfo: memFree=1824224/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1714.51
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 171445 6 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1714.51
Current children cumulated vsize (KiB) 104244

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 1021
/proc/meminfo: memFree=1824160/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1774.25
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 177419 6 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 134672490 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1774.25
Current children cumulated vsize (KiB) 104244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 1021
/proc/meminfo: memFree=1824160/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1800.05
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 179999 6 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 134577393 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 104244

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1808.2 s]
/proc/loadavg: 2.00 2.00 1.94 3/81 1021
/proc/meminfo: memFree=1824160/2055920 swapFree=4180444/4192956
[pid=980] ppid=978 vsize=104244 CPUtime=1800.05
/proc/980/stat : 980 (casperzito) R 978 980 31442 0 -1 4194304 3898 0 2 0 179999 6 0 0 25 0 1 0 1991701445 106745856 3736 996147200 134512640 135472138 4294956224 18446744073709551615 134577393 0 0 4096 0 0 0 0 17 0 0 0
/proc/980/statm: 26061 3736 491 234 0 24763 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 104244

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.21
CPU time (s): 1800.06
CPU user time (s): 1800
CPU system time (s): 0.067989
CPU usage (%): 99.5496
Max. virtual memory (cumulated for all children) (KiB): 104244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3898
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 39613

runsolver used 1.80972 second user time and 4.77627 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 01:21:59
IDJOB=1060545
IDBENCH=54460
IDSOLVER=362
FILE ID=node68/1060545-1215127319
PBS_JOBID= 7877069
Free space on /tmp= 66540 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-100.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060545-1215127319/watcher-1060545-1215127319 -o /tmp/evaluation-result-1060545-1215127319/solver-1060545-1215127319 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1060545-1215127319.xml 503657253 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 55150c4600f99bca659f929bb418a24c
RANDOM SEED=503657253

node68.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.261
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.261
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:       1856968 kB
Buffers:          5352 kB
Cached:          57420 kB
SwapCached:       6520 kB
Active:         128540 kB
Inactive:        16960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1856968 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            4020 kB
Writeback:           0 kB
Mapped:          96356 kB
Slab:            38744 kB
Committed_AS:  4952420 kB
PageTables:       1888 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= 66536 MiB
End job on node68 at 2008-07-04 01:52:09