Trace number 1072278

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.01 1806.11

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-10_ext.xml
MD5SUM1a3479aef1bab58ff39ed2c94bbcc237
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1175.69
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17/0.26	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.17/0.26	c Parsing = 1
0.27/0.39	c Building = 1
0.37/0.47	c [ NumberOfVariables = 24 ]
0.37/0.47	c [ NumberOfConstraints = 76 ]
0.37/0.47	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.37/0.47	c SymmetrySearch = 1
1.86/1.93	c InitialPropagation = 1
1.86/1.95	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.86/1.95	c InitialSAC = 1
2.16/2.22	c [ SizeOfSearchSpace(log2) = 110.039 ]
2.16/2.22	c Search(SampleFF) : 
81.50/82.37	c [ Sampling domwdeg ]
81.50/82.37	c [ Sampling impacts ]
81.50/82.37	c [ SamplingScores: ]
81.50/82.37	c [ domwdeg+min = 2.54781e-07 | domwdeg+rnd = 1.14692e-06 ]
81.50/82.37	c [ impacts+min = 1.09425e-09 | impacts+rnd = 1.84269e-08 ]
81.50/82.37	c [ la+min = 0 | la+rnd = 0 ]
81.50/82.37	c [ domwdeg = 7.00849e-07 | impacts = 9.76059e-09 | la = 0 ]
81.50/82.37	c [ min = 8.52917e-08 | rand = 9.76059e-09 ]
81.50/82.37	c [ restarting at (3.96356,1.36052e-07) ]
92.10/93.04	c [ restarting at (9.9089,1.52841e-07) ]
118.45/119.60	c [ restarting at (24.7722,1.54947e-05) ]
184.14/185.99	c [ restarting at (61.9306,8.36408e-05) ]
348.59/351.93	c [ restarting at (154.827,9.8071e-06) ]
595.95/601.70	c [ restarting at (387.066,0.000527841) ]
1563.58/1569.64	c [ restarting at (967.666,0.00405146) ]

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

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.01 2.00 4/74 29539
/proc/meminfo: memFree=1794624/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=18572 CPUtime=0
/proc/29539/stat : 29539 (runsolver) R 29537 29539 27977 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1996265551 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 257203694887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/29539/statm: 4643 292 257 25 0 2626 0

[startup+0.10337 s]
/proc/loadavg: 2.02 2.01 2.00 4/74 29539
/proc/meminfo: memFree=1794624/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=7152 CPUtime=0.08
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 899 0 1 0 8 0 0 0 18 0 1 0 1996265551 7323648 860 996147200 134512640 135472138 4294956224 18446744073709551615 6121058 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 1788 860 365 234 0 490 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7152

[startup+0.20138 s]
/proc/loadavg: 2.02 2.01 2.00 4/74 29539
/proc/meminfo: memFree=1794624/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=9144 CPUtime=0.17
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 1405 0 1 0 17 0 0 0 18 0 1 0 1996265551 9363456 1366 996147200 134512640 135472138 4294956224 18446744073709551615 134774656 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 2286 1366 365 234 0 988 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 9144

[startup+0.301387 s]
/proc/loadavg: 2.02 2.01 2.00 4/74 29539
/proc/meminfo: memFree=1794624/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=11132 CPUtime=0.27
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 1903 0 1 0 26 1 0 0 19 0 1 0 1996265551 11399168 1864 996147200 134512640 135472138 4294956224 18446744073709551615 134774682 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 2783 1864 365 234 0 1485 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11132

[startup+0.701427 s]
/proc/loadavg: 2.02 2.01 2.00 4/74 29539
/proc/meminfo: memFree=1794624/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=142608 CPUtime=0.67
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 10344 0 1 0 62 5 0 0 23 0 1 0 1996265551 146030592 10305 996147200 134512640 135472138 4294956224 18446744073709551615 134633864 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 35652 10305 432 234 0 34354 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 142608

[startup+1.50149 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 29540
/proc/meminfo: memFree=1726648/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=216396 CPUtime=1.46
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 24557 0 1 0 136 10 0 0 25 0 1 0 1996265551 221589504 24344 996147200 134512640 135472138 4294956224 18446744073709551615 134535420 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 54099 24344 439 234 0 52801 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 216396

[startup+3.10162 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 29540
/proc/meminfo: memFree=1773624/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=3.05
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 25493 0 1 0 293 12 0 0 25 0 1 0 1996265551 124674048 5624 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 5624 476 234 0 29140 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 121752

[startup+6.3029 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 29540
/proc/meminfo: memFree=1772472/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=6.22
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 25548 0 1 0 610 12 0 0 25 0 1 0 1996265551 124674048 5679 996147200 134512640 135472138 4294956224 18446744073709551615 134605029 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 5679 476 234 0 29140 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 121752

[startup+12.7014 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 29540
/proc/meminfo: memFree=1772280/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=12.55
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 25599 0 1 0 1243 12 0 0 25 0 1 0 1996265551 124674048 5730 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 5730 476 234 0 29140 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 121752

[startup+25.5015 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 29540
/proc/meminfo: memFree=1772280/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=25.23
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 25647 0 1 0 2511 12 0 0 25 0 1 0 1996265551 124674048 5778 996147200 134512640 135472138 4294956224 18446744073709551615 134585305 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 5778 476 234 0 29140 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 121752

[startup+51.1016 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 29540
/proc/meminfo: memFree=1772280/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=50.59
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 25667 0 1 0 5047 12 0 0 25 0 1 0 1996265551 124674048 5798 996147200 134512640 135472138 4294956224 18446744073709551615 134585172 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 5798 478 234 0 29140 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 121752

[startup+102.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/75 29540
/proc/meminfo: memFree=1772024/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=101.32
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 25668 0 1 0 10120 12 0 0 25 0 1 0 1996265551 124674048 5799 996147200 134512640 135472138 4294956224 18446744073709551615 134604871 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 5799 479 234 0 29140 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 121752

[startup+162.302 s]
/proc/loadavg: 2.11 2.04 2.01 3/75 29540
/proc/meminfo: memFree=1771896/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=160.75
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 25709 0 1 0 16063 12 0 0 25 0 1 0 1996265551 124674048 5840 996147200 134512640 135472138 4294956224 18446744073709551615 134585175 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 5840 479 234 0 29140 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 121752

[startup+222.307 s]
/proc/loadavg: 2.07 2.05 2.01 3/75 29540
/proc/meminfo: memFree=1771776/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=220.21
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 25742 0 1 0 22008 13 0 0 25 0 1 0 1996265551 124674048 5873 996147200 134512640 135472138 4294956224 18446744073709551615 134616491 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 5873 479 234 0 29140 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 121752

[startup+282.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/75 29540
/proc/meminfo: memFree=1771392/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=279.64
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 25830 0 1 0 27951 13 0 0 25 0 1 0 1996265551 124674048 5961 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 5961 479 234 0 29140 0
Current children cumulated CPU time (s) 279.64
Current children cumulated vsize (KiB) 121752

[startup+342.302 s]
/proc/loadavg: 2.01 2.03 2.00 3/75 29540
/proc/meminfo: memFree=1770624/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=339.08
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 33895 13 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 339.08
Current children cumulated vsize (KiB) 121752

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 29540
/proc/meminfo: memFree=1770624/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=398.52
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 39839 13 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134604899 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 398.52
Current children cumulated vsize (KiB) 121752

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 29540
/proc/meminfo: memFree=1770560/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=457.95
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 45782 13 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134605019 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 457.95
Current children cumulated vsize (KiB) 121752

[startup+522.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 29540
/proc/meminfo: memFree=1769984/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=517.4
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 51727 13 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 517.4
Current children cumulated vsize (KiB) 121752

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29540
/proc/meminfo: memFree=1769856/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=576.84
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 57671 13 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 576.84
Current children cumulated vsize (KiB) 121752

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1817664/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=636.63
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 63648 15 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134604967 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 636.63
Current children cumulated vsize (KiB) 121752


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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1814144/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=816.56
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 81641 15 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 816.56
Current children cumulated vsize (KiB) 121752

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1813824/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=876.54
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 87639 15 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 876.54
Current children cumulated vsize (KiB) 121752

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1813504/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=936.52
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 93637 15 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 936.52
Current children cumulated vsize (KiB) 121752

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1813056/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=996.49
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 99634 15 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 996.49
Current children cumulated vsize (KiB) 121752

[startup+1062.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/75 29592
/proc/meminfo: memFree=1813056/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1056.47
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 105632 15 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134605019 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1056.47
Current children cumulated vsize (KiB) 121752

[startup+1122.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/75 29592
/proc/meminfo: memFree=1812672/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1116.45
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 111630 15 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1116.45
Current children cumulated vsize (KiB) 121752

[startup+1182.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 29592
/proc/meminfo: memFree=1812224/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1176.42
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 117627 15 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134617348 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1176.42
Current children cumulated vsize (KiB) 121752

[startup+1242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 29592
/proc/meminfo: memFree=1812224/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1236.4
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 123625 15 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1236.4
Current children cumulated vsize (KiB) 121752

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 29592
/proc/meminfo: memFree=1811840/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1296.39
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 129623 16 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1296.39
Current children cumulated vsize (KiB) 121752

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 29592
/proc/meminfo: memFree=1811840/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1356.36
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 135620 16 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1356.36
Current children cumulated vsize (KiB) 121752

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1811136/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1416.34
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 141618 16 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1416.34
Current children cumulated vsize (KiB) 121752

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1811136/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1476.32
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 147616 16 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1476.32
Current children cumulated vsize (KiB) 121752

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1810688/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1536.3
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 153614 16 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1536.3
Current children cumulated vsize (KiB) 121752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1810624/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1596.27
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 159611 16 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134616460 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1596.27
Current children cumulated vsize (KiB) 121752

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1810496/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1656.25
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 165609 16 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585158 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1656.25
Current children cumulated vsize (KiB) 121752

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1810432/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1716.22
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 171606 16 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1716.22
Current children cumulated vsize (KiB) 121752

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1809600/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1776.21
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 177604 17 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1776.21
Current children cumulated vsize (KiB) 121752



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 29592
/proc/meminfo: memFree=1809600/2055920 swapFree=4180808/4192956
[pid=29539] ppid=29537 vsize=121752 CPUtime=1800
/proc/29539/stat : 29539 (casperzito) R 29537 29539 27977 0 -1 4194304 26026 0 1 0 179983 17 0 0 25 0 1 0 1996265551 124674048 6157 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/29539/statm: 30438 6157 479 234 0 29140 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 121752

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): 1806.11
CPU time (s): 1800.01
CPU user time (s): 1799.84
CPU system time (s): 0.174973
CPU usage (%): 99.6624
Max. virtual memory (cumulated for all children) (KiB): 216396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26026
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 16878

runsolver used 2.15067 second user time and 6.06908 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 14:02:38
IDJOB=1072278
IDBENCH=56245
IDSOLVER=362
FILE ID=node65/1072278-1215172957
PBS_JOBID= 7881440
Free space on /tmp= 66484 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-10_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1072278-1215172957/watcher-1072278-1215172957 -o /tmp/evaluation-result-1072278-1215172957/solver-1072278-1215172957 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1072278-1215172957.xml 1214969444 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a3479aef1bab58ff39ed2c94bbcc237
RANDOM SEED=1214969444

node65.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.231
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.231
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:       1795104 kB
Buffers:         18300 kB
Cached:         117536 kB
SwapCached:       6352 kB
Active:         134800 kB
Inactive:        72172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1795104 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            5836 kB
Writeback:           0 kB
Mapped:          77816 kB
Slab:            38832 kB
Committed_AS:  3953348 kB
PageTables:       1992 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 node65 at 2008-07-04 14:32:46