Trace number 1060439

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.1 1806.21

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-80.xml
MD5SUM6db1170e4794f8db50d7ec9410af70a0
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.408937
Satisfiable
(Un)Satisfiability was proved
Number of variables159
Number of constraints6320
Maximum constraint arity3
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6320
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.22	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.22	c Parsing = 1
0.00/0.22	c Building = 1
0.58/0.62	c [ NumberOfVariables = 159 ]
0.58/0.62	c [ NumberOfConstraints = 6320 ]
0.58/0.62	c [ SizeOfSearchSpace(log2) = 1003.75 ]
0.58/0.62	c SymmetrySearch = 1
0.58/0.64	c [ Found 2 symmetries ]
0.58/0.65	c InitialPropagation = 1
0.58/0.66	c [ SizeOfSearchSpace(log2) = 1003.72 ]
0.58/0.66	c InitialSAC = 1
0.58/0.67	c [ SizeOfSearchSpace(log2) = 1003.72 ]
0.58/0.67	c Search(SampleFF) : 
80.46/81.13	c [ Sampling domwdeg ]
80.46/81.13	c [ Sampling impacts ]
80.46/81.13	c [ Sampling la ]
80.46/81.13	c [ SamplingScores: ]
80.46/81.13	c [ domwdeg+min = 2.50173e-11 | domwdeg+rnd = 2.95991e-05 ]
80.46/81.13	c [ impacts+min = 4.66534e-16 | impacts+rnd = 8.48257e-19 ]
80.46/81.13	c [ la+min = 9.8295e-16 | la+rnd = 3.21301e-08 ]
80.46/81.13	c [ domwdeg = 1.47996e-05 | impacts = 2.33691e-16 | la = 1.60651e-08 ]
80.46/81.13	c [ min = 8.33957e-12 | rand = 2.33691e-16 ]
80.46/81.13	c [ restarting at (4.52802,2.46629e-66) ]
92.47/93.27	c [ restarting at (11.3201,2.43284e-84) ]
122.64/123.61	c [ restarting at (28.3001,2.43284e-84) ]
197.86/199.46	c [ restarting at (70.7504,2.43284e-84) ]
386.01/389.09	c [ restarting at (176.876,2.43284e-84) ]
723.81/729.41	c [ restarting at (442.19,2.43284e-84) ]

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

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


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.97 4/72 325
/proc/meminfo: memFree=1853592/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=18572 CPUtime=0
/proc/325/stat : 325 (runsolver) R 323 325 32756 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991646214 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/325/statm: 4643 292 257 25 0 2626 0

[startup+0.230779 s]
/proc/loadavg: 1.91 1.95 1.97 4/72 325
/proc/meminfo: memFree=1853592/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=100916 CPUtime=0.21
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 2252 0 0 0 17 4 0 0 19 0 1 0 1991646214 103337984 1002 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25229 1002 419 235 0 23930 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 100916

[startup+0.301791 s]
/proc/loadavg: 1.91 1.95 1.97 4/72 325
/proc/meminfo: memFree=1853592/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=100920 CPUtime=0.28
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 3894 0 0 0 20 8 0 0 19 0 1 0 1991646214 103342080 1117 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25230 1117 419 235 0 23931 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100920

[startup+0.401797 s]
/proc/loadavg: 1.91 1.95 1.97 4/72 325
/proc/meminfo: memFree=1853592/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=100916 CPUtime=0.39
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 6243 0 0 0 24 15 0 0 20 0 1 0 1991646214 103337984 1306 996147200 134512640 135477443 4294956224 18446744073709551615 10825344 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25229 1306 419 235 0 23930 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 100916

[startup+0.701857 s]
/proc/loadavg: 1.91 1.95 1.97 4/72 325
/proc/meminfo: memFree=1853592/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=0.68
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 10629 0 0 0 47 21 0 0 23 0 1 0 1991646214 105660416 2241 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2241 502 235 0 24497 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103184

[startup+1.502 s]
/proc/loadavg: 1.91 1.95 1.97 3/73 326
/proc/meminfo: memFree=1846224/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1.47
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 10693 0 0 0 126 21 0 0 25 0 1 0 1991646214 105660416 2305 996147200 134512640 135477443 4294956224 18446744073709551615 135208691 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2305 503 235 0 24497 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103184

[startup+3.10128 s]
/proc/loadavg: 1.91 1.95 1.97 3/73 326
/proc/meminfo: memFree=1845968/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=3.06
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 10748 0 0 0 285 21 0 0 25 0 1 0 1991646214 105660416 2360 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2360 503 235 0 24497 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 103184

[startup+6.30184 s]
/proc/loadavg: 1.92 1.95 1.97 3/73 326
/proc/meminfo: memFree=1845776/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=6.23
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 10748 0 0 0 602 21 0 0 25 0 1 0 1991646214 105660416 2360 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2360 503 235 0 24497 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 103184

[startup+12.702 s]
/proc/loadavg: 1.93 1.95 1.97 3/73 326
/proc/meminfo: memFree=1845392/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=12.58
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 10839 0 0 0 1237 21 0 0 25 0 1 0 1991646214 105660416 2451 996147200 134512640 135477443 4294956224 18446744073709551615 135208612 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2451 503 235 0 24497 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 103184

[startup+25.5052 s]
/proc/loadavg: 1.94 1.96 1.97 3/73 326
/proc/meminfo: memFree=1844880/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=25.29
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11000 0 0 0 2507 22 0 0 25 0 1 0 1991646214 105660416 2612 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2612 504 235 0 24497 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 103184

[startup+51.1017 s]
/proc/loadavg: 1.96 1.96 1.97 3/73 326
/proc/meminfo: memFree=1844304/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=50.7
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11129 0 0 0 5048 22 0 0 25 0 1 0 1991646214 105660416 2741 996147200 134512640 135477443 4294956224 18446744073709551615 135270828 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2741 504 235 0 24497 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 103184

[startup+102.302 s]
/proc/loadavg: 1.98 1.96 1.97 3/73 326
/proc/meminfo: memFree=1843472/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=101.5
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 10128 22 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 103184

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/73 326
/proc/meminfo: memFree=1843344/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=161.04
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 16082 22 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 103184

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/73 326
/proc/meminfo: memFree=1843280/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=220.58
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 22036 22 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 103184

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/73 326
/proc/meminfo: memFree=1843280/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=280.12
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 27990 22 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 103184

[startup+342.307 s]
/proc/loadavg: 1.99 1.97 1.97 3/73 326
/proc/meminfo: memFree=1843280/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=339.67
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 33945 22 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 103184

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/73 326
/proc/meminfo: memFree=1843280/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=399.2
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 39898 22 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135270176 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 399.2
Current children cumulated vsize (KiB) 103184

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/73 326
/proc/meminfo: memFree=1843280/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=458.74
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 45852 22 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 458.74
Current children cumulated vsize (KiB) 103184

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/73 326
/proc/meminfo: memFree=1843216/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=518.29
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 51807 22 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 518.29
Current children cumulated vsize (KiB) 103184

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/73 326
/proc/meminfo: memFree=1843216/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=577.83
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 57761 22 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135268931 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 577.83
Current children cumulated vsize (KiB) 103184

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/73 326
/proc/meminfo: memFree=1843216/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=637.38
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 63715 23 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135270912 0 0 4096 0 0 0 0 17 1 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 637.38
Current children cumulated vsize (KiB) 103184


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

[startup+822.303 s]
/proc/loadavg: 2.09 2.03 1.99 3/73 553
/proc/meminfo: memFree=1830160/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=816.63
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 81635 28 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 816.63
Current children cumulated vsize (KiB) 103184

[startup+882.301 s]
/proc/loadavg: 2.03 2.02 1.99 3/73 553
/proc/meminfo: memFree=1829968/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=876.61
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 87632 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 876.61
Current children cumulated vsize (KiB) 103184

[startup+942.302 s]
/proc/loadavg: 2.01 2.01 1.99 3/73 553
/proc/meminfo: memFree=1829904/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=936.58
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 93629 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135270869 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 936.58
Current children cumulated vsize (KiB) 103184

[startup+1002.31 s]
/proc/loadavg: 2.00 2.01 1.99 3/73 553
/proc/meminfo: memFree=1829968/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=996.56
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 99627 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 134586824 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 996.56
Current children cumulated vsize (KiB) 103184

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 553
/proc/meminfo: memFree=1829968/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1056.53
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 105624 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1056.53
Current children cumulated vsize (KiB) 103184

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 553
/proc/meminfo: memFree=1829968/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1116.5
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 111621 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1116.5
Current children cumulated vsize (KiB) 103184

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 553
/proc/meminfo: memFree=1829904/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1176.47
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 117618 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208671 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1176.47
Current children cumulated vsize (KiB) 103184

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 553
/proc/meminfo: memFree=1829776/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1236.45
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 123616 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1236.45
Current children cumulated vsize (KiB) 103184

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 553
/proc/meminfo: memFree=1829840/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1296.42
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 129613 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135270912 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1296.42
Current children cumulated vsize (KiB) 103184

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 553
/proc/meminfo: memFree=1829776/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1356.39
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 135610 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1356.39
Current children cumulated vsize (KiB) 103184

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 553
/proc/meminfo: memFree=1829648/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1416.36
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 141607 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1416.36
Current children cumulated vsize (KiB) 103184

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 555
/proc/meminfo: memFree=1829456/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1476.33
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 147604 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208699 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1476.33
Current children cumulated vsize (KiB) 103184

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 555
/proc/meminfo: memFree=1829584/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1536.31
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 153602 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1536.31
Current children cumulated vsize (KiB) 103184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 555
/proc/meminfo: memFree=1829584/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1596.28
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 159599 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 134934592 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1596.28
Current children cumulated vsize (KiB) 103184

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 555
/proc/meminfo: memFree=1829584/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1656.26
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 165597 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1656.26
Current children cumulated vsize (KiB) 103184

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 555
/proc/meminfo: memFree=1829584/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1716.22
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 171593 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1716.22
Current children cumulated vsize (KiB) 103184

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 555
/proc/meminfo: memFree=1829520/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1776.2
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 177591 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1776.2
Current children cumulated vsize (KiB) 103184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.2 s]
/proc/loadavg: 2.00 2.00 1.99 3/73 555
/proc/meminfo: memFree=1829520/2055920 swapFree=4180700/4192956
[pid=325] ppid=323 vsize=103184 CPUtime=1800.09
/proc/325/stat : 325 (casperzao) R 323 325 32756 0 -1 4194304 11299 0 0 0 179980 29 0 0 25 0 1 0 1991646214 105660416 2911 996147200 134512640 135477443 4294956224 18446744073709551615 135270866 0 0 4096 0 0 0 0 17 0 0 0
/proc/325/statm: 25796 2911 505 235 0 24497 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 103184

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.21
CPU time (s): 1800.1
CPU user time (s): 1799.8
CPU system time (s): 0.299954
CPU usage (%): 99.662
Max. virtual memory (cumulated for all children) (KiB): 289212

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

runsolver used 1.87271 second user time and 4.94225 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-04 01:12:29
IDJOB=1060439
IDBENCH=54450
IDSOLVER=361
FILE ID=node61/1060439-1215126749
PBS_JOBID= 7877283
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6db1170e4794f8db50d7ec9410af70a0
RANDOM SEED=1248664582

node61.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.269
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.269
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:       1854072 kB
Buffers:         18580 kB
Cached:         105180 kB
SwapCached:       6188 kB
Active:         107060 kB
Inactive:        39136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854072 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            3672 kB
Writeback:           0 kB
Mapped:          29884 kB
Slab:            41100 kB
Committed_AS:  3845684 kB
PageTables:       1708 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node61 at 2008-07-04 01:42:37