Trace number 1092109

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.06 1803.71

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-11-22-10-5-4_glb.xml
MD5SUMb8cbae2b2c9a33c7872dd54f17a7b268
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.318951
Satisfiable
(Un)Satisfiability was proved
Number of variables1452
Number of constraints1298
Maximum constraint arity22
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1210
Global constraints used (with number of constraints)weightedsum(88)

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
0.03/0.06	c Building = 1
0.03/0.08	c [ NumberOfVariables = 1452 ]
0.03/0.08	c [ NumberOfConstraints = 1298 ]
0.03/0.08	c [ SizeOfSearchSpace(log2) = 1452 ]
0.03/0.08	c SymmetrySearch = 1
0.09/0.19	c [ Found 4.48665e+28 symmetries ]
0.19/0.21	c InitialPropagation = 1
0.19/0.22	c [ SizeOfSearchSpace(log2) = 1452 ]
0.19/0.22	c InitialSAC = 1
0.59/0.68	c [ SizeOfSearchSpace(log2) = 1034 ]
0.59/0.68	c Search(SampleFF) : 
69.28/69.34	c [ Sampling domwdeg ]
69.28/69.34	c [ Sampling impacts ]
69.28/69.34	c [ SamplingScores: ]
69.28/69.34	c [ domwdeg+min = 0.264303 | domwdeg+rnd = 0.00162395 ]
69.28/69.34	c [ impacts+min = 0.112438 | impacts+rnd = 0.0231646 ]
69.28/69.34	c [ la+min = 0 | la+rnd = 0 ]
69.28/69.34	c [ domwdeg = 0.132963 | impacts = 0.0678015 | la = 0 ]
69.28/69.34	c [ min = 0.12558 | rand = 0.0678015 ]
69.28/69.34	c [ restarting at (3.96356,2.22191e-09) ]
79.17/79.26	c [ restarting at (9.9089,9.33715e-08) ]
103.96/104.05	c [ restarting at (24.7722,1.46947e-06) ]
165.95/166.02	c [ restarting at (61.9306,7.92647e-06) ]
320.81/320.94	c [ restarting at (154.827,0.00271199) ]
708.00/708.24	c [ restarting at (387.066,0.0156858) ]
1673.39/1676.46	c [ restarting at (967.666,1.62552e-08) ]

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

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.02 2.02 2.00 4/87 17787
/proc/meminfo: memFree=1628256/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=5348 CPUtime=0
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 217 0 0 0 0 0 0 0 18 0 1 0 138093204 5476352 192 996147200 134512640 135472138 4294956224 18446744073709551615 11736912 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 1337 192 158 234 0 27 0

[startup+0.0372961 s]
/proc/loadavg: 2.02 2.02 2.00 4/87 17787
/proc/meminfo: memFree=1628256/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=5832 CPUtime=0.03
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 566 0 0 0 3 0 0 0 18 0 1 0 138093204 5971968 526 996147200 134512640 135472138 4294956224 18446744073709551615 12203643 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 1458 526 368 234 0 160 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5832

[startup+0.101307 s]
/proc/loadavg: 2.02 2.02 2.00 4/87 17787
/proc/meminfo: memFree=1628256/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=101732 CPUtime=0.09
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 1510 0 0 0 9 0 0 0 18 0 1 0 138093204 104173568 1470 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25433 1470 473 234 0 24135 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 101732

[startup+0.301329 s]
/proc/loadavg: 2.02 2.02 2.00 4/87 17787
/proc/meminfo: memFree=1628256/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=0.29
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2485 0 0 0 28 1 0 0 19 0 1 0 138093204 104452096 1785 996147200 134512640 135472138 4294956224 18446744073709551615 134691616 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1785 497 234 0 24203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102004

[startup+0.701372 s]
/proc/loadavg: 2.02 2.02 2.00 4/87 17787
/proc/meminfo: memFree=1628256/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=0.69
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2547 0 0 0 68 1 0 0 22 0 1 0 138093204 104452096 1847 996147200 134512640 135472138 4294956224 18446744073709551615 135202678 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1847 509 234 0 24203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 102004

[startup+1.50146 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 17788
/proc/meminfo: memFree=1622808/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1.49
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2555 0 0 0 148 1 0 0 25 0 1 0 138093204 104452096 1855 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1855 510 234 0 24203 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 102004

[startup+3.10164 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 17788
/proc/meminfo: memFree=1622680/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=3.09
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2559 0 0 0 308 1 0 0 25 0 1 0 138093204 104452096 1859 996147200 134512640 135472138 4294956224 18446744073709551615 134881886 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1859 510 234 0 24203 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102004

[startup+6.30201 s]
/proc/loadavg: 2.02 2.02 2.00 3/88 17788
/proc/meminfo: memFree=1622488/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=6.29
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2567 0 0 0 628 1 0 0 25 0 1 0 138093204 104452096 1867 996147200 134512640 135472138 4294956224 18446744073709551615 134881782 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1867 510 234 0 24203 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 102004

[startup+12.7027 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 17788
/proc/meminfo: memFree=1622360/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=12.69
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2579 0 0 0 1268 1 0 0 25 0 1 0 138093204 104452096 1879 996147200 134512640 135472138 4294956224 18446744073709551615 134689811 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1879 510 234 0 24203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 102004

[startup+25.5012 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 17788
/proc/meminfo: memFree=1622424/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=25.49
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2587 0 0 0 2548 1 0 0 25 0 1 0 138093204 104452096 1887 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1887 510 234 0 24203 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102004

[startup+51.1011 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 17788
/proc/meminfo: memFree=1622104/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=51.08
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2620 0 0 0 5107 1 0 0 25 0 1 0 138093204 104452096 1920 996147200 134512640 135472138 4294956224 18446744073709551615 134672496 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1920 511 234 0 24203 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 102004

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 17788
/proc/meminfo: memFree=1621976/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=102.27
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2651 0 0 0 10226 1 0 0 25 0 1 0 138093204 104452096 1951 996147200 134512640 135472138 4294956224 18446744073709551615 134936727 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1951 512 234 0 24203 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 102004

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17788
/proc/meminfo: memFree=1621912/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=162.25
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2661 0 0 0 16224 1 0 0 25 0 1 0 138093204 104452096 1961 996147200 134512640 135472138 4294956224 18446744073709551615 134578192 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1961 512 234 0 24203 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 102004

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17788
/proc/meminfo: memFree=1621784/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=222.23
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2670 0 0 0 22222 1 0 0 25 0 1 0 138093204 104452096 1970 996147200 134512640 135472138 4294956224 18446744073709551615 134578198 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1970 512 234 0 24203 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 102004

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17788
/proc/meminfo: memFree=1621720/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=282.22
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2671 0 0 0 28221 1 0 0 25 0 1 0 138093204 104452096 1971 996147200 134512640 135472138 4294956224 18446744073709551615 134580313 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1971 512 234 0 24203 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 102004

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17788
/proc/meminfo: memFree=1621656/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=342.2
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2679 0 0 0 34219 1 0 0 25 0 1 0 138093204 104452096 1979 996147200 134512640 135472138 4294956224 18446744073709551615 134691631 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1979 512 234 0 24203 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 102004

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17788
/proc/meminfo: memFree=1621592/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=402.18
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2679 0 0 0 40217 1 0 0 25 0 1 0 138093204 104452096 1979 996147200 134512640 135472138 4294956224 18446744073709551615 134672506 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1979 512 234 0 24203 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 102004

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17788
/proc/meminfo: memFree=1621720/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=462.17
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2679 0 0 0 46216 1 0 0 25 0 1 0 138093204 104452096 1979 996147200 134512640 135472138 4294956224 18446744073709551615 134686443 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1979 512 234 0 24203 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 102004

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17788
/proc/meminfo: memFree=1621720/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=522.15
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2679 0 0 0 52214 1 0 0 25 0 1 0 138093204 104452096 1979 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1979 512 234 0 24203 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 102004

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17788
/proc/meminfo: memFree=1621720/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=582.14
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2679 0 0 0 58213 1 0 0 25 0 1 0 138093204 104452096 1979 996147200 134512640 135472138 4294956224 18446744073709551615 134881790 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1979 512 234 0 24203 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 102004

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 17788
/proc/meminfo: memFree=1621656/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=642.13
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2680 0 0 0 64212 1 0 0 25 0 1 0 138093204 104452096 1980 996147200 134512640 135472138 4294956224 18446744073709551615 134881790 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1980 512 234 0 24203 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 102004


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

[startup+882.302 s]
/proc/loadavg: 2.01 2.01 2.00 3/88 17788
/proc/meminfo: memFree=1621464/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=882.06
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 88205 1 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 134580318 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 102004

[startup+942.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/88 17788
/proc/meminfo: memFree=1621400/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=942.04
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 94203 1 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 135202762 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 102004

[startup+1002.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/88 17788
/proc/meminfo: memFree=1621400/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1002.03
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 100202 1 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 134881927 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 102004

[startup+1062.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/88 17788
/proc/meminfo: memFree=1621336/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1062.01
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 106200 1 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 134881790 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 102004

[startup+1122.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/88 17788
/proc/meminfo: memFree=1621272/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1121.99
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 112198 1 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 134881819 0 0 4096 0 0 0 0 17 1 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 102004

[startup+1182.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/88 17823
/proc/meminfo: memFree=1583064/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1181.74
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 118172 2 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 134578081 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 102004

[startup+1242.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/88 17823
/proc/meminfo: memFree=1574744/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1241.44
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 124142 2 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 135263640 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1241.44
Current children cumulated vsize (KiB) 102004

[startup+1302.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/88 17823
/proc/meminfo: memFree=1569496/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1301.14
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 130112 2 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 134701673 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1301.14
Current children cumulated vsize (KiB) 102004

[startup+1362.3 s]
/proc/loadavg: 2.06 2.06 2.00 3/88 17823
/proc/meminfo: memFree=1569496/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1360.84
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 136082 2 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1360.84
Current children cumulated vsize (KiB) 102004

[startup+1422.31 s]
/proc/loadavg: 2.06 2.06 2.00 3/88 17823
/proc/meminfo: memFree=1569496/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1420.54
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 142052 2 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 134945601 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1420.54
Current children cumulated vsize (KiB) 102004

[startup+1482.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/88 17823
/proc/meminfo: memFree=1569496/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1480.24
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 148022 2 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 135202739 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1480.24
Current children cumulated vsize (KiB) 102004

[startup+1542.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/88 17823
/proc/meminfo: memFree=1569496/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1539.94
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 153992 2 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 135202739 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1539.94
Current children cumulated vsize (KiB) 102004

[startup+1602.3 s]
/proc/loadavg: 2.11 2.07 2.01 3/88 17823
/proc/meminfo: memFree=1569496/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1599.65
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 159962 3 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 134945767 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1599.65
Current children cumulated vsize (KiB) 102004

[startup+1662.3 s]
/proc/loadavg: 2.10 2.07 2.00 3/88 17823
/proc/meminfo: memFree=1569496/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1659.35
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2693 0 0 0 165932 3 0 0 25 0 1 0 138093204 104452096 1993 996147200 134512640 135472138 4294956224 18446744073709551615 135202757 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1993 512 234 0 24203 0
Current children cumulated CPU time (s) 1659.35
Current children cumulated vsize (KiB) 102004

[startup+1722.3 s]
/proc/loadavg: 2.09 2.07 2.00 3/88 17825
/proc/meminfo: memFree=1569368/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1719.05
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2698 0 0 0 171902 3 0 0 25 0 1 0 138093204 104452096 1998 996147200 134512640 135472138 4294956224 18446744073709551615 134689572 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1998 512 234 0 24203 0
Current children cumulated CPU time (s) 1719.05
Current children cumulated vsize (KiB) 102004

[startup+1782.3 s]
/proc/loadavg: 2.08 2.07 2.00 3/88 17825
/proc/meminfo: memFree=1569304/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1778.75
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2698 0 0 0 177872 3 0 0 25 0 1 0 138093204 104452096 1998 996147200 134512640 135472138 4294956224 18446744073709551615 134672493 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1998 512 234 0 24203 0
Current children cumulated CPU time (s) 1778.75
Current children cumulated vsize (KiB) 102004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.7 s]
/proc/loadavg: 2.06 2.06 2.00 3/88 17825
/proc/meminfo: memFree=1569176/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1800.05
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2699 0 0 0 180002 3 0 0 25 0 1 0 138093204 104452096 1999 996147200 134512640 135472138 4294956224 18446744073709551615 134691684 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1999 512 234 0 24203 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 102004

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

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

[startup+1803.7 s]
/proc/loadavg: 2.06 2.06 2.00 3/88 17825
/proc/meminfo: memFree=1569176/2055920 swapFree=4179164/4192956
[pid=17787] ppid=17785 vsize=102004 CPUtime=1800.05
/proc/17787/stat : 17787 (casperzito) R 17785 17787 17093 0 -1 4194304 2699 0 0 0 180002 3 0 0 25 0 1 0 138093204 104452096 1999 996147200 134512640 135472138 4294956224 18446744073709551615 134691684 0 0 4096 0 0 0 0 17 0 0 0
/proc/17787/statm: 25501 1999 512 234 0 24203 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 102004

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.71
CPU time (s): 1800.06
CPU user time (s): 1800.02
CPU system time (s): 0.038994
CPU usage (%): 99.7978
Max. virtual memory (cumulated for all children) (KiB): 104656

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

runsolver used 2.54561 second user time and 5.65514 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-05 15:22:06
IDJOB=1092109
IDBENCH=58596
IDSOLVER=362
FILE ID=node76/1092109-1215264126
PBS_JOBID= 7882131
Free space on /tmp= 66488 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-11-22-10-5-4_glb.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092109-1215264126/watcher-1092109-1215264126 -o /tmp/evaluation-result-1092109-1215264126/solver-1092109-1215264126 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1092109-1215264126.xml 1724756354 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b8cbae2b2c9a33c7872dd54f17a7b268
RANDOM SEED=1724756354

node76.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:       1628736 kB
Buffers:         48496 kB
Cached:         227592 kB
SwapCached:       7608 kB
Active:         233672 kB
Inactive:       128992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628736 kB
SwapTotal:     4192956 kB
SwapFree:      4179164 kB
Dirty:            3104 kB
Writeback:           0 kB
Mapped:         105604 kB
Slab:            49292 kB
Committed_AS:  1237732 kB
PageTables:       2208 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= 66480 MiB
End job on node76 at 2008-07-05 15:52:11