Trace number 1043410

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.05 1806.31

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-9.xml
MD5SUM0ce45c432ac349031f1c34773638f3be
Bench CategoryGLOBAL (global constraints)
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 variables243
Number of constraints118
Maximum constraint arity81
Maximum domain size81
Number of constraints which are defined in extension81
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(37)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 243 ]
0.18/0.21	c [ NumberOfConstraints = 118 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 1027.06 ]
0.18/0.21	c SymmetrySearch = 1
0.18/0.21	c [ Found 2.63364e+11 symmetries ]
0.18/0.21	c InitialPropagation = 1
0.18/0.24	c [ SizeOfSearchSpace(log2) = 875.952 ]
0.18/0.24	c InitialSAC = 1
0.78/0.87	c [ SizeOfSearchSpace(log2) = 875.952 ]
0.78/0.87	c Search(SampleFF) : 
115.30/116.25	c [ Sampling domwdeg ]
115.30/116.25	c [ Sampling impacts ]
115.30/116.25	c [ Sampling la ]
115.30/116.25	c [ SamplingScores: ]
115.30/116.25	c [ domwdeg+min = 5.33285e-43 | domwdeg+rnd = 1.38273e-66 ]
115.30/116.25	c [ impacts+min = 3.98068e-25 | impacts+rnd = 1.72198e-25 ]
115.30/116.25	c [ la+min = 3.4271e-35 | la+rnd = 1.72958e-32 ]
115.30/116.25	c [ domwdeg = 2.66643e-43 | impacts = 2.85133e-25 | la = 8.66502e-33 ]
115.30/116.25	c [ min = 1.32689e-25 | rand = 2.85133e-25 ]
115.30/116.25	c [ restarting at (0.1,5.27036e-29) ]
115.60/116.52	c [ restarting at (0.25,3.03241e-27) ]
116.19/117.19	c [ restarting at (0.625,9.94047e-28) ]
117.88/118.87	c [ restarting at (1.5625,8.79514e-28) ]
122.05/123.06	c [ restarting at (3.90625,5.28029e-25) ]
132.47/133.53	c [ restarting at (9.76562,9.62665e-25) ]
158.47/159.70	c [ restarting at (24.4141,3.79184e-26) ]
223.37/225.12	c [ restarting at (61.0352,2.35116e-23) ]
385.64/388.69	c [ restarting at (152.588,2.39249e-22) ]
759.80/765.60	c [ restarting at (381.47,8.87932e-25) ]
1713.47/1719.71	c [ restarting at (953.674,7.15368e-22) ]

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

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.98 1.99 4/72 13851
/proc/meminfo: memFree=1419264/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=1056 CPUtime=0
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1981841419 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 1979172 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 264 26 20 235 0 3 0

[startup+0.101884 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13851
/proc/meminfo: memFree=1419264/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=102856 CPUtime=0.08
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 1524 0 0 0 8 0 0 0 18 0 1 0 1981841419 105324544 1484 996147200 134512640 135477443 4294956224 18446744073709551615 134532284 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25714 1484 455 235 0 24415 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 102856

[startup+0.201895 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13851
/proc/meminfo: memFree=1419264/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103664 CPUtime=0.18
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 1727 0 0 0 18 0 0 0 18 0 1 0 1981841419 106151936 1687 996147200 134512640 135477443 4294956224 18446744073709551615 2414203 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25916 1687 455 235 0 24617 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 103664

[startup+0.3019 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13851
/proc/meminfo: memFree=1419264/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=0.29
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 2197 0 0 0 28 1 0 0 19 0 1 0 1981841419 106160128 2082 996147200 134512640 135477443 4294956224 18446744073709551615 134609556 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 2082 491 235 0 24619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103672

[startup+0.701936 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 13851
/proc/meminfo: memFree=1419264/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=0.68
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 2205 0 0 0 67 1 0 0 23 0 1 0 1981841419 106160128 2090 996147200 134512640 135477443 4294956224 18446744073709551615 134874656 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 2090 491 235 0 24619 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103672

[startup+1.502 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 13852
/proc/meminfo: memFree=1410936/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1.47
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 2681 0 0 0 146 1 0 0 25 0 1 0 1981841419 106160128 2566 996147200 134512640 135477443 4294956224 18446744073709551615 134946677 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 2566 509 235 0 24619 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103672

[startup+3.10115 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 13852
/proc/meminfo: memFree=1410744/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=3.07
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 2699 0 0 0 305 2 0 0 25 0 1 0 1981841419 106160128 2584 996147200 134512640 135477443 4294956224 18446744073709551615 134881394 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 2584 509 235 0 24619 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 103672

[startup+6.30144 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 13852
/proc/meminfo: memFree=1410616/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=6.24
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 2702 0 0 0 622 2 0 0 25 0 1 0 1981841419 106160128 2587 996147200 134512640 135477443 4294956224 18446744073709551615 134881171 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 2587 509 235 0 24619 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 103672

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 13852
/proc/meminfo: memFree=1410680/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=12.6
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 2702 0 0 0 1258 2 0 0 25 0 1 0 1981841419 106160128 2587 996147200 134512640 135477443 4294956224 18446744073709551615 135016976 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 2587 509 235 0 24619 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 103672

[startup+25.5012 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 13852
/proc/meminfo: memFree=1410744/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=25.29
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 2712 0 0 0 2527 2 0 0 25 0 1 0 1981841419 106160128 2597 996147200 134512640 135477443 4294956224 18446744073709551615 134946704 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 2597 510 235 0 24619 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 103672

[startup+51.1015 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 13852
/proc/meminfo: memFree=1410616/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=50.7
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 2743 0 0 0 5068 2 0 0 25 0 1 0 1981841419 106160128 2628 996147200 134512640 135477443 4294956224 18446744073709551615 134874656 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 2628 510 235 0 24619 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 103672

[startup+102.301 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 13852
/proc/meminfo: memFree=1408184/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=101.51
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3328 0 0 0 10149 2 0 0 25 0 1 0 1981841419 106160128 3213 996147200 134512640 135477443 4294956224 18446744073709551615 135017150 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3213 510 235 0 24619 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 103672

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13852
/proc/meminfo: memFree=1407736/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=161.05
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 16103 2 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134881471 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 103672

[startup+222.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13858
/proc/meminfo: memFree=1407608/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=220.59
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 22057 2 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134609352 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 220.59
Current children cumulated vsize (KiB) 103672

[startup+282.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13858
/proc/meminfo: memFree=1407544/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=280.14
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 28012 2 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134889746 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 280.14
Current children cumulated vsize (KiB) 103672

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13858
/proc/meminfo: memFree=1407544/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=339.69
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 33967 2 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 135268555 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 339.69
Current children cumulated vsize (KiB) 103672

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13858
/proc/meminfo: memFree=1407480/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=399.23
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 39921 2 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 135017127 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 399.23
Current children cumulated vsize (KiB) 103672

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13858
/proc/meminfo: memFree=1407480/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=458.78
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 45876 2 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134598112 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 458.78
Current children cumulated vsize (KiB) 103672

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13858
/proc/meminfo: memFree=1407480/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=518.33
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 51831 2 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134946722 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 518.33
Current children cumulated vsize (KiB) 103672

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13858
/proc/meminfo: memFree=1407416/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=577.88
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 57786 2 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134946671 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 577.88
Current children cumulated vsize (KiB) 103672

[startup+642.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 13858
/proc/meminfo: memFree=1407416/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=637.43
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 63741 2 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134880912 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 637.43
Current children cumulated vsize (KiB) 103672


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

[startup+822.302 s]
/proc/loadavg: 1.40 1.82 1.94 2/65 13880
/proc/meminfo: memFree=1428800/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=816.47
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 81644 3 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134946688 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 816.47
Current children cumulated vsize (KiB) 103672

[startup+882.305 s]
/proc/loadavg: 1.14 1.66 1.87 2/65 13880
/proc/meminfo: memFree=1428864/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=876.45
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 87642 3 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134881442 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 876.45
Current children cumulated vsize (KiB) 103672

[startup+942.302 s]
/proc/loadavg: 1.05 1.54 1.82 2/65 13880
/proc/meminfo: memFree=1428864/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=936.43
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 93640 3 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 135018411 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 936.43
Current children cumulated vsize (KiB) 103672

[startup+1002.3 s]
/proc/loadavg: 1.02 1.44 1.76 2/65 13880
/proc/meminfo: memFree=1428928/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=996.4
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 99637 3 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 996.4
Current children cumulated vsize (KiB) 103672

[startup+1062.3 s]
/proc/loadavg: 1.00 1.36 1.71 2/65 13880
/proc/meminfo: memFree=1428992/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1056.38
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 105635 3 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134881414 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1056.38
Current children cumulated vsize (KiB) 103672

[startup+1122.3 s]
/proc/loadavg: 1.00 1.29 1.66 2/65 13880
/proc/meminfo: memFree=1428992/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1116.36
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 111633 3 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134889608 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1116.36
Current children cumulated vsize (KiB) 103672

[startup+1182.3 s]
/proc/loadavg: 1.00 1.23 1.62 2/65 13880
/proc/meminfo: memFree=1429056/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1176.33
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 117630 3 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1176.33
Current children cumulated vsize (KiB) 103672

[startup+1242.3 s]
/proc/loadavg: 1.00 1.19 1.58 2/65 13880
/proc/meminfo: memFree=1428864/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1236.31
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 123627 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134880920 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1236.31
Current children cumulated vsize (KiB) 103672

[startup+1302.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/65 13880
/proc/meminfo: memFree=1428864/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1296.28
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 129624 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134598117 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1296.28
Current children cumulated vsize (KiB) 103672

[startup+1362.3 s]
/proc/loadavg: 1.00 1.12 1.50 2/65 13880
/proc/meminfo: memFree=1428928/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1356.23
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 135619 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 135269553 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1356.23
Current children cumulated vsize (KiB) 103672

[startup+1422.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/65 13880
/proc/meminfo: memFree=1428928/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1416.21
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 141617 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134966036 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1416.21
Current children cumulated vsize (KiB) 103672

[startup+1482.3 s]
/proc/loadavg: 1.05 1.09 1.44 2/65 13880
/proc/meminfo: memFree=1428992/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1476.19
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 147615 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134881433 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1476.19
Current children cumulated vsize (KiB) 103672

[startup+1542.31 s]
/proc/loadavg: 1.07 1.09 1.42 2/65 13880
/proc/meminfo: memFree=1428992/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1536.16
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 153612 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134970643 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1536.16
Current children cumulated vsize (KiB) 103672

[startup+1602.3 s]
/proc/loadavg: 1.07 1.08 1.39 2/65 13880
/proc/meminfo: memFree=1428928/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1596.14
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 159610 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 135017084 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1596.14
Current children cumulated vsize (KiB) 103672

[startup+1662.3 s]
/proc/loadavg: 1.02 1.07 1.36 2/65 13880
/proc/meminfo: memFree=1428928/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1656.09
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 165605 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134874656 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1656.09
Current children cumulated vsize (KiB) 103672

[startup+1722.3 s]
/proc/loadavg: 1.01 1.05 1.34 2/65 13880
/proc/meminfo: memFree=1428992/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1716.07
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 171603 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 135018437 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1716.07
Current children cumulated vsize (KiB) 103672

[startup+1782.3 s]
/proc/loadavg: 1.00 1.04 1.32 2/65 13880
/proc/meminfo: memFree=1428800/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1776.05
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 177601 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 134889761 0 0 4096 0 0 0 0 17 0 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1776.05
Current children cumulated vsize (KiB) 103672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.31 s]
/proc/loadavg: 1.00 1.04 1.31 2/65 13880
/proc/meminfo: memFree=1428800/2055920 swapFree=4179456/4192956
[pid=13851] ppid=13849 vsize=103672 CPUtime=1800.04
/proc/13851/stat : 13851 (casperzao) R 13849 13851 12987 0 -1 4194304 3428 0 0 0 180000 4 0 0 25 0 1 0 1981841419 106160128 3313 996147200 134512640 135477443 4294956224 18446744073709551615 135268973 0 0 4096 0 0 0 0 17 1 0 0
/proc/13851/statm: 25918 3313 511 235 0 24619 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 103672

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.31
CPU time (s): 1800.05
CPU user time (s): 1800
CPU system time (s): 0.046992
CPU usage (%): 99.6532
Max. virtual memory (cumulated for all children) (KiB): 103672

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

runsolver used 1.80173 second user time and 4.79027 second system time

The end

Launcher Data (download as text)

Begin job on node43 at 2008-07-02 21:58:09
IDJOB=1043410
IDBENCH=53936
IDSOLVER=361
FILE ID=node43/1043410-1215028689
PBS_JOBID= 7874384
Free space on /tmp= 66524 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ce45c432ac349031f1c34773638f3be
RANDOM SEED=129771018

node43.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.230
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.230
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:       1419744 kB
Buffers:         64852 kB
Cached:         470428 kB
SwapCached:       7360 kB
Active:         183528 kB
Inactive:       378288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1419744 kB
SwapTotal:     4192956 kB
SwapFree:      4179456 kB
Dirty:            2892 kB
Writeback:           0 kB
Mapped:          34164 kB
Slab:            59628 kB
Committed_AS:  3705544 kB
PageTables:       1880 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= 66524 MiB
End job on node43 at 2008-07-02 22:28:18