Trace number 1067556

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.07 1810.71

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-40-3-7.xml
MD5SUM66b160f79aceac58eef692c4a69d727f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity10
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.08	c Parsing = 1
0.02/0.10	c Building = 1
1.20/1.34	c [ NumberOfVariables = 100 ]
1.20/1.34	c [ NumberOfConstraints = 40 ]
1.20/1.34	c [ SizeOfSearchSpace(log2) = 612.928 ]
1.20/1.34	c SymmetrySearch = 1
1.20/1.34	c [ Found 720 symmetries ]
1.20/1.34	c InitialPropagation = 1
1.20/1.34	c [ SizeOfSearchSpace(log2) = 605.228 ]
1.20/1.34	c InitialSAC = 1
1.20/1.38	c [ SizeOfSearchSpace(log2) = 605.228 ]
1.20/1.38	c Search(SampleFF) : 
78.37/78.57	c [ Sampling domwdeg ]
78.37/78.57	c [ Sampling impacts ]
78.37/78.57	c [ Sampling la ]
78.37/78.57	c [ SamplingScores: ]
78.37/78.57	c [ domwdeg+min = 5.89379e-07 | domwdeg+rnd = 5.93164e-07 ]
78.37/78.57	c [ impacts+min = 2.87701e-10 | impacts+rnd = 1.27916e-10 ]
78.37/78.57	c [ la+min = 5.64522e-10 | la+rnd = 2.90597e-07 ]
78.37/78.57	c [ domwdeg = 5.91272e-07 | impacts = 2.07809e-10 | la = 1.45581e-07 ]
78.37/78.57	c [ min = 1.96744e-07 | rand = 2.07809e-10 ]
78.37/78.57	c [ restarting at (3.20163,1.52525e-09) ]
86.37/86.58	c [ restarting at (8.00408,1.52525e-09) ]
106.36/106.59	c [ restarting at (20.0102,1.52525e-09) ]
156.45/156.64	c [ restarting at (50.0255,1.52524e-09) ]
281.51/281.75	c [ restarting at (125.064,1.44992e-09) ]
594.19/594.51	c [ restarting at (312.659,6.30576e-20) ]
1367.88/1376.41	c [ restarting at (781.649,1.07624e-11) ]

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

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: 4.26 4.16 3.08 4/90 27942
/proc/meminfo: memFree=1941392/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=18572 CPUtime=0
/proc/27942/stat : 27942 (runsolver) D 27940 27942 23976 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1994023236 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 251601153319 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/27942/statm: 4643 292 257 25 0 2626 0

[startup+0.104319 s]
/proc/loadavg: 4.26 4.16 3.08 4/90 27942
/proc/meminfo: memFree=1941392/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=5716 CPUtime=0.02
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 532 0 8 0 1 1 0 0 18 0 1 0 1994023236 5853184 500 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 1429 500 378 235 0 130 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5716

[startup+0.201321 s]
/proc/loadavg: 4.26 4.16 3.08 4/90 27942
/proc/meminfo: memFree=1941392/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=286984 CPUtime=0.11
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 779 0 9 0 10 1 0 0 18 0 1 0 1994023236 293871616 611 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 71746 611 466 235 0 70447 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 286984

[startup+0.301332 s]
/proc/loadavg: 4.26 4.16 3.08 4/90 27942
/proc/meminfo: memFree=1941392/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=161976 CPUtime=0.21
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 886 0 9 0 20 1 0 0 19 0 1 0 1994023236 165863424 612 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24869 612 466 235 0 23570 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 161976

[startup+0.701374 s]
/proc/loadavg: 4.26 4.16 3.08 4/90 27942
/proc/meminfo: memFree=1941392/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=287116 CPUtime=0.61
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1249 0 9 0 60 1 0 0 23 0 1 0 1994023236 294006784 652 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 71779 652 466 235 0 70480 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 287116

[startup+1.50147 s]
/proc/loadavg: 4.08 4.12 3.07 3/91 27943
/proc/meminfo: memFree=1937352/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99792 CPUtime=1.4
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1784 0 9 0 139 1 0 0 25 0 1 0 1994023236 102187008 781 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24948 781 517 235 0 23649 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 99792

[startup+3.10164 s]
/proc/loadavg: 4.08 4.12 3.07 3/91 27943
/proc/meminfo: memFree=1937096/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99792 CPUtime=3
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1788 0 9 0 299 1 0 0 25 0 1 0 1994023236 102187008 785 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24948 785 517 235 0 23649 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 99792

[startup+6.302 s]
/proc/loadavg: 4.08 4.12 3.07 3/91 27943
/proc/meminfo: memFree=1937096/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99792 CPUtime=6.2
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1799 0 9 0 619 1 0 0 25 0 1 0 1994023236 102187008 796 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24948 796 517 235 0 23649 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 99792

[startup+12.7017 s]
/proc/loadavg: 3.76 4.05 3.06 3/91 27943
/proc/meminfo: memFree=1936968/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99792 CPUtime=12.6
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1804 0 9 0 1259 1 0 0 25 0 1 0 1994023236 102187008 801 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24948 801 517 235 0 23649 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 99792

[startup+25.5021 s]
/proc/loadavg: 3.49 3.98 3.05 3/91 27943
/proc/meminfo: memFree=1937160/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99792 CPUtime=25.39
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1830 0 9 0 2538 1 0 0 25 0 1 0 1994023236 102187008 827 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24948 827 517 235 0 23649 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 99792

[startup+51.103 s]
/proc/loadavg: 2.98 3.82 3.02 3/91 27943
/proc/meminfo: memFree=1937928/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=50.99
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1878 0 9 0 5098 1 0 0 25 0 1 0 1994023236 102322176 875 996147200 134512640 135477443 4294956224 18446744073709551615 134585521 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 875 517 235 0 23682 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 99924

[startup+102.303 s]
/proc/loadavg: 2.39 3.51 2.96 3/91 27943
/proc/meminfo: memFree=1937736/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=102.17
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 10216 1 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 99924

[startup+162.302 s]
/proc/loadavg: 2.14 3.23 2.89 3/91 27943
/proc/meminfo: memFree=1937672/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=162.15
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 16213 2 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134879777 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 99924

[startup+222.307 s]
/proc/loadavg: 2.05 3.01 2.84 3/91 27943
/proc/meminfo: memFree=1937608/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=222.13
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 22211 2 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134585552 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 99924

[startup+282.303 s]
/proc/loadavg: 2.02 2.82 2.78 3/91 27943
/proc/meminfo: memFree=1937480/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=282.11
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 28209 2 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 99924

[startup+342.303 s]
/proc/loadavg: 2.00 2.67 2.73 3/91 27943
/proc/meminfo: memFree=1937480/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=342.08
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 34206 2 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 99924

[startup+402.301 s]
/proc/loadavg: 2.00 2.55 2.68 3/91 27943
/proc/meminfo: memFree=1937480/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=402.06
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 40204 2 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134879498 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 99924

[startup+462.302 s]
/proc/loadavg: 2.00 2.44 2.63 3/91 27943
/proc/meminfo: memFree=1937480/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=462.04
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 46202 2 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134942385 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 99924

[startup+522.302 s]
/proc/loadavg: 2.00 2.36 2.59 3/91 27943
/proc/meminfo: memFree=1937480/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=522.01
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 52199 2 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134879807 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 99924

[startup+582.301 s]
/proc/loadavg: 2.00 2.29 2.55 3/91 27943
/proc/meminfo: memFree=1937416/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=581.99
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 58197 2 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134942385 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 99924

[startup+642.301 s]
/proc/loadavg: 2.00 2.24 2.52 3/91 27943
/proc/meminfo: memFree=1937416/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=641.97
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 64195 2 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134942385 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 99924


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.12 2.42 3/91 27949
/proc/meminfo: memFree=1936392/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=821.88
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 82185 3 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134880319 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 99924

[startup+882.307 s]
/proc/loadavg: 2.05 2.11 2.39 3/103 28006
/proc/meminfo: memFree=1772640/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=881.27
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 88123 4 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134880417 0 0 4096 0 0 0 0 17 1 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 881.27
Current children cumulated vsize (KiB) 99924

[startup+942.302 s]
/proc/loadavg: 2.02 2.09 2.36 3/103 28006
/proc/meminfo: memFree=1772896/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=940.1
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 94006 4 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 1 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 940.1
Current children cumulated vsize (KiB) 99924

[startup+1002.3 s]
/proc/loadavg: 2.00 2.07 2.34 3/103 28006
/proc/meminfo: memFree=1772768/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=998.93
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 99889 4 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 1 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 998.93
Current children cumulated vsize (KiB) 99924

[startup+1062.3 s]
/proc/loadavg: 2.00 2.05 2.32 3/103 28006
/proc/meminfo: memFree=1772768/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1057.77
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 105773 4 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134673686 0 0 4096 0 0 0 0 17 1 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 1057.77
Current children cumulated vsize (KiB) 99924

[startup+1122.3 s]
/proc/loadavg: 2.00 2.04 2.29 3/103 28006
/proc/meminfo: memFree=1772768/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1116.61
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 111657 4 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134583428 0 0 4096 0 0 0 0 17 1 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 1116.61
Current children cumulated vsize (KiB) 99924

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.27 3/103 28006
/proc/meminfo: memFree=1772704/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1175.45
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 117541 4 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 1175.45
Current children cumulated vsize (KiB) 99924

[startup+1242.3 s]
/proc/loadavg: 1.95 2.01 2.25 3/92 28081
/proc/meminfo: memFree=1782464/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1234.45
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 123441 4 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134942352 0 0 4096 0 0 0 0 17 1 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 1234.45
Current children cumulated vsize (KiB) 99924

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.24 3/92 28081
/proc/meminfo: memFree=1695424/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1294.16
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 129411 5 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 1294.16
Current children cumulated vsize (KiB) 99924

[startup+1362.3 s]
/proc/loadavg: 2.06 2.03 2.22 3/92 28081
/proc/meminfo: memFree=1647424/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1353.86
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 135381 5 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 1353.86
Current children cumulated vsize (KiB) 99924

[startup+1422.3 s]
/proc/loadavg: 2.06 2.03 2.21 3/84 28083
/proc/meminfo: memFree=1657152/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1413.56
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1913 0 9 0 141351 5 0 0 25 0 1 0 1994023236 102322176 910 996147200 134512640 135477443 4294956224 18446744073709551615 134879777 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 910 518 235 0 23682 0
Current children cumulated CPU time (s) 1413.56
Current children cumulated vsize (KiB) 99924

[startup+1482.3 s]
/proc/loadavg: 2.02 2.03 2.19 3/84 28083
/proc/meminfo: memFree=1642688/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1473.27
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1914 0 9 0 147321 6 0 0 25 0 1 0 1994023236 102322176 911 996147200 134512640 135477443 4294956224 18446744073709551615 134942129 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 911 518 235 0 23682 0
Current children cumulated CPU time (s) 1473.27
Current children cumulated vsize (KiB) 99924

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.18 3/84 28083
/proc/meminfo: memFree=1631040/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1532.98
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1914 0 9 0 153292 6 0 0 25 0 1 0 1994023236 102322176 911 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 911 518 235 0 23682 0
Current children cumulated CPU time (s) 1532.98
Current children cumulated vsize (KiB) 99924

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/84 28083
/proc/meminfo: memFree=1622208/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1592.67
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1914 0 9 0 159261 6 0 0 25 0 1 0 1994023236 102322176 911 996147200 134512640 135477443 4294956224 18446744073709551615 134942259 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 911 518 235 0 23682 0
Current children cumulated CPU time (s) 1592.67
Current children cumulated vsize (KiB) 99924

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/84 28083
/proc/meminfo: memFree=1613440/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1652.38
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1914 0 9 0 165232 6 0 0 25 0 1 0 1994023236 102322176 911 996147200 134512640 135477443 4294956224 18446744073709551615 134695360 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 911 518 235 0 23682 0
Current children cumulated CPU time (s) 1652.38
Current children cumulated vsize (KiB) 99924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/84 28083
/proc/meminfo: memFree=1605056/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1712.08
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1914 0 9 0 171202 6 0 0 25 0 1 0 1994023236 102322176 911 996147200 134512640 135477443 4294956224 18446744073709551615 134879500 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 911 518 235 0 23682 0
Current children cumulated CPU time (s) 1712.08
Current children cumulated vsize (KiB) 99924

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.13 3/84 28083
/proc/meminfo: memFree=1600256/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1771.79
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1914 0 9 0 177173 6 0 0 25 0 1 0 1994023236 102322176 911 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 911 518 235 0 23682 0
Current children cumulated CPU time (s) 1771.79
Current children cumulated vsize (KiB) 99924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.71 s]
/proc/loadavg: 2.00 2.00 2.13 3/84 28083
/proc/meminfo: memFree=1595776/2055920 swapFree=4176356/4192956
[pid=27942] ppid=27940 vsize=99924 CPUtime=1800.06
/proc/27942/stat : 27942 (casperzao) R 27940 27942 23976 0 -1 4194304 1914 0 9 0 180000 6 0 0 25 0 1 0 1994023236 102322176 911 996147200 134512640 135477443 4294956224 18446744073709551615 134583610 0 0 4096 0 0 0 0 17 0 0 0
/proc/27942/statm: 24981 911 518 235 0 23682 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 99924

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): 1810.71
CPU time (s): 1800.07
CPU user time (s): 1800
CPU system time (s): 0.068989
CPU usage (%): 99.4123
Max. virtual memory (cumulated for all children) (KiB): 287248

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

runsolver used 2.22066 second user time and 6.01309 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-04 07:49:21
IDJOB=1067556
IDBENCH=55402
IDSOLVER=361
FILE ID=node91/1067556-1215150561
PBS_JOBID= 7877326
Free space on /tmp= 66560 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-40-3-7.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067556-1215150561/watcher-1067556-1215150561 -o /tmp/evaluation-result-1067556-1215150561/solver-1067556-1215150561 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1067556-1215150561.xml 481654714 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 66b160f79aceac58eef692c4a69d727f
RANDOM SEED=481654714

node91.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1942064 kB
Buffers:          2972 kB
Cached:          38116 kB
SwapCached:       7668 kB
Active:          62168 kB
Inactive:         5340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1942064 kB
SwapTotal:     4192956 kB
SwapFree:      4176356 kB
Dirty:            3872 kB
Writeback:           0 kB
Mapped:          40416 kB
Slab:            30912 kB
Committed_AS: 12346608 kB
PageTables:       2320 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= 66464 MiB
End job on node91 at 2008-07-04 08:19:34