Trace number 1043507

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.08 1801.01

General information on the benchmark

Namecsp/frb53-24/
normalized-frb53-24-3-mgd_ext.xml
MD5SUM23b475c474576353e22a1b6c2b09c086
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark166.74
Satisfiable
(Un)Satisfiability was proved
Number of variables53
Number of constraints470
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension470
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 53 ]
0.19/0.21	c [ NumberOfConstraints = 470 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 243.003 ]
0.19/0.21	c SymmetrySearch = 1
0.29/0.34	c InitialPropagation = 1
0.29/0.37	c [ SizeOfSearchSpace(log2) = 243.003 ]
0.29/0.37	c InitialSAC = 1
0.29/0.39	c [ SizeOfSearchSpace(log2) = 243.003 ]
0.29/0.39	c Search(SampleFF) : 
53.90/54.09	c [ Sampling domwdeg ]
53.90/54.09	c [ Sampling impacts ]
53.90/54.09	c [ SamplingScores: ]
53.90/54.09	c [ domwdeg+min = 6.42505e-15 | domwdeg+rnd = 1.20344e-08 ]
53.90/54.09	c [ impacts+min = 4.2121e-06 | impacts+rnd = 5.63773e-07 ]
53.90/54.09	c [ la+min = 0 | la+rnd = 0 ]
53.90/54.09	c [ domwdeg = 6.01721e-09 | impacts = 2.38793e-06 | la = 0 ]
53.90/54.09	c [ min = 1.40403e-06 | rand = 2.38793e-06 ]
53.90/54.09	c [ restarting at (3.96356,3.82251e-07) ]
63.89/64.01	c [ restarting at (9.9089,6.06179e-06) ]
88.68/88.82	c [ restarting at (24.7722,1.74911e-06) ]
150.65/150.84	c [ restarting at (61.9306,2.52484e-05) ]
305.58/305.87	c [ restarting at (154.827,2.12453e-05) ]
692.99/693.48	c [ restarting at (387.066,0.000298484) ]
1661.63/1662.50	c [ restarting at (967.666,0.000928479) ]

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

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: 0.08 0.02 0.21 4/72 25127
/proc/meminfo: memFree=1850440/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=1052 CPUtime=0
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1980886850 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7861028 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/25127/statm: 263 26 20 234 0 3 0

[startup+0.0889689 s]
/proc/loadavg: 0.08 0.02 0.21 4/72 25127
/proc/meminfo: memFree=1850440/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=104668 CPUtime=0.07
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 1854 0 0 0 6 1 0 0 18 0 1 0 1980886850 107180032 1814 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25127/statm: 26167 1814 405 234 0 24869 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104668

[startup+0.102965 s]
/proc/loadavg: 0.08 0.02 0.21 4/72 25127
/proc/meminfo: memFree=1850440/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=105856 CPUtime=0.09
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 2192 0 0 0 8 1 0 0 18 0 1 0 1980886850 108396544 2152 996147200 134512640 135472138 4294956224 18446744073709551615 134629033 0 0 4096 0 0 0 0 17 1 0 0
/proc/25127/statm: 26464 2152 433 234 0 25166 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 105856

[startup+0.303005 s]
/proc/loadavg: 0.08 0.02 0.21 4/72 25127
/proc/meminfo: memFree=1850440/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=121128 CPUtime=0.29
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5104 0 0 0 27 2 0 0 19 0 1 0 1980886850 124035072 5059 996147200 134512640 135472138 4294956224 18446744073709551615 134535830 0 0 4096 0 0 0 0 17 1 0 0
/proc/25127/statm: 30282 5059 440 234 0 28984 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 121128

[startup+0.702068 s]
/proc/loadavg: 0.08 0.02 0.21 4/72 25127
/proc/meminfo: memFree=1850440/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=0.67
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5775 0 0 0 65 2 0 0 23 0 1 0 1980886850 109109248 2474 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2474 477 234 0 25340 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 106552

[startup+1.50121 s]
/proc/loadavg: 0.08 0.02 0.21 3/81 25163
/proc/meminfo: memFree=1835120/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1.45
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5779 0 0 0 142 3 0 0 25 0 1 0 1980886850 109109248 2478 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2478 477 234 0 25340 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 106552

[startup+3.10149 s]
/proc/loadavg: 0.08 0.02 0.21 2/68 25184
/proc/meminfo: memFree=1847192/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=3.02
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5781 0 0 0 299 3 0 0 25 0 1 0 1980886850 109109248 2480 996147200 134512640 135472138 4294956224 18446744073709551615 134595455 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2480 477 234 0 25340 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 106552

[startup+6.30107 s]
/proc/loadavg: 0.23 0.05 0.22 3/73 25233
/proc/meminfo: memFree=1826288/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=6.22
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5782 0 0 0 619 3 0 0 25 0 1 0 1980886850 109109248 2481 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2481 477 234 0 25340 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 106552

[startup+12.7012 s]
/proc/loadavg: 0.37 0.08 0.23 3/73 25233
/proc/meminfo: memFree=1826104/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=12.62
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5782 0 0 0 1259 3 0 0 25 0 1 0 1980886850 109109248 2481 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2481 477 234 0 25340 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 106552

[startup+25.5025 s]
/proc/loadavg: 0.81 0.19 0.26 3/73 25233
/proc/meminfo: memFree=1826184/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=25.41
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5797 0 0 0 2538 3 0 0 25 0 1 0 1980886850 109109248 2496 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2496 479 234 0 25340 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 106552

[startup+51.103 s]
/proc/loadavg: 1.22 0.34 0.31 3/73 25233
/proc/meminfo: memFree=1826056/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=51
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5802 0 0 0 5096 4 0 0 25 0 1 0 1980886850 109109248 2501 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2501 480 234 0 25340 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 106552

[startup+102.307 s]
/proc/loadavg: 1.66 0.59 0.39 3/73 25233
/proc/meminfo: memFree=1825736/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=102.18
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5804 0 0 0 10214 4 0 0 25 0 1 0 1980886850 109109248 2503 996147200 134512640 135472138 4294956224 18446744073709551615 135250181 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2503 480 234 0 25340 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 106552

[startup+162.302 s]
/proc/loadavg: 1.87 0.84 0.49 3/73 25233
/proc/meminfo: memFree=1825544/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=162.14
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 16210 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 106552

[startup+222.301 s]
/proc/loadavg: 1.95 1.05 0.58 3/73 25233
/proc/meminfo: memFree=1825480/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=222.11
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 22207 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134595473 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 106552

[startup+282.302 s]
/proc/loadavg: 1.98 1.22 0.67 3/73 25233
/proc/meminfo: memFree=1825480/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=282.09
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 28205 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134595366 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 106552

[startup+342.301 s]
/proc/loadavg: 1.99 1.36 0.75 3/73 25233
/proc/meminfo: memFree=1825480/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=342.05
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 34201 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134579043 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 342.05
Current children cumulated vsize (KiB) 106552

[startup+402.302 s]
/proc/loadavg: 1.99 1.47 0.83 3/73 25233
/proc/meminfo: memFree=1825480/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=402.02
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 40198 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 402.02
Current children cumulated vsize (KiB) 106552

[startup+462.302 s]
/proc/loadavg: 1.99 1.57 0.90 3/73 25233
/proc/meminfo: memFree=1825480/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=462
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 46196 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134595473 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 106552

[startup+522.301 s]
/proc/loadavg: 1.99 1.64 0.96 3/73 25233
/proc/meminfo: memFree=1825480/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=521.96
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 52192 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 106552

[startup+582.302 s]
/proc/loadavg: 1.99 1.71 1.02 3/73 25233
/proc/meminfo: memFree=1825480/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=581.94
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 58190 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 581.94
Current children cumulated vsize (KiB) 106552

[startup+642.301 s]
/proc/loadavg: 1.99 1.76 1.08 3/73 25233
/proc/meminfo: memFree=1825480/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=641.92
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 64188 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 641.92
Current children cumulated vsize (KiB) 106552


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.86 1.24 3/73 25233
/proc/meminfo: memFree=1825288/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=821.83
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 82179 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 135264224 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 106552

[startup+882.302 s]
/proc/loadavg: 1.99 1.88 1.28 3/73 25233
/proc/meminfo: memFree=1825288/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=881.8
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 88176 4 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 9171120 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 106552

[startup+942.301 s]
/proc/loadavg: 1.99 1.90 1.32 3/73 25233
/proc/meminfo: memFree=1825224/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=941.78
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 94173 5 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 106552

[startup+1002.3 s]
/proc/loadavg: 1.99 1.92 1.36 3/73 25233
/proc/meminfo: memFree=1825224/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1001.75
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5806 0 0 0 100170 5 0 0 25 0 1 0 1980886850 109109248 2505 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2505 480 234 0 25340 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 106552

[startup+1062.3 s]
/proc/loadavg: 1.99 1.93 1.40 3/73 25235
/proc/meminfo: memFree=1824968/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1061.72
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5807 0 0 0 106167 5 0 0 25 0 1 0 1980886850 109109248 2506 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2506 480 234 0 25340 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 106552

[startup+1122.3 s]
/proc/loadavg: 1.99 1.94 1.43 3/73 25235
/proc/meminfo: memFree=1824968/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1121.69
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 112164 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 106552

[startup+1182.3 s]
/proc/loadavg: 1.99 1.95 1.47 3/73 25235
/proc/meminfo: memFree=1824968/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1181.66
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 118161 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134595487 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 106552

[startup+1242.3 s]
/proc/loadavg: 2.11 1.99 1.51 3/73 25235
/proc/meminfo: memFree=1824776/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1241.63
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 124158 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1241.63
Current children cumulated vsize (KiB) 106552

[startup+1302.3 s]
/proc/loadavg: 2.11 2.00 1.54 3/73 25235
/proc/meminfo: memFree=1824712/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1301.61
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 130156 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 135264848 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1301.61
Current children cumulated vsize (KiB) 106552

[startup+1362.3 s]
/proc/loadavg: 2.11 2.02 1.57 3/73 25235
/proc/meminfo: memFree=1824712/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1361.58
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 136153 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1361.58
Current children cumulated vsize (KiB) 106552

[startup+1422.31 s]
/proc/loadavg: 2.10 2.03 1.60 3/73 25235
/proc/meminfo: memFree=1824712/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1421.55
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 142150 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 135266898 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1421.55
Current children cumulated vsize (KiB) 106552

[startup+1482.3 s]
/proc/loadavg: 2.04 2.02 1.62 3/73 25235
/proc/meminfo: memFree=1824712/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1481.52
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 148147 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 135263006 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1481.52
Current children cumulated vsize (KiB) 106552

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 1.64 3/73 25235
/proc/meminfo: memFree=1824712/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1541.49
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 154144 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 135264700 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1541.49
Current children cumulated vsize (KiB) 106552

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.66 3/73 25235
/proc/meminfo: memFree=1824712/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1601.46
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 160141 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134595501 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1601.46
Current children cumulated vsize (KiB) 106552

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.68 3/73 25235
/proc/meminfo: memFree=1824712/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1661.43
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 166138 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1661.43
Current children cumulated vsize (KiB) 106552

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/73 25235
/proc/meminfo: memFree=1824712/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1721.41
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 172136 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134595458 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1721.41
Current children cumulated vsize (KiB) 106552

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.72 3/73 25235
/proc/meminfo: memFree=1824584/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1781.37
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 178132 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134595510 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1781.37
Current children cumulated vsize (KiB) 106552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 1.72 3/73 25235
/proc/meminfo: memFree=1824520/2055920 swapFree=4180540/4192956
[pid=25127] ppid=25125 vsize=106552 CPUtime=1800.07
/proc/25127/stat : 25127 (casperzito) R 25125 25127 24986 0 -1 4194304 5808 0 0 0 180002 5 0 0 25 0 1 0 1980886850 109109248 2507 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 0 0 0
/proc/25127/statm: 26638 2507 480 234 0 25340 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 106552

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.01
CPU time (s): 1800.08
CPU user time (s): 1800.02
CPU system time (s): 0.05999
CPU usage (%): 99.9487
Max. virtual memory (cumulated for all children) (KiB): 121128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5808
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= 13
involuntary context switches= 7345

runsolver used 2.6116 second user time and 5.18321 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-02 19:18:45
IDJOB=1043507
IDBENCH=53404
IDSOLVER=362
FILE ID=node18/1043507-1215019124
PBS_JOBID= 7874434
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/frb53-24/normalized-frb53-24-3-mgd_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043507-1215019124/watcher-1043507-1215019124 -o /tmp/evaluation-result-1043507-1215019124/solver-1043507-1215019124 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043507-1215019124.xml 509627354 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 23b475c474576353e22a1b6c2b09c086
RANDOM SEED=509627354

node18.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.268
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	: 5931.00
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.268
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:       1850920 kB
Buffers:         14280 kB
Cached:         124960 kB
SwapCached:       6280 kB
Active:          89292 kB
Inactive:        61132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1850920 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            6320 kB
Writeback:           0 kB
Mapped:          18844 kB
Slab:            40068 kB
Committed_AS:  3425008 kB
PageTables:       1696 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= 66548 MiB
End job on node18 at 2008-07-02 19:48:48