Trace number 1095613

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 1808.42

General information on the benchmark

Namecsp/rand-3-28-28-fcd/
normalized-rand-3-28-28-93-632-fcd-7_ext.xml
MD5SUM38094a059c33833c37d998fa4a277ec7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.67/0.72	c Building = 1
0.77/0.87	c [ NumberOfVariables = 28 ]
0.77/0.87	c [ NumberOfConstraints = 93 ]
0.77/0.87	c [ SizeOfSearchSpace(log2) = 134.606 ]
0.77/0.87	c SymmetrySearch = 1
3.54/3.67	c InitialPropagation = 1
3.64/3.71	c [ SizeOfSearchSpace(log2) = 134.606 ]
3.64/3.71	c InitialSAC = 1
4.24/4.38	c [ SizeOfSearchSpace(log2) = 134.606 ]
4.24/4.38	c Search(SampleFF) : 
95.64/96.53	c [ Sampling domwdeg ]
95.64/96.53	c [ Sampling impacts ]
95.64/96.53	c [ SamplingScores: ]
95.64/96.53	c [ domwdeg+min = 5.91437e-10 | domwdeg+rnd = 4.21534e-09 ]
95.64/96.53	c [ impacts+min = 1.10348e-07 | impacts+rnd = 1.19898e-08 ]
95.64/96.53	c [ la+min = 0 | la+rnd = 0 ]
95.64/96.53	c [ domwdeg = 2.40339e-09 | impacts = 6.11691e-08 | la = 0 ]
95.64/96.53	c [ min = 3.69799e-08 | rand = 6.11691e-08 ]
95.64/96.53	c [ restarting at (3.96356,4.95157e-10) ]
106.14/107.15	c [ restarting at (9.9089,4.89939e-09) ]
132.51/133.71	c [ restarting at (24.7722,6.23501e-09) ]
198.35/200.19	c [ restarting at (61.9306,7.26836e-09) ]
362.93/366.13	c [ restarting at (154.827,6.40169e-09) ]
774.27/781.06	c [ restarting at (387.066,2.08112e-07) ]
870.14/877.73	c [ restarting at (967.666,3.61385e-07) ]

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

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: 1.92 1.98 1.99 4/80 30275
/proc/meminfo: memFree=1591344/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=1052 CPUtime=0
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1313944935 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 7619364 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 263 26 20 234 0 3 0

[startup+0.0080399 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 30275
/proc/meminfo: memFree=1591344/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=2620 CPUtime=0
/proc/30275/stat : 30275 (casperzito) D 30273 30275 29157 0 -1 4194304 62 0 0 0 0 0 0 0 18 0 1 0 1313944935 2682880 45 996147200 134512640 135472138 4294956224 18446744073709551615 7619364 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30275/statm: 655 45 33 234 0 14 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2620

[startup+0.101061 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 30275
/proc/meminfo: memFree=1591344/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=7244 CPUtime=0.08
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 935 0 0 0 8 0 0 0 18 0 1 0 1313944935 7417856 895 996147200 134512640 135472138 4294956224 18446744073709551615 134777638 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 1811 895 365 234 0 513 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7244

[startup+0.3011 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 30275
/proc/meminfo: memFree=1591344/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=11352 CPUtime=0.28
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 1961 0 0 0 28 0 0 0 19 0 1 0 1313944935 11624448 1921 996147200 134512640 135472138 4294956224 18446744073709551615 134774682 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 2838 1921 365 234 0 1540 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11352

[startup+0.701179 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 30275
/proc/meminfo: memFree=1591344/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=19720 CPUtime=0.67
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 4053 0 0 0 66 1 0 0 23 0 1 0 1313944935 20193280 4013 996147200 134512640 135472138 4294956224 18446744073709551615 134793920 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 4930 4013 365 234 0 3632 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 19720

[startup+1.50134 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1543208/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=193232 CPUtime=1.46
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 23630 0 0 0 136 10 0 0 25 0 1 0 1313944935 197869568 23590 996147200 134512640 135472138 4294956224 18446744073709551615 134629241 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 48308 23590 432 234 0 47010 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 193232

[startup+3.10266 s]
/proc/loadavg: 1.92 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1454120/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=320016 CPUtime=3.05
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 47186 0 0 0 285 20 0 0 25 0 1 0 1313944935 327696384 46811 996147200 134512640 135472138 4294956224 18446744073709551615 134535830 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 80004 46811 439 234 0 78706 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 320016

[startup+6.30129 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1552112/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=6.23
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48745 0 0 0 599 24 0 0 25 0 1 0 1313944935 139612160 10203 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10203 476 234 0 32787 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 136340

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1551280/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=12.57
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48843 0 0 0 1233 24 0 0 25 0 1 0 1313944935 139612160 10301 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10301 476 234 0 32787 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 136340

[startup+25.5011 s]
/proc/loadavg: 1.95 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1551216/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=25.25
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48896 0 0 0 2501 24 0 0 25 0 1 0 1313944935 139612160 10354 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10354 476 234 0 32787 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 136340

[startup+51.1011 s]
/proc/loadavg: 1.96 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550960/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=50.62
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48944 0 0 0 5038 24 0 0 25 0 1 0 1313944935 139612160 10402 996147200 134512640 135472138 4294956224 18446744073709551615 134604873 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10402 478 234 0 32787 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 136340

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550896/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=101.39
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 10115 24 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 136340

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550832/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=160.87
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 16063 24 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 136340

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550832/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=220.36
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 22011 25 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 220.36
Current children cumulated vsize (KiB) 136340

[startup+282.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550704/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=279.85
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 27960 25 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 279.85
Current children cumulated vsize (KiB) 136340

[startup+342.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550704/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=339.33
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 33908 25 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 339.33
Current children cumulated vsize (KiB) 136340

[startup+402.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550576/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=398.82
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 39857 25 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 398.82
Current children cumulated vsize (KiB) 136340

[startup+462.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550576/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=458.3
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 45805 25 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 458.3
Current children cumulated vsize (KiB) 136340

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550512/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=517.79
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 51754 25 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 517.79
Current children cumulated vsize (KiB) 136340

[startup+582.303 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550512/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=577.28
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 57702 26 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 577.28
Current children cumulated vsize (KiB) 136340

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550512/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=636.76
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 63650 26 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 636.76
Current children cumulated vsize (KiB) 136340


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 30276
/proc/meminfo: memFree=1550384/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=815.21
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48945 0 0 0 81495 26 0 0 25 0 1 0 1313944935 139612160 10403 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30275/statm: 34085 10403 479 234 0 32787 0
Current children cumulated CPU time (s) 815.21
Current children cumulated vsize (KiB) 136340

[startup+882.303 s]
/proc/loadavg: 1.91 1.97 1.99 3/74 30309
/proc/meminfo: memFree=1655776/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=874.73
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48956 0 0 0 87444 29 0 0 25 0 1 0 1313944935 139612160 10414 996147200 134512640 135472138 4294956224 18446744073709551615 135263654 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10414 479 234 0 32787 0
Current children cumulated CPU time (s) 874.73
Current children cumulated vsize (KiB) 136340

[startup+942.301 s]
/proc/loadavg: 2.02 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1545608/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=934.67
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48956 0 0 0 93438 29 0 0 25 0 1 0 1313944935 139612160 10414 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10414 479 234 0 32787 0
Current children cumulated CPU time (s) 934.67
Current children cumulated vsize (KiB) 136340

[startup+1002.3 s]
/proc/loadavg: 2.01 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1545480/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=994.62
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48956 0 0 0 99433 29 0 0 25 0 1 0 1313944935 139612160 10414 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10414 479 234 0 32787 0
Current children cumulated CPU time (s) 994.62
Current children cumulated vsize (KiB) 136340

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1545352/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1054.58
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48956 0 0 0 105428 30 0 0 25 0 1 0 1313944935 139612160 10414 996147200 134512640 135472138 4294956224 18446744073709551615 134577873 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10414 479 234 0 32787 0
Current children cumulated CPU time (s) 1054.58
Current children cumulated vsize (KiB) 136340

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1545288/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1114.53
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48967 0 0 0 111423 30 0 0 25 0 1 0 1313944935 139612160 10425 996147200 134512640 135472138 4294956224 18446744073709551615 134585029 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10425 479 234 0 32787 0
Current children cumulated CPU time (s) 1114.53
Current children cumulated vsize (KiB) 136340

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1545224/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1174.47
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48967 0 0 0 117417 30 0 0 25 0 1 0 1313944935 139612160 10425 996147200 134512640 135472138 4294956224 18446744073709551615 134585100 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10425 479 234 0 32787 0
Current children cumulated CPU time (s) 1174.47
Current children cumulated vsize (KiB) 136340

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1545096/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1234.42
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48967 0 0 0 123412 30 0 0 25 0 1 0 1313944935 139612160 10425 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10425 479 234 0 32787 0
Current children cumulated CPU time (s) 1234.42
Current children cumulated vsize (KiB) 136340

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1544968/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1294.37
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48967 0 0 0 129407 30 0 0 25 0 1 0 1313944935 139612160 10425 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10425 479 234 0 32787 0
Current children cumulated CPU time (s) 1294.37
Current children cumulated vsize (KiB) 136340

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1544968/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1354.32
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48977 0 0 0 135402 30 0 0 25 0 1 0 1313944935 139612160 10435 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10435 479 234 0 32787 0
Current children cumulated CPU time (s) 1354.32
Current children cumulated vsize (KiB) 136340

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1544968/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1414.27
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48977 0 0 0 141397 30 0 0 25 0 1 0 1313944935 139612160 10435 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10435 479 234 0 32787 0
Current children cumulated CPU time (s) 1414.27
Current children cumulated vsize (KiB) 136340

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1544968/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1474.21
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48977 0 0 0 147391 30 0 0 25 0 1 0 1313944935 139612160 10435 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10435 479 234 0 32787 0
Current children cumulated CPU time (s) 1474.21
Current children cumulated vsize (KiB) 136340

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1544840/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1534.16
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48980 0 0 0 153386 30 0 0 25 0 1 0 1313944935 139612160 10438 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10438 479 234 0 32787 0
Current children cumulated CPU time (s) 1534.16
Current children cumulated vsize (KiB) 136340

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1544712/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1594.11
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48980 0 0 0 159381 30 0 0 25 0 1 0 1313944935 139612160 10438 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10438 479 234 0 32787 0
Current children cumulated CPU time (s) 1594.11
Current children cumulated vsize (KiB) 136340

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1544712/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1654.06
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48980 0 0 0 165376 30 0 0 25 0 1 0 1313944935 139612160 10438 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10438 479 234 0 32787 0
Current children cumulated CPU time (s) 1654.06
Current children cumulated vsize (KiB) 136340

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/94 30333
/proc/meminfo: memFree=1544648/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1714
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48983 0 0 0 171370 30 0 0 25 0 1 0 1313944935 139612160 10441 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10441 479 234 0 32787 0
Current children cumulated CPU time (s) 1714
Current children cumulated vsize (KiB) 136340

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/85 30336
/proc/meminfo: memFree=1627456/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1773.95
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48983 0 0 0 177365 30 0 0 25 0 1 0 1313944935 139612160 10441 996147200 134512640 135472138 4294956224 18446744073709551615 134585010 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10441 479 234 0 32787 0
Current children cumulated CPU time (s) 1773.95
Current children cumulated vsize (KiB) 136340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.41 s]
/proc/loadavg: 2.00 1.99 1.99 3/85 30336
/proc/meminfo: memFree=1627456/2055920 swapFree=4122216/4192956
[pid=30275] ppid=30273 vsize=136340 CPUtime=1800.04
/proc/30275/stat : 30275 (casperzito) R 30273 30275 29157 0 -1 4194304 48983 0 0 0 179974 30 0 0 25 0 1 0 1313944935 139612160 10441 996147200 134512640 135472138 4294956224 18446744073709551615 135202017 0 0 4096 0 0 0 0 17 0 0 0
/proc/30275/statm: 34085 10441 479 234 0 32787 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 136340

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): 1808.42
CPU time (s): 1800.06
CPU user time (s): 1799.74
CPU system time (s): 0.315951
CPU usage (%): 99.5378
Max. virtual memory (cumulated for all children) (KiB): 320016

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

runsolver used 1.83472 second user time and 5.55816 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-05 13:23:10
IDJOB=1095613
IDBENCH=58916
IDSOLVER=362
FILE ID=node20/1095613-1215256990
PBS_JOBID= 7882025
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38094a059c33833c37d998fa4a277ec7
RANDOM SEED=1337036528

node20.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.263
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.263
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:       1591824 kB
Buffers:         24012 kB
Cached:         153612 kB
SwapCached:      64388 kB
Active:         335596 kB
Inactive:        74036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591824 kB
SwapTotal:     4192956 kB
SwapFree:      4122216 kB
Dirty:            8692 kB
Writeback:           0 kB
Mapped:         245620 kB
Slab:            39368 kB
Committed_AS:  3516740 kB
PageTables:       2252 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= 66464 MiB
End job on node20 at 2008-07-05 13:53:21