Trace number 1090968

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.02 1801.91

General information on the benchmark

Namecsp/graphColoring/insertion/k-insertion/
normalized-3-insertions-5-4.xml
MD5SUM6b7c438b953fee64c4252b623e50d1a7
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 variables1406
Number of constraints9695
Maximum constraint arity2
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9695
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.04	c Parsing = 1
0.00/0.30	c Building = 1
0.30/0.32	c [ NumberOfVariables = 1406 ]
0.30/0.32	c [ NumberOfConstraints = 9695 ]
0.30/0.32	c [ SizeOfSearchSpace(log2) = 2812 ]
0.30/0.32	c SymmetrySearch = 1
0.30/0.39	c [ Found 22 symmetries ]
0.38/0.42	c InitialPropagation = 1
0.38/0.43	c [ SizeOfSearchSpace(log2) = 2810.75 ]
0.38/0.43	c InitialSAC = 1
0.48/0.50	c [ SizeOfSearchSpace(log2) = 2810.75 ]
0.48/0.50	c Search(SampleFF) : 
76.81/77.24	c [ Sampling domwdeg ]
76.81/77.24	c [ Sampling impacts ]
76.81/77.24	c [ SamplingScores: ]
76.81/77.24	c [ domwdeg+min = 3.01721e-90 | domwdeg+rnd = 2.52255e-05 ]
76.81/77.24	c [ impacts+min = 2.6901e-33 | impacts+rnd = 9.44887e-12 ]
76.81/77.24	c [ la+min = 0 | la+rnd = 0 ]
76.81/77.24	c [ domwdeg = 1.26127e-05 | impacts = 4.72444e-12 | la = 0 ]
76.81/77.24	c [ min = 8.96698e-34 | rand = 4.72444e-12 ]
76.81/77.24	c [ restarting at (3.96356,3.32285e-90) ]
87.36/87.87	c [ restarting at (9.9089,3.32285e-90) ]
113.83/114.44	c [ restarting at (24.7722,3.32288e-90) ]
179.90/180.84	c [ restarting at (61.9306,3.32291e-90) ]
234.34/235.60	c [ restarting at (154.827,3.32291e-90) ]
621.55/622.96	c [ restarting at (387.066,3.32337e-90) ]
1589.49/1591.36	c [ restarting at (967.666,3.32347e-90) ]

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

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.01 2.00 4/78 17054
/proc/meminfo: memFree=1696936/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=7416 CPUtime=0.19
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 968 0 0 0 19 0 0 0 19 0 1 0 2006264474 7593984 928 996147200 134512640 135472138 4294956224 18446744073709551615 134784066 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 1854 928 368 234 0 556 0

[startup+0.311029 s]
/proc/loadavg: 2.00 2.01 2.00 4/78 17054
/proc/meminfo: memFree=1696936/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=101968 CPUtime=0.3
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 1579 0 0 0 29 1 0 0 20 0 1 0 2006264474 104415232 1539 996147200 134512640 135472138 4294956224 18446744073709551615 10818469 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 25492 1539 409 234 0 24194 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 101968

[startup+0.401043 s]
/proc/loadavg: 2.00 2.01 2.00 4/78 17054
/proc/meminfo: memFree=1696936/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=107060 CPUtime=0.38
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3334 0 0 0 36 2 0 0 20 0 1 0 2006264474 109629440 3294 996147200 134512640 135472138 4294956224 18446744073709551615 134666695 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26765 3294 455 234 0 25467 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 107060

[startup+0.501062 s]
/proc/loadavg: 2.00 2.01 2.00 4/78 17054
/proc/meminfo: memFree=1696936/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104728 CPUtime=0.48
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3716 0 0 0 46 2 0 0 21 0 1 0 2006264474 107241472 3087 996147200 134512640 135472138 4294956224 18446744073709551615 134928576 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26182 3087 469 234 0 24884 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 104728

[startup+0.701097 s]
/proc/loadavg: 2.00 2.01 2.00 4/78 17054
/proc/meminfo: memFree=1696936/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104728 CPUtime=0.68
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3765 0 0 0 66 2 0 0 23 0 1 0 2006264474 107241472 3136 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26182 3136 479 234 0 24884 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104728

[startup+1.50124 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 17055
/proc/meminfo: memFree=1686048/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104732 CPUtime=1.48
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3786 0 0 0 146 2 0 0 25 0 1 0 2006264474 107245568 3157 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26183 3157 480 234 0 24885 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104732

[startup+3.10152 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 17055
/proc/meminfo: memFree=1685920/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104732 CPUtime=3.07
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3786 0 0 0 304 3 0 0 25 0 1 0 2006264474 107245568 3157 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26183 3157 480 234 0 24885 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 104732

[startup+6.30108 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 17055
/proc/meminfo: memFree=1685792/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104732 CPUtime=6.26
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3797 0 0 0 623 3 0 0 25 0 1 0 2006264474 107245568 3168 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26183 3168 485 234 0 24885 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 104732

[startup+12.7012 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 17055
/proc/meminfo: memFree=1685664/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104732 CPUtime=12.63
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3799 0 0 0 1260 3 0 0 25 0 1 0 2006264474 107245568 3170 996147200 134512640 135472138 4294956224 18446744073709551615 135202754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26183 3170 485 234 0 24885 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 104732

[startup+25.5014 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 17055
/proc/meminfo: memFree=1685728/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104732 CPUtime=25.37
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3803 0 0 0 2534 3 0 0 25 0 1 0 2006264474 107245568 3174 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26183 3174 486 234 0 24885 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 104732

[startup+51.1019 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 17055
/proc/meminfo: memFree=1685472/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=50.84
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3876 0 0 0 5081 3 0 0 25 0 1 0 2006264474 107249664 3247 996147200 134512640 135472138 4294956224 18446744073709551615 134928604 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26184 3247 487 234 0 24886 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 104736

[startup+102.302 s]
/proc/loadavg: 2.06 2.02 2.00 3/79 17055
/proc/meminfo: memFree=1685280/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=101.79
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3899 0 0 0 10176 3 0 0 25 0 1 0 2006264474 107249664 3270 996147200 134512640 135472138 4294956224 18446744073709551615 134928614 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26184 3270 488 234 0 24886 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 104736

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/79 17055
/proc/meminfo: memFree=1685152/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=161.49
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3909 0 0 0 16146 3 0 0 25 0 1 0 2006264474 107249664 3280 996147200 134512640 135472138 4294956224 18446744073709551615 135202788 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26184 3280 488 234 0 24886 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 104736

[startup+222.303 s]
/proc/loadavg: 2.15 2.05 2.01 3/79 17055
/proc/meminfo: memFree=1685088/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=221.2
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3918 0 0 0 22117 3 0 0 25 0 1 0 2006264474 107249664 3289 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/17054/statm: 26184 3289 488 234 0 24886 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 104736

[startup+282.301 s]
/proc/loadavg: 2.24 2.11 2.03 3/87 17091
/proc/meminfo: memFree=1688416/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=281.1
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3928 0 0 0 28107 3 0 0 25 0 1 0 2006264474 107249664 3299 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3299 488 234 0 24886 0
Current children cumulated CPU time (s) 281.1
Current children cumulated vsize (KiB) 104736

[startup+342.302 s]
/proc/loadavg: 2.08 2.09 2.02 3/87 17091
/proc/meminfo: memFree=1686880/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=341.09
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3928 0 0 0 34105 4 0 0 25 0 1 0 2006264474 107249664 3299 996147200 134512640 135472138 4294956224 18446744073709551615 135202678 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3299 488 234 0 24886 0
Current children cumulated CPU time (s) 341.09
Current children cumulated vsize (KiB) 104736

[startup+402.301 s]
/proc/loadavg: 2.03 2.07 2.02 3/87 17091
/proc/meminfo: memFree=1686752/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=401.05
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3928 0 0 0 40101 4 0 0 25 0 1 0 2006264474 107249664 3299 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3299 488 234 0 24886 0
Current children cumulated CPU time (s) 401.05
Current children cumulated vsize (KiB) 104736

[startup+462.307 s]
/proc/loadavg: 2.01 2.05 2.01 3/87 17091
/proc/meminfo: memFree=1686752/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=461.03
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3928 0 0 0 46099 4 0 0 25 0 1 0 2006264474 107249664 3299 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3299 488 234 0 24886 0
Current children cumulated CPU time (s) 461.03
Current children cumulated vsize (KiB) 104736

[startup+522.302 s]
/proc/loadavg: 2.00 2.04 2.01 3/87 17091
/proc/meminfo: memFree=1686752/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=520.99
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3929 0 0 0 52095 4 0 0 25 0 1 0 2006264474 107249664 3300 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3300 488 234 0 24886 0
Current children cumulated CPU time (s) 520.99
Current children cumulated vsize (KiB) 104736

[startup+582.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 17091
/proc/meminfo: memFree=1686816/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=580.97
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3929 0 0 0 58093 4 0 0 25 0 1 0 2006264474 107249664 3300 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3300 488 234 0 24886 0
Current children cumulated CPU time (s) 580.97
Current children cumulated vsize (KiB) 104736

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 17091
/proc/meminfo: memFree=1686816/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=640.94
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3937 0 0 0 64090 4 0 0 25 0 1 0 2006264474 107249664 3308 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3308 488 234 0 24886 0
Current children cumulated CPU time (s) 640.94
Current children cumulated vsize (KiB) 104736


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 17097
/proc/meminfo: memFree=1686496/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=820.85
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 82081 4 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 820.85
Current children cumulated vsize (KiB) 104736

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686560/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=880.82
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 88078 4 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 880.82
Current children cumulated vsize (KiB) 104736

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686496/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=940.79
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 94075 4 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135264400 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 940.79
Current children cumulated vsize (KiB) 104736

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686432/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1000.77
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 100073 4 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1000.77
Current children cumulated vsize (KiB) 104736

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686496/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1060.73
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 106069 4 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1060.73
Current children cumulated vsize (KiB) 104736

[startup+1122.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686496/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1120.71
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 112067 4 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1120.71
Current children cumulated vsize (KiB) 104736

[startup+1182.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/87 17097
/proc/meminfo: memFree=1686496/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1180.69
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 118064 5 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135202779 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1180.69
Current children cumulated vsize (KiB) 104736

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/87 17097
/proc/meminfo: memFree=1686432/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1240.65
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 124060 5 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135263645 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1240.65
Current children cumulated vsize (KiB) 104736

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686432/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1300.63
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 130058 5 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1300.63
Current children cumulated vsize (KiB) 104736

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686368/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1360.6
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 136055 5 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 134581651 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1360.6
Current children cumulated vsize (KiB) 104736

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686368/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1420.57
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 142052 5 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 134691183 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1420.57
Current children cumulated vsize (KiB) 104736

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686112/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1480.54
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 148049 5 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1480.54
Current children cumulated vsize (KiB) 104736

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686176/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1540.52
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3938 0 0 0 154047 5 0 0 25 0 1 0 2006264474 107249664 3309 996147200 134512640 135472138 4294956224 18446744073709551615 135202678 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3309 488 234 0 24886 0
Current children cumulated CPU time (s) 1540.52
Current children cumulated vsize (KiB) 104736

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686112/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1600.49
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3947 0 0 0 160044 5 0 0 25 0 1 0 2006264474 107249664 3318 996147200 134512640 135472138 4294956224 18446744073709551615 135265508 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3318 488 234 0 24886 0
Current children cumulated CPU time (s) 1600.49
Current children cumulated vsize (KiB) 104736

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686112/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1660.46
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3947 0 0 0 166041 5 0 0 25 0 1 0 2006264474 107249664 3318 996147200 134512640 135472138 4294956224 18446744073709551615 135267082 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3318 488 234 0 24886 0
Current children cumulated CPU time (s) 1660.46
Current children cumulated vsize (KiB) 104736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686112/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1720.44
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3948 0 0 0 172038 6 0 0 25 0 1 0 2006264474 107249664 3319 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3319 488 234 0 24886 0
Current children cumulated CPU time (s) 1720.44
Current children cumulated vsize (KiB) 104736

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686112/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1780.41
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3948 0 0 0 178035 6 0 0 25 0 1 0 2006264474 107249664 3319 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3319 488 234 0 24886 0
Current children cumulated CPU time (s) 1780.41
Current children cumulated vsize (KiB) 104736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 17097
/proc/meminfo: memFree=1686112/2055920 swapFree=4180728/4192956
[pid=17054] ppid=17052 vsize=104736 CPUtime=1800.01
/proc/17054/stat : 17054 (casperzito) R 17052 17054 15915 0 -1 4194304 3948 0 0 0 179995 6 0 0 25 0 1 0 2006264474 107249664 3319 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/17054/statm: 26184 3319 488 234 0 24886 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 104736

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): 1801.91
CPU time (s): 1800.02
CPU user time (s): 1799.95
CPU system time (s): 0.06499
CPU usage (%): 99.895
Max. virtual memory (cumulated for all children) (KiB): 107060

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

runsolver used 2.07268 second user time and 6.13307 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-05 17:48:51
IDJOB=1090968
IDBENCH=58514
IDSOLVER=362
FILE ID=node61/1090968-1215272931
PBS_JOBID= 7882210
Free space on /tmp= 66484 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/graphColoring/insertion/k-insertion/normalized-3-insertions-5-4.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1090968-1215272931/watcher-1090968-1215272931 -o /tmp/evaluation-result-1090968-1215272931/solver-1090968-1215272931 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1090968-1215272931.xml 1888466326 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b7c438b953fee64c4252b623e50d1a7
RANDOM SEED=1888466326

node61.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.269
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.269
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:       1697416 kB
Buffers:         48608 kB
Cached:         178980 kB
SwapCached:       6468 kB
Active:         220572 kB
Inactive:        81228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697416 kB
SwapTotal:     4192956 kB
SwapFree:      4180728 kB
Dirty:            4100 kB
Writeback:           0 kB
Mapped:          83424 kB
Slab:            41504 kB
Committed_AS:  4121744 kB
PageTables:       2340 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node61 at 2008-07-05 18:18:55