Trace number 1090380

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 zito? (TO) 1800.07 1800.92

General information on the benchmark

Namecsp/graphColoring/hos/
normalized-abb313GPIA-10.xml
MD5SUM41ca88861b5cc1e37ffb4a2aff187cbf
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.5896
Satisfiable
(Un)Satisfiability was proved
Number of variables1557
Number of constraints65390
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension0
Number of constraints which are defined in intension65390
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
1.78/1.80	c Building = 1
1.89/1.93	c [ NumberOfVariables = 1557 ]
1.89/1.93	c [ NumberOfConstraints = 65390 ]
1.89/1.94	c [ SizeOfSearchSpace(log2) = 5172.24 ]
1.89/1.94	c SymmetrySearch = (Timeout)
11.99/12.02	c [ Proceeding without symmetry breaking ]
11.99/12.07	c InitialPropagation = 1
12.09/12.12	c [ SizeOfSearchSpace(log2) = 5172.24 ]
12.09/12.12	c InitialSAC = 1
12.78/12.85	c [ SizeOfSearchSpace(log2) = 5172.24 ]
12.78/12.85	c Search(SampleFF) : 
101.66/101.74	c [ Sampling domwdeg ]
101.66/101.74	c [ Sampling impacts ]
101.66/101.74	c [ SamplingScores: ]
101.66/101.74	c [ domwdeg+min = 0 | domwdeg+rnd = 0.000651862 ]
101.66/101.74	c [ impacts+min = 3.53402e-93 | impacts+rnd = 6.78835e-05 ]
101.66/101.74	c [ la+min = 0 | la+rnd = 0 ]
101.66/101.74	c [ domwdeg = 0.000325931 | impacts = 3.39417e-05 | la = 0 ]
101.66/101.74	c [ min = 1.17801e-93 | rand = 3.39417e-05 ]
101.66/101.74	c [ restarting at (3.96356,0) ]
111.56/111.66	c [ restarting at (9.9089,0) ]
136.36/136.45	c [ restarting at (24.7722,0) ]
198.33/198.40	c [ restarting at (61.9306,0) ]
353.09/353.30	c [ restarting at (154.827,0) ]
739.93/740.53	c [ restarting at (387.066,0) ]
1707.66/1708.58	c [ restarting at (967.666,0) ]

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-1090380-1215271357/watcher-1090380-1215271357 -o /tmp/evaluation-result-1090380-1215271357/solver-1090380-1215271357 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1090380-1215271357.xml 1550223081 

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.06 2.03 2.01 4/73 15442
/proc/meminfo: memFree=1394688/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=5348 CPUtime=0
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 2006110767 5476352 190 996147200 134512640 135472138 4294956224 18446744073709551615 3275640 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 1337 190 156 234 0 27 0

[startup+0.0829889 s]
/proc/loadavg: 2.06 2.03 2.01 4/73 15442
/proc/meminfo: memFree=1394688/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=6484 CPUtime=0.07
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 747 0 0 0 7 0 0 0 18 0 1 0 2006110767 6639616 707 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 1621 707 368 234 0 323 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6484

[startup+0.101989 s]
/proc/loadavg: 2.06 2.03 2.01 4/73 15442
/proc/meminfo: memFree=1394688/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=6748 CPUtime=0.09
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 797 0 0 0 9 0 0 0 18 0 1 0 2006110767 6909952 757 996147200 134512640 135472138 4294956224 18446744073709551615 3741307 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 1687 757 368 234 0 389 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6748

[startup+0.302009 s]
/proc/loadavg: 2.06 2.03 2.01 4/73 15442
/proc/meminfo: memFree=1394688/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=8860 CPUtime=0.29
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 1316 0 0 0 29 0 0 0 19 0 1 0 2006110767 9072640 1276 996147200 134512640 135472138 4294956224 18446744073709551615 3741307 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 2215 1276 368 234 0 917 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8860

[startup+0.701046 s]
/proc/loadavg: 2.06 2.03 2.01 4/73 15442
/proc/meminfo: memFree=1394688/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=12820 CPUtime=0.69
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 2318 0 0 0 68 1 0 0 23 0 1 0 2006110767 13127680 2278 996147200 134512640 135472138 4294956224 18446744073709551615 3741307 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 3205 2278 368 234 0 1907 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12820

[startup+1.50112 s]
/proc/loadavg: 2.06 2.03 2.01 3/74 15443
/proc/meminfo: memFree=1384120/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=20608 CPUtime=1.48
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 4272 0 0 0 146 2 0 0 25 0 1 0 2006110767 21102592 4232 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 5152 4232 368 234 0 3854 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20608

[startup+3.10127 s]
/proc/loadavg: 2.06 2.03 2.01 3/74 15443
/proc/meminfo: memFree=1342904/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=133916 CPUtime=3.08
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 13861 0 0 0 302 6 0 0 25 0 1 0 2006110767 137129984 13821 996147200 134512640 135472138 4294956224 18446744073709551615 134529798 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 33479 13821 447 234 0 32181 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 133916

[startup+6.30158 s]
/proc/loadavg: 2.06 2.03 2.01 3/74 15443
/proc/meminfo: memFree=1340928/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=133916 CPUtime=6.28
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 13878 0 0 0 622 6 0 0 25 0 1 0 2006110767 137129984 13838 996147200 134512640 135472138 4294956224 18446744073709551615 134529977 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 33479 13838 447 234 0 32181 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 133916

[startup+12.7022 s]
/proc/loadavg: 2.05 2.03 2.00 3/74 15443
/proc/meminfo: memFree=1340672/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126596 CPUtime=12.68
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16018 0 0 0 1261 7 0 0 25 0 1 0 2006110767 129634304 14463 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31649 14463 476 234 0 30351 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 126596

[startup+25.5014 s]
/proc/loadavg: 2.04 2.03 2.00 3/74 15443
/proc/meminfo: memFree=1338112/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126608 CPUtime=25.48
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16107 0 0 0 2541 7 0 0 25 0 1 0 2006110767 129646592 14552 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31652 14552 487 234 0 30354 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 126608

[startup+51.1018 s]
/proc/loadavg: 2.02 2.03 2.00 3/74 15443
/proc/meminfo: memFree=1338176/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126608 CPUtime=51.07
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16112 0 0 0 5100 7 0 0 25 0 1 0 2006110767 129646592 14557 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31652 14557 492 234 0 30354 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 126608

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 2.00 3/74 15443
/proc/meminfo: memFree=1337600/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126608 CPUtime=102.27
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16267 0 0 0 10219 8 0 0 25 0 1 0 2006110767 129646592 14712 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31652 14712 495 234 0 30354 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 126608

[startup+162.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/74 15443
/proc/meminfo: memFree=1337152/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=162.24
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16357 0 0 0 16216 8 0 0 25 0 1 0 2006110767 129667072 14802 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14802 495 234 0 30359 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 126628

[startup+222.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/74 15443
/proc/meminfo: memFree=1337088/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=222.22
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16368 0 0 0 22214 8 0 0 25 0 1 0 2006110767 129667072 14813 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14813 495 234 0 30359 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 126628

[startup+282.302 s]
/proc/loadavg: 2.05 2.05 2.00 3/74 15443
/proc/meminfo: memFree=1337152/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=282.21
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16368 0 0 0 28213 8 0 0 25 0 1 0 2006110767 129667072 14813 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14813 495 234 0 30359 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 126628

[startup+342.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/74 15443
/proc/meminfo: memFree=1337152/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=342.19
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16369 0 0 0 34211 8 0 0 25 0 1 0 2006110767 129667072 14814 996147200 134512640 135472138 4294956224 18446744073709551615 135202764 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14814 495 234 0 30359 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 126628

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/74 15443
/proc/meminfo: memFree=1337088/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=402.17
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16379 0 0 0 40209 8 0 0 25 0 1 0 2006110767 129667072 14824 996147200 134512640 135472138 4294956224 18446744073709551615 135264879 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14824 495 234 0 30359 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 126628

[startup+462.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/74 15443
/proc/meminfo: memFree=1337088/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=462.16
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16379 0 0 0 46208 8 0 0 25 0 1 0 2006110767 129667072 14824 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14824 495 234 0 30359 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 126628

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 15736
/proc/meminfo: memFree=1315312/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=521.78
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16379 0 0 0 52169 9 0 0 25 0 1 0 2006110767 129667072 14824 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14824 495 234 0 30359 0
Current children cumulated CPU time (s) 521.78
Current children cumulated vsize (KiB) 126628

[startup+582.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 15736
/proc/meminfo: memFree=1305072/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=581.77
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16379 0 0 0 58167 10 0 0 25 0 1 0 2006110767 129667072 14824 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14824 495 234 0 30359 0
Current children cumulated CPU time (s) 581.77
Current children cumulated vsize (KiB) 126628

[startup+642.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 15736
/proc/meminfo: memFree=1300336/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=641.76
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16379 0 0 0 64166 10 0 0 25 0 1 0 2006110767 129667072 14824 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14824 495 234 0 30359 0
Current children cumulated CPU time (s) 641.76
Current children cumulated vsize (KiB) 126628


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 15738
/proc/meminfo: memFree=1286512/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=881.69
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 88159 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 881.69
Current children cumulated vsize (KiB) 126628

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15738
/proc/meminfo: memFree=1284400/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=941.67
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 94157 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 941.67
Current children cumulated vsize (KiB) 126628

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15738
/proc/meminfo: memFree=1282288/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1001.65
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 100155 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1001.65
Current children cumulated vsize (KiB) 126628

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15738
/proc/meminfo: memFree=1280368/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1061.64
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 106154 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1061.64
Current children cumulated vsize (KiB) 126628

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15738
/proc/meminfo: memFree=1277680/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1121.62
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 112152 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1121.62
Current children cumulated vsize (KiB) 126628

[startup+1182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 15738
/proc/meminfo: memFree=1276016/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1181.61
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 118151 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1181.61
Current children cumulated vsize (KiB) 126628

[startup+1242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 15738
/proc/meminfo: memFree=1274160/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1241.59
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 124149 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135264871 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1241.59
Current children cumulated vsize (KiB) 126628

[startup+1302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 15738
/proc/meminfo: memFree=1272688/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1301.58
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 130148 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1301.58
Current children cumulated vsize (KiB) 126628

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15738
/proc/meminfo: memFree=1271152/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1361.55
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 136145 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1361.55
Current children cumulated vsize (KiB) 126628

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 15738
/proc/meminfo: memFree=1269616/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1421.54
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 142144 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135263239 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1421.54
Current children cumulated vsize (KiB) 126628

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 15738
/proc/meminfo: memFree=1267120/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1481.52
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 148142 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1481.52
Current children cumulated vsize (KiB) 126628

[startup+1542.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 15738
/proc/meminfo: memFree=1263792/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1541.51
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 154141 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135264450 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 126628

[startup+1602.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 15738
/proc/meminfo: memFree=1262384/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1601.49
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 160139 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1601.49
Current children cumulated vsize (KiB) 126628

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 15738
/proc/meminfo: memFree=1261040/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1661.47
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16390 0 0 0 166137 10 0 0 25 0 1 0 2006110767 129667072 14835 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14835 495 234 0 30359 0
Current children cumulated CPU time (s) 1661.47
Current children cumulated vsize (KiB) 126628

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/83 15738
/proc/meminfo: memFree=1259696/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1721.46
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16400 0 0 0 172136 10 0 0 25 0 1 0 2006110767 129667072 14845 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14845 495 234 0 30359 0
Current children cumulated CPU time (s) 1721.46
Current children cumulated vsize (KiB) 126628

[startup+1782.3 s]
/proc/loadavg: 2.51 2.15 2.04 3/83 15738
/proc/meminfo: memFree=1258288/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1781.44
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16400 0 0 0 178134 10 0 0 25 0 1 0 2006110767 129667072 14845 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14845 495 234 0 30359 0
Current children cumulated CPU time (s) 1781.44
Current children cumulated vsize (KiB) 126628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.39 2.14 2.04 3/83 15738
/proc/meminfo: memFree=1257904/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1800.04
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16400 0 0 0 179994 10 0 0 25 0 1 0 2006110767 129667072 14845 996147200 134512640 135472138 4294956224 18446744073709551615 135202641 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14845 495 234 0 30359 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 126628

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

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

[startup+1800.9 s]
/proc/loadavg: 2.39 2.14 2.04 3/83 15738
/proc/meminfo: memFree=1257904/2055920 swapFree=4179560/4192956
[pid=15442] ppid=15440 vsize=126628 CPUtime=1800.04
/proc/15442/stat : 15442 (casperzito) R 15440 15442 15071 0 -1 4194304 16400 0 0 0 179994 10 0 0 25 0 1 0 2006110767 129667072 14845 996147200 134512640 135472138 4294956224 18446744073709551615 135202641 0 0 4096 0 0 0 0 17 1 0 0
/proc/15442/statm: 31657 14845 495 234 0 30359 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 126628

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.92
CPU time (s): 1800.07
CPU user time (s): 1799.95
CPU system time (s): 0.119981
CPU usage (%): 99.9527
Max. virtual memory (cumulated for all children) (KiB): 134180

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

runsolver used 1.79673 second user time and 4.78127 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 17:22:37
IDJOB=1090380
IDBENCH=58440
IDSOLVER=362
FILE ID=node8/1090380-1215271357
PBS_JOBID= 7882182
Free space on /tmp= 66328 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/graphColoring/hos/normalized-abb313GPIA-10.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090380-1215271357/watcher-1090380-1215271357 -o /tmp/evaluation-result-1090380-1215271357/solver-1090380-1215271357 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1090380-1215271357.xml 1550223081 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 41ca88861b5cc1e37ffb4a2aff187cbf
RANDOM SEED=1550223081

node8.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.222
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.222
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:       1395104 kB
Buffers:         89408 kB
Cached:         494272 kB
SwapCached:       6900 kB
Active:         224876 kB
Inactive:       372100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395104 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:           11068 kB
Writeback:           0 kB
Mapped:          20916 kB
Slab:            49028 kB
Committed_AS:  3484000 kB
PageTables:       1696 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66316 MiB
End job on node8 at 2008-07-05 17:52:40