Trace number 1043103

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.04 1815.41

General information on the benchmark

Namecsp/frb59-26/
normalized-frb59-26-3_ext.xml
MD5SUM999ed450faf80e21d53a14e347aa0590
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables59
Number of constraints669
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension669
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

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 = 59 ]
0.18/0.21	c [ NumberOfConstraints = 669 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 277.326 ]
0.18/0.21	c SymmetrySearch = 1
0.58/0.60	c InitialPropagation = 1
0.58/0.62	c [ SizeOfSearchSpace(log2) = 277.326 ]
0.58/0.62	c InitialSAC = 1
0.88/0.96	c [ SizeOfSearchSpace(log2) = 277.326 ]
0.88/0.97	c Search(SampleFF) : 
90.20/91.05	c [ Sampling domwdeg ]
90.20/91.05	c [ Sampling impacts ]
90.20/91.05	c [ Sampling la ]
90.20/91.05	c [ SamplingScores: ]
90.20/91.05	c [ domwdeg+min = 1.47725e-10 | domwdeg+rnd = 3.4823e-10 ]
90.20/91.05	c [ impacts+min = 4.29048e-08 | impacts+rnd = 5.68577e-08 ]
90.20/91.05	c [ la+min = 8.43754e-12 | la+rnd = 1.16116e-10 ]
90.20/91.05	c [ domwdeg = 2.47978e-10 | impacts = 4.98813e-08 | la = 6.22768e-11 ]
90.20/91.05	c [ min = 1.43537e-08 | rand = 4.98813e-08 ]
90.20/91.05	c [ restarting at (0.282886,6.85256e-09) ]
90.99/91.81	c [ restarting at (0.707215,1.29533e-08) ]
92.87/93.71	c [ restarting at (1.76804,8.46729e-08) ]
97.53/98.46	c [ restarting at (4.42009,3.36819e-07) ]
109.33/110.31	c [ restarting at (11.0502,2.62332e-07) ]
138.68/139.92	c [ restarting at (27.6256,2.27421e-06) ]
212.04/213.96	c [ restarting at (69.064,2.7913e-06) ]
395.55/399.06	c [ restarting at (172.66,1.99537e-05) ]
854.27/861.78	c [ restarting at (431.65,3.36661e-05) ]
1766.67/1782.01	c [ restarting at (1079.12,0.000133662) ]

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

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: 2.05 2.02 1.93 4/80 30924
/proc/meminfo: memFree=1477192/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=1056 CPUtime=0
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 986827145 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 1463076 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 264 26 20 235 0 3 0

[startup+0.107638 s]
/proc/loadavg: 2.05 2.02 1.93 4/80 30924
/proc/meminfo: memFree=1477192/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=101576 CPUtime=0.09
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 1098 0 0 0 9 0 0 0 18 0 1 0 986827145 104013824 1058 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 25394 1058 386 235 0 24095 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 101576

[startup+0.20162 s]
/proc/loadavg: 2.05 2.02 1.93 4/80 30924
/proc/meminfo: memFree=1477192/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104504 CPUtime=0.18
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 2946 0 0 0 17 1 0 0 18 0 1 0 986827145 107012096 2906 996147200 134512640 135477443 4294956224 18446744073709551615 134613218 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26126 2906 403 235 0 24827 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 104504

[startup+0.301639 s]
/proc/loadavg: 2.05 2.02 1.93 4/80 30924
/proc/meminfo: memFree=1477192/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=112952 CPUtime=0.28
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 5152 0 0 0 26 2 0 0 19 0 1 0 986827145 115662848 5112 996147200 134512640 135477443 4294956224 18446744073709551615 134630439 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 28238 5112 435 235 0 26939 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 112952

[startup+0.702716 s]
/proc/loadavg: 2.05 2.02 1.93 4/80 30924
/proc/meminfo: memFree=1477192/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=0.68
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8413 0 0 0 65 3 0 0 23 0 1 0 986827145 107147264 3667 996147200 134512640 135477443 4294956224 18446744073709551615 134584094 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 3667 457 235 0 24860 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104636

[startup+1.50186 s]
/proc/loadavg: 2.05 2.02 1.93 3/81 30925
/proc/meminfo: memFree=1463104/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1.47
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8727 0 0 0 144 3 0 0 25 0 1 0 986827145 107147264 3981 996147200 134512640 135477443 4294956224 18446744073709551615 134584194 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 3981 478 235 0 24860 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 104636

[startup+3.10117 s]
/proc/loadavg: 2.05 2.02 1.93 3/81 30925
/proc/meminfo: memFree=1462912/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=3.06
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8727 0 0 0 303 3 0 0 25 0 1 0 986827145 107147264 3981 996147200 134512640 135477443 4294956224 18446744073709551615 134583296 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 3981 478 235 0 24860 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104636

[startup+6.30178 s]
/proc/loadavg: 2.04 2.02 1.93 3/81 30925
/proc/meminfo: memFree=1462984/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=6.23
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8728 0 0 0 620 3 0 0 25 0 1 0 986827145 107147264 3982 996147200 134512640 135477443 4294956224 18446744073709551615 134606661 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 3982 478 235 0 24860 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 104636

[startup+12.702 s]
/proc/loadavg: 2.04 2.02 1.93 3/81 30925
/proc/meminfo: memFree=1462920/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=12.57
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8731 0 0 0 1254 3 0 0 25 0 1 0 986827145 107147264 3985 996147200 134512640 135477443 4294956224 18446744073709551615 134606922 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 3985 478 235 0 24860 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 104636

[startup+25.5014 s]
/proc/loadavg: 2.03 2.02 1.93 3/81 30925
/proc/meminfo: memFree=1463176/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=25.26
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8733 0 0 0 2523 3 0 0 25 0 1 0 986827145 107147264 3987 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 3987 480 235 0 24860 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 104636

[startup+51.1013 s]
/proc/loadavg: 2.02 2.02 1.93 3/81 30925
/proc/meminfo: memFree=1463304/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=50.64
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8734 0 0 0 5061 3 0 0 25 0 1 0 986827145 107147264 3988 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 3988 480 235 0 24860 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 104636

[startup+102.301 s]
/proc/loadavg: 2.01 2.01 1.93 3/81 30925
/proc/meminfo: memFree=1463048/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=101.4
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8743 0 0 0 10137 3 0 0 25 0 1 0 986827145 107147264 3997 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 3997 481 235 0 24860 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 104636

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/81 30925
/proc/meminfo: memFree=1462920/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=160.89
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8750 0 0 0 16085 4 0 0 25 0 1 0 986827145 107147264 4004 996147200 134512640 135477443 4294956224 18446744073709551615 134584170 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4004 481 235 0 24860 0
Current children cumulated CPU time (s) 160.89
Current children cumulated vsize (KiB) 104636

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30925
/proc/meminfo: memFree=1462856/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=220.38
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8755 0 0 0 22034 4 0 0 25 0 1 0 986827145 107147264 4009 996147200 134512640 135477443 4294956224 18446744073709551615 134584176 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4009 481 235 0 24860 0
Current children cumulated CPU time (s) 220.38
Current children cumulated vsize (KiB) 104636

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30925
/proc/meminfo: memFree=1462920/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=279.86
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 27982 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134606657 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 279.86
Current children cumulated vsize (KiB) 104636

[startup+342.303 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30925
/proc/meminfo: memFree=1462992/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=339.34
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 33930 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134606954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 339.34
Current children cumulated vsize (KiB) 104636

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30925
/proc/meminfo: memFree=1462992/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=398.83
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 39879 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134584356 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 398.83
Current children cumulated vsize (KiB) 104636

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30925
/proc/meminfo: memFree=1462992/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=458.31
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 45827 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134606692 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 458.31
Current children cumulated vsize (KiB) 104636

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30925
/proc/meminfo: memFree=1463056/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=517.8
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 51776 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 517.8
Current children cumulated vsize (KiB) 104636

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30925
/proc/meminfo: memFree=1462992/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=577.28
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 57724 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134584356 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 577.28
Current children cumulated vsize (KiB) 104636

[startup+642.303 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30925
/proc/meminfo: memFree=1462864/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=636.77
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 63673 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134606969 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 636.77
Current children cumulated vsize (KiB) 104636


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

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30927
/proc/meminfo: memFree=1462736/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=874.7
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 87466 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 135272088 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 874.7
Current children cumulated vsize (KiB) 104636

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30927
/proc/meminfo: memFree=1462736/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=934.18
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 93414 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134584090 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 934.18
Current children cumulated vsize (KiB) 104636

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30927
/proc/meminfo: memFree=1462800/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=993.66
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 99362 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134586841 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 993.66
Current children cumulated vsize (KiB) 104636

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462856/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1053.14
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8757 0 0 0 105310 4 0 0 25 0 1 0 986827145 107147264 4011 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4011 481 235 0 24860 0
Current children cumulated CPU time (s) 1053.14
Current children cumulated vsize (KiB) 104636

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462856/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1112.62
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 111258 4 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 134584416 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1112.62
Current children cumulated vsize (KiB) 104636

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462792/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1172.11
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 117207 4 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1172.11
Current children cumulated vsize (KiB) 104636

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462600/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1231.59
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 123155 4 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 134606946 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1231.59
Current children cumulated vsize (KiB) 104636

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462536/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1291.08
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 129104 4 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1291.08
Current children cumulated vsize (KiB) 104636

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462544/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1350.56
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 135052 4 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1350.56
Current children cumulated vsize (KiB) 104636

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462544/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1410.05
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 141001 4 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1410.05
Current children cumulated vsize (KiB) 104636

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462480/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1469.53
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 146949 4 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 135268945 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1469.53
Current children cumulated vsize (KiB) 104636

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462480/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1529.02
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 152898 4 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 134584194 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1529.02
Current children cumulated vsize (KiB) 104636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462480/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1588.51
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 158846 5 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 134606737 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1588.51
Current children cumulated vsize (KiB) 104636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462544/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1647.99
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 164794 5 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 134584082 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1647.99
Current children cumulated vsize (KiB) 104636

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/81 30933
/proc/meminfo: memFree=1462544/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1707.48
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 170743 5 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 135272328 0 0 4096 0 0 0 0 17 1 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1707.48
Current children cumulated vsize (KiB) 104636

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 2/71 30935
/proc/meminfo: memFree=1504744/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1766.96
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 176691 5 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 135272091 0 0 4096 0 0 0 0 17 0 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1766.96
Current children cumulated vsize (KiB) 104636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.4 s]
/proc/loadavg: 1.95 1.98 1.92 3/81 31001
/proc/meminfo: memFree=1447256/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1800.03
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 179997 6 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 135272093 0 0 4096 0 0 0 0 17 0 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 104636

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

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

[startup+1815.4 s]
/proc/loadavg: 1.95 1.98 1.92 3/81 31001
/proc/meminfo: memFree=1447256/2055920 swapFree=4174728/4192956
[pid=30924] ppid=30922 vsize=104636 CPUtime=1800.03
/proc/30924/stat : 30924 (casperzao) R 30922 30924 29876 0 -1 4194304 8758 0 0 0 179997 6 0 0 25 0 1 0 986827145 107147264 4012 996147200 134512640 135477443 4294956224 18446744073709551615 135272093 0 0 4096 0 0 0 0 17 0 0 0
/proc/30924/statm: 26159 4012 481 235 0 24860 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 104636

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1815.41
CPU time (s): 1800.04
CPU user time (s): 1799.98
CPU system time (s): 0.067989
CPU usage (%): 99.1536
Max. virtual memory (cumulated for all children) (KiB): 128200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
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= 8758
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= 39001

runsolver used 1.61475 second user time and 5.04823 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-02 20:44:06
IDJOB=1043103
IDBENCH=53629
IDSOLVER=361
FILE ID=node35/1043103-1215024246
PBS_JOBID= 7874400
Free space on /tmp= 66540 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/frb59-26/normalized-frb59-26-3_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043103-1215024246/watcher-1043103-1215024246 -o /tmp/evaluation-result-1043103-1215024246/solver-1043103-1215024246 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1043103-1215024246.xml 2075399022 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 999ed450faf80e21d53a14e347aa0590
RANDOM SEED=2075399022

node35.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:       1477672 kB
Buffers:         65088 kB
Cached:         375108 kB
SwapCached:      12276 kB
Active:         240376 kB
Inactive:       257872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1477672 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            6640 kB
Writeback:           0 kB
Mapped:          74288 kB
Slab:            65072 kB
Committed_AS:  2294868 kB
PageTables:       1892 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 node35 at 2008-07-02 21:14:24