Trace number 1090967

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 1808.31

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.10	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.10	c Parsing = 1
0.23/0.30	c Building = 1
0.68/0.77	c [ NumberOfVariables = 1406 ]
0.68/0.77	c [ NumberOfConstraints = 9695 ]
0.68/0.77	c [ SizeOfSearchSpace(log2) = 2812 ]
0.68/0.77	c SymmetrySearch = 1
0.78/0.83	c [ Found 22 symmetries ]
0.78/0.87	c InitialPropagation = 1
0.78/0.88	c [ SizeOfSearchSpace(log2) = 2810.75 ]
0.78/0.88	c InitialSAC = 1
0.88/0.96	c [ SizeOfSearchSpace(log2) = 2810.75 ]
0.88/0.96	c Search(SampleFF) : 
207.72/209.76	c [ Sampling domwdeg ]
207.72/209.76	c [ Sampling impacts ]
207.72/209.76	c [ Sampling la ]
207.72/209.76	c [ SamplingScores: ]
207.72/209.76	c [ domwdeg+min = 3.0289e-90 | domwdeg+rnd = 5.70505e-11 ]
207.72/209.76	c [ impacts+min = 1.55072e-29 | impacts+rnd = 7.32574e-05 ]
207.72/209.76	c [ la+min = 5.52786e-78 | la+rnd = 6.14135e-63 ]
207.72/209.76	c [ domwdeg = 2.85252e-11 | impacts = 3.66287e-05 | la = 3.07067e-63 ]
207.72/209.76	c [ min = 5.16906e-30 | rand = 3.66287e-05 ]
207.72/209.76	c [ restarting at (0.1,9.84932e-69) ]
208.02/210.03	c [ restarting at (0.25,2.73706e-54) ]
208.71/210.70	c [ restarting at (0.625,6.56408e-61) ]
210.30/212.38	c [ restarting at (1.5625,4.56272e-47) ]
214.45/216.57	c [ restarting at (3.90625,2.80623e-51) ]
224.86/227.04	c [ restarting at (9.76562,5.70411e-47) ]
250.81/253.23	c [ restarting at (24.4141,3.9687e-34) ]
315.59/318.69	c [ restarting at (61.0352,7.01931e-52) ]
477.76/482.34	c [ restarting at (152.588,7.52371e-52) ]
829.20/837.20	c [ restarting at (381.47,3.64881e-46) ]
1783.63/1791.92	c [ restarting at (953.674,4.47213e-50) ]

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

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/81 14561
/proc/meminfo: memFree=1697104/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=7420 CPUtime=0.19
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 971 0 0 0 19 0 0 0 19 0 1 0 2006265433 7598080 931 996147200 134512640 135477443 4294956224 18446744073709551615 4158884493 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 1855 931 369 235 0 556 0

[startup+0.254198 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14561
/proc/meminfo: memFree=1697104/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=7816 CPUtime=0.23
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 1072 0 0 0 23 0 0 0 19 0 1 0 2006265433 8003584 1032 996147200 134512640 135477443 4294956224 18446744073709551615 134812615 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 1954 1032 369 235 0 655 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 7816

[startup+0.301209 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14561
/proc/meminfo: memFree=1697104/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=101972 CPUtime=0.28
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 1179 0 0 0 28 0 0 0 19 0 1 0 2006265433 104419328 1139 996147200 134512640 135477443 4294956224 18446744073709551615 12840787 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 25493 1139 390 235 0 24194 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 101972

[startup+0.401222 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14561
/proc/meminfo: memFree=1697104/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=101976 CPUtime=0.38
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 3525 0 0 0 32 6 0 0 20 0 1 0 2006265433 104423424 1461 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 25494 1461 419 235 0 24195 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 101976

[startup+0.701248 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 14561
/proc/meminfo: memFree=1697104/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=102100 CPUtime=0.68
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 10150 0 0 0 42 26 0 0 23 0 1 0 2006265433 104550400 1969 996147200 134512640 135477443 4294956224 18446744073709551615 134551774 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 25525 1969 419 235 0 24226 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 102100

[startup+1.50235 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1686280/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104736 CPUtime=1.47
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 13493 0 0 0 115 32 0 0 25 0 1 0 2006265433 107249664 3169 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26184 3169 490 235 0 24885 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 104736

[startup+3.10152 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1686088/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104736 CPUtime=3.06
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 13493 0 0 0 273 33 0 0 25 0 1 0 2006265433 107249664 3169 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26184 3169 490 235 0 24885 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104736

[startup+6.30188 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1686024/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104736 CPUtime=6.23
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 13506 0 0 0 590 33 0 0 25 0 1 0 2006265433 107249664 3182 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26184 3182 496 235 0 24885 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 104736

[startup+12.7016 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1685960/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104736 CPUtime=12.56
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 13507 0 0 0 1223 33 0 0 25 0 1 0 2006265433 107249664 3183 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26184 3183 496 235 0 24885 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 104736

[startup+25.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1686088/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104736 CPUtime=25.25
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 13510 0 0 0 2492 33 0 0 25 0 1 0 2006265433 107249664 3186 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26184 3186 497 235 0 24885 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 104736

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1685768/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=50.6
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 13585 0 0 0 5027 33 0 0 25 0 1 0 2006265433 107257856 3261 996147200 134512640 135477443 4294956224 18446744073709551615 13709037 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 3261 498 235 0 24887 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 104744

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1681032/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=101.32
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 14794 0 0 0 10098 34 0 0 25 0 1 0 2006265433 107257856 4470 996147200 134512640 135477443 4294956224 18446744073709551615 135235247 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 4470 498 235 0 24887 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 104744

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1677512/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=160.75
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15590 0 0 0 16040 35 0 0 25 0 1 0 2006265433 107257856 5266 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 5266 498 235 0 24887 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 104744

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1677512/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=220.2
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 21984 36 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135268048 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 104744

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1677384/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=279.63
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 27927 36 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 279.63
Current children cumulated vsize (KiB) 104744

[startup+342.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1677384/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=339.07
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 33871 36 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135269752 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 339.07
Current children cumulated vsize (KiB) 104744

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1677384/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=398.5
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 39814 36 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135270310 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 398.5
Current children cumulated vsize (KiB) 104744

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1677384/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=457.94
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 45758 36 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 457.94
Current children cumulated vsize (KiB) 104744

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1677320/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=517.38
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 51702 36 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 13709018 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 517.38
Current children cumulated vsize (KiB) 104744

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1677192/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=576.81
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 57645 36 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 134583088 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 576.81
Current children cumulated vsize (KiB) 104744

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14562
/proc/meminfo: memFree=1677192/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=636.25
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 63589 36 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135270207 0 0 4096 0 0 0 0 17 1 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 636.25
Current children cumulated vsize (KiB) 104744


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 14616
/proc/meminfo: memFree=1675504/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=874.36
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 87397 39 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135269728 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 874.36
Current children cumulated vsize (KiB) 104744

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1675312/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=934.34
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 93394 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135238561 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 934.34
Current children cumulated vsize (KiB) 104744

[startup+1002.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1675248/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=994.33
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 99393 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135270212 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 994.33
Current children cumulated vsize (KiB) 104744

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1675184/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1054.3
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 105390 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 13709037 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1054.3
Current children cumulated vsize (KiB) 104744

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1675184/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1114.27
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 111387 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 13709044 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1114.27
Current children cumulated vsize (KiB) 104744

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1675192/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1174.25
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 117385 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1174.25
Current children cumulated vsize (KiB) 104744

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1675000/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1234.22
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 123382 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 134673690 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1234.22
Current children cumulated vsize (KiB) 104744

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1675000/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1294.2
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 129380 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135239011 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1294.2
Current children cumulated vsize (KiB) 104744

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674936/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1354.18
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 135378 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135268565 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1354.18
Current children cumulated vsize (KiB) 104744

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674936/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1414.16
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 141376 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135269556 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1414.16
Current children cumulated vsize (KiB) 104744

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674936/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1474.14
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 147374 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 13709035 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1474.14
Current children cumulated vsize (KiB) 104744

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674808/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1534.12
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 153372 40 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 13709051 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1534.12
Current children cumulated vsize (KiB) 104744

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674744/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1594.1
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 159369 41 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1594.1
Current children cumulated vsize (KiB) 104744

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674808/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1654.08
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 165367 41 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1654.08
Current children cumulated vsize (KiB) 104744

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674808/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1714.06
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 171365 41 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135208001 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1714.06
Current children cumulated vsize (KiB) 104744

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674744/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1774.03
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 177362 41 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 13709044 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1774.03
Current children cumulated vsize (KiB) 104744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674744/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1800.03
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 179962 41 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 104744

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

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

[startup+1808.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 14616
/proc/meminfo: memFree=1674744/2055920 swapFree=4180096/4192956
[pid=14561] ppid=14559 vsize=104744 CPUtime=1800.03
/proc/14561/stat : 14561 (casperzao) R 14559 14561 13982 0 -1 4194304 15591 0 0 0 179962 41 0 0 25 0 1 0 2006265433 107257856 5267 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 0 0 0
/proc/14561/statm: 26186 5267 499 235 0 24887 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 104744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.31
CPU time (s): 1800.04
CPU user time (s): 1799.62
CPU system time (s): 0.414936
CPU usage (%): 99.5424
Max. virtual memory (cumulated for all children) (KiB): 104744

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

runsolver used 2.01769 second user time and 5.34419 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 17:48:50
IDJOB=1090967
IDBENCH=58514
IDSOLVER=361
FILE ID=node42/1090967-1215272929
PBS_JOBID= 7882219
Free space on /tmp= 66492 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6b7c438b953fee64c4252b623e50d1a7
RANDOM SEED=41055323

node42.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.214
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.214
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:       1697520 kB
Buffers:         36756 kB
Cached:         205868 kB
SwapCached:       7140 kB
Active:         206304 kB
Inactive:        99740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697520 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            4116 kB
Writeback:           0 kB
Mapped:          79288 kB
Slab:            37308 kB
Committed_AS:  3738008 kB
PageTables:       2028 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= 66468 MiB
End job on node42 at 2008-07-05 18:19:00