Trace number 1090946

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 1813.11

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-1-insertions-6-6.xml
MD5SUMa619a63f941f7bbdcfca2c9c1b977147
Bench Category2-ARY-INT (binary 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 variables607
Number of constraints6337
Maximum constraint arity2
Maximum domain size6
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6337
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.11	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.11	c Parsing = 1
0.00/0.18	c Building = 1
0.38/0.48	c [ NumberOfVariables = 607 ]
0.38/0.48	c [ NumberOfConstraints = 6337 ]
0.38/0.49	c [ SizeOfSearchSpace(log2) = 1569.07 ]
0.38/0.49	c SymmetrySearch = 1
0.48/0.52	c [ Found 14 symmetries ]
0.48/0.53	c InitialPropagation = 1
0.48/0.54	c [ SizeOfSearchSpace(log2) = 1568.28 ]
0.48/0.54	c InitialSAC = 1
0.48/0.59	c [ SizeOfSearchSpace(log2) = 1568.28 ]
0.48/0.59	c Search(SampleFF) : 
91.52/92.49	c [ Sampling domwdeg ]
91.52/92.49	c [ Sampling impacts ]
91.52/92.49	c [ Sampling la ]
91.52/92.49	c [ SamplingScores: ]
91.52/92.49	c [ domwdeg+min = 6.79689e-133 | domwdeg+rnd = 3.17272e-08 ]
91.52/92.49	c [ impacts+min = 4.67191e-54 | impacts+rnd = 6.83659e-06 ]
91.52/92.49	c [ la+min = 1.55358e-101 | la+rnd = 7.21029e-104 ]
91.52/92.49	c [ domwdeg = 1.58636e-08 | impacts = 3.41829e-06 | la = 7.80394e-102 ]
91.52/92.49	c [ min = 1.5573e-54 | rand = 3.41829e-06 ]
91.52/92.49	c [ restarting at (0.1,1.94332e-120) ]
91.82/92.76	c [ restarting at (0.25,3.86311e-66) ]
92.51/93.43	c [ restarting at (0.625,2.57563e-88) ]
94.19/95.11	c [ restarting at (1.5625,2.77339e-72) ]
98.36/99.30	c [ restarting at (3.90625,1.28733e-74) ]
108.66/109.77	c [ restarting at (9.76562,1.2883e-67) ]
134.61/135.97	c [ restarting at (24.4141,5.39883e-108) ]
199.51/201.47	c [ restarting at (61.0352,1.28715e-74) ]
361.68/365.16	c [ restarting at (152.588,1.66527e-57) ]
767.26/774.51	c [ restarting at (381.47,2.38767e-97) ]
1366.49/1379.50	c [ restarting at (953.674,1.49701e-144) ]

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

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.00 2.00 2.00 4/79 8669
/proc/meminfo: memFree=1710432/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=100916 CPUtime=0.2
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 1657 0 0 0 18 2 0 0 19 0 1 0 2006248809 103337984 1016 996147200 134512640 135477443 4294956224 18446744073709551615 134552264 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25229 1016 419 235 0 23930 0

[startup+0.254568 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 8669
/proc/meminfo: memFree=1710432/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=100920 CPUtime=0.23
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 2618 0 0 0 19 4 0 0 19 0 1 0 2006248809 103342080 1084 996147200 134512640 135477443 4294956224 18446744073709551615 6008872 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25230 1084 419 235 0 23931 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 100920

[startup+0.301575 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 8669
/proc/meminfo: memFree=1710432/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=100920 CPUtime=0.28
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 3680 0 0 0 21 7 0 0 19 0 1 0 2006248809 103342080 1157 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25230 1157 419 235 0 23931 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100920

[startup+0.401594 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 8669
/proc/meminfo: memFree=1710432/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=100920 CPUtime=0.38
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 5837 0 0 0 24 14 0 0 20 0 1 0 2006248809 103342080 1317 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25230 1317 419 235 0 23931 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 100920

[startup+0.701617 s]
/proc/loadavg: 2.00 2.00 2.00 4/79 8669
/proc/meminfo: memFree=1710432/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102848 CPUtime=0.68
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 8701 0 0 0 48 20 0 0 23 0 1 0 2006248809 105316352 2224 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25712 2224 489 235 0 24413 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102848

[startup+1.50168 s]
/proc/loadavg: 2.08 2.02 2.00 3/80 8670
/proc/meminfo: memFree=1703256/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102852 CPUtime=1.47
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 8721 0 0 0 127 20 0 0 25 0 1 0 2006248809 105320448 2244 996147200 134512640 135477443 4294956224 18446744073709551615 135208598 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25713 2244 490 235 0 24414 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 102852

[startup+3.10281 s]
/proc/loadavg: 2.08 2.02 2.00 3/80 8670
/proc/meminfo: memFree=1703128/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102852 CPUtime=3.06
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 8730 0 0 0 286 20 0 0 25 0 1 0 2006248809 105320448 2253 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25713 2253 496 235 0 24414 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 102852

[startup+6.30108 s]
/proc/loadavg: 2.07 2.02 2.00 3/80 8670
/proc/meminfo: memFree=1703000/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102852 CPUtime=6.22
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 8731 0 0 0 602 20 0 0 25 0 1 0 2006248809 105320448 2254 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25713 2254 496 235 0 24414 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 102852

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 2.00 3/80 8670
/proc/meminfo: memFree=1703000/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102852 CPUtime=12.56
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 8731 0 0 0 1236 20 0 0 25 0 1 0 2006248809 105320448 2254 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25713 2254 496 235 0 24414 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 102852

[startup+25.5067 s]
/proc/loadavg: 2.05 2.01 2.00 3/80 8670
/proc/meminfo: memFree=1703000/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=25.25
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 8778 0 0 0 2505 20 0 0 25 0 1 0 2006248809 105324544 2301 996147200 134512640 135477443 4294956224 18446744073709551615 135238591 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 2301 498 235 0 24415 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 102856

[startup+51.1018 s]
/proc/loadavg: 2.03 2.01 2.00 3/80 8670
/proc/meminfo: memFree=1702488/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=50.61
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 8893 0 0 0 5040 21 0 0 25 0 1 0 2006248809 105324544 2416 996147200 134512640 135477443 4294956224 18446744073709551615 6987499 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 2416 498 235 0 24415 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 102856

[startup+102.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/80 8670
/proc/meminfo: memFree=1686808/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=101.33
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 10112 21 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 102856

[startup+162.302 s]
/proc/loadavg: 2.07 2.03 2.00 3/80 8670
/proc/meminfo: memFree=1686808/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=160.77
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 16056 21 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 6987515 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 102856

[startup+222.302 s]
/proc/loadavg: 2.13 2.05 2.01 3/80 8670
/proc/meminfo: memFree=1686616/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=220.21
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 22000 21 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135268703 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 102856

[startup+282.302 s]
/proc/loadavg: 2.04 2.04 2.00 3/80 8670
/proc/meminfo: memFree=1664600/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=279.65
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 27944 21 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135268541 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 279.65
Current children cumulated vsize (KiB) 102856

[startup+342.307 s]
/proc/loadavg: 2.01 2.03 2.00 3/80 8670
/proc/meminfo: memFree=1660952/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=339.09
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 33888 21 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 134674241 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 339.09
Current children cumulated vsize (KiB) 102856

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 8670
/proc/meminfo: memFree=1660760/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=398.53
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 39832 21 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 134934635 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 398.53
Current children cumulated vsize (KiB) 102856

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/80 8670
/proc/meminfo: memFree=1660248/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=457.98
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 45776 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 6996154 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 457.98
Current children cumulated vsize (KiB) 102856

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 8670
/proc/meminfo: memFree=1640408/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=517.42
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 51720 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135270209 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 517.42
Current children cumulated vsize (KiB) 102856

[startup+582.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 8670
/proc/meminfo: memFree=1629016/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=576.85
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 57663 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135269556 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 576.85
Current children cumulated vsize (KiB) 102856

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8670
/proc/meminfo: memFree=1628952/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=636.3
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 63608 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 6987510 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 636.3
Current children cumulated vsize (KiB) 102856


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

[startup+882.302 s]
/proc/loadavg: 2.11 2.03 2.01 3/80 8676
/proc/meminfo: memFree=1603224/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=874.04
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 87382 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135268565 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 874.04
Current children cumulated vsize (KiB) 102856

[startup+942.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/80 8676
/proc/meminfo: memFree=1591192/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=933.48
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 93326 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 933.48
Current children cumulated vsize (KiB) 102856

[startup+1002.31 s]
/proc/loadavg: 2.01 2.02 2.00 3/80 8676
/proc/meminfo: memFree=1591192/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=992.92
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 99270 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135268497 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 992.92
Current children cumulated vsize (KiB) 102856

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 8676
/proc/meminfo: memFree=1591128/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1052.36
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 105214 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 134583089 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1052.36
Current children cumulated vsize (KiB) 102856

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8676
/proc/meminfo: memFree=1591128/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1111.8
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 111158 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 6987508 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1111.8
Current children cumulated vsize (KiB) 102856

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8676
/proc/meminfo: memFree=1591064/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1171.23
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 117101 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135239022 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1171.23
Current children cumulated vsize (KiB) 102856

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8676
/proc/meminfo: memFree=1591000/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1230.67
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 123045 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 6987510 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1230.67
Current children cumulated vsize (KiB) 102856

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8676
/proc/meminfo: memFree=1586904/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1290.12
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 128990 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135269758 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1290.12
Current children cumulated vsize (KiB) 102856

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 8676
/proc/meminfo: memFree=1570904/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1349.55
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 134933 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 6987515 0 0 4096 0 0 0 0 17 1 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1349.55
Current children cumulated vsize (KiB) 102856

[startup+1422.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/79 8704
/proc/meminfo: memFree=1793248/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1409.37
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 140915 22 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135268544 0 0 4096 0 0 0 0 17 0 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1409.37
Current children cumulated vsize (KiB) 102856

[startup+1482.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/88 8744
/proc/meminfo: memFree=1783512/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1469.35
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 146912 23 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135238542 0 0 4096 0 0 0 0 17 0 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1469.35
Current children cumulated vsize (KiB) 102856

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 8744
/proc/meminfo: memFree=1783256/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1529.33
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 152910 23 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135239042 0 0 4096 0 0 0 0 17 0 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1529.33
Current children cumulated vsize (KiB) 102856

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 8744
/proc/meminfo: memFree=1783128/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1589.31
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 158908 23 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135270907 0 0 4096 0 0 0 0 17 0 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1589.31
Current children cumulated vsize (KiB) 102856

[startup+1662.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 8744
/proc/meminfo: memFree=1783064/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1649.29
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 164906 23 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 0 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1649.29
Current children cumulated vsize (KiB) 102856

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 8744
/proc/meminfo: memFree=1783064/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1709.26
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 170903 23 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135270912 0 0 4096 0 0 0 0 17 0 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1709.26
Current children cumulated vsize (KiB) 102856

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 8744
/proc/meminfo: memFree=1782936/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1769.24
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 176901 23 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 135270299 0 0 4096 0 0 0 0 17 0 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1769.24
Current children cumulated vsize (KiB) 102856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 8744
/proc/meminfo: memFree=1782936/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1800.03
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 179980 23 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 102856

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

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

[startup+1813.1 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 8744
/proc/meminfo: memFree=1782936/2055920 swapFree=4180840/4192956
[pid=8669] ppid=8667 vsize=102856 CPUtime=1800.03
/proc/8669/stat : 8669 (casperzao) R 8667 8669 8148 0 -1 4194304 9631 0 0 0 179980 23 0 0 25 0 1 0 2006248809 105324544 3154 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/8669/statm: 25714 3154 499 235 0 24415 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 102856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.11
CPU time (s): 1800.04
CPU user time (s): 1799.8
CPU system time (s): 0.236963
CPU usage (%): 99.2793
Max. virtual memory (cumulated for all children) (KiB): 102856

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

runsolver used 2.28165 second user time and 5.97309 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-05 17:46:30
IDJOB=1090946
IDBENCH=58512
IDSOLVER=361
FILE ID=node65/1090946-1215272790
PBS_JOBID= 7882207
Free space on /tmp= 66488 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-1-insertions-6-6.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090946-1215272790/watcher-1090946-1215272790 -o /tmp/evaluation-result-1090946-1215272790/solver-1090946-1215272790 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1090946-1215272790.xml 1554040669 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a619a63f941f7bbdcfca2c9c1b977147
RANDOM SEED=1554040669

node65.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1710912 kB
Buffers:         16340 kB
Cached:         168360 kB
SwapCached:       6584 kB
Active:         208532 kB
Inactive:        84472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1710912 kB
SwapTotal:     4192956 kB
SwapFree:      4180840 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:         115696 kB
Slab:            36308 kB
Committed_AS:  4110736 kB
PageTables:       2544 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= 66492 MiB
End job on node65 at 2008-07-05 18:16:45