Trace number 1072301

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 1804.51

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-31_ext.xml
MD5SUM0ddf2746acd7f496f267e50ee782e39f
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 benchmark41.4867
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
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.28/0.33	c Building = 1
0.39/0.40	c [ NumberOfVariables = 24 ]
0.39/0.40	c [ NumberOfConstraints = 72 ]
0.39/0.40	c [ SizeOfSearchSpace(log2) = 110.039 ]
0.39/0.40	c SymmetrySearch = 1
1.48/1.59	c InitialPropagation = 1
1.58/1.61	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.58/1.61	c InitialSAC = 1
1.68/1.76	c [ SizeOfSearchSpace(log2) = 110.039 ]
1.68/1.76	c Search(SampleFF) : 
80.96/81.30	c [ Sampling domwdeg ]
80.96/81.30	c [ Sampling impacts ]
80.96/81.30	c [ SamplingScores: ]
80.96/81.30	c [ domwdeg+min = 2.07898e-06 | domwdeg+rnd = 2.96307e-07 ]
80.96/81.30	c [ impacts+min = 9.56212e-08 | impacts+rnd = 2.2205e-06 ]
80.96/81.30	c [ la+min = 0 | la+rnd = 0 ]
80.96/81.30	c [ domwdeg = 1.18765e-06 | impacts = 1.15806e-06 | la = 0 ]
80.96/81.30	c [ min = 7.24869e-07 | rand = 1.15806e-06 ]
80.96/81.30	c [ restarting at (3.96356,9.1783e-06) ]
91.52/91.93	c [ restarting at (9.9089,9.67083e-06) ]
118.01/118.53	c [ restarting at (24.7722,1.55728e-05) ]
184.15/184.94	c [ restarting at (61.9306,0.000151468) ]
349.38/350.88	c [ restarting at (154.827,0.00180922) ]
762.63/765.71	c [ restarting at (387.066,0.00264134) ]
1032.24/1036.44	c [ restarting at (967.666,0.00183559) ]

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

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/72 16717
/proc/meminfo: memFree=1394616/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=18572 CPUtime=0
/proc/16717/stat : 16717 (runsolver) R 16715 16717 15233 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 701285062 19017728 292 996147200 4194304 4296836 548682068464 18446744073709551615 226238197031 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16717/statm: 4643 292 257 25 0 2626 0

[startup+0.083421 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16717
/proc/meminfo: memFree=1394616/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=7020 CPUtime=0.06
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 859 0 0 0 6 0 0 0 18 0 1 0 701285062 7188480 819 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 1755 819 365 234 0 457 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7020

[startup+0.10242 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16717
/proc/meminfo: memFree=1394616/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=7420 CPUtime=0.08
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 959 0 0 0 8 0 0 0 18 0 1 0 701285062 7598080 919 996147200 134512640 135472138 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 1855 919 365 234 0 557 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7420

[startup+0.301453 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16717
/proc/meminfo: memFree=1394616/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=11676 CPUtime=0.28
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 2040 0 0 0 28 0 0 0 19 0 1 0 701285062 11956224 2000 996147200 134512640 135472138 4294956224 18446744073709551615 5305979 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 2919 2000 365 234 0 1621 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11676

[startup+0.70152 s]
/proc/loadavg: 1.92 1.98 1.99 4/72 16717
/proc/meminfo: memFree=1394616/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=145288 CPUtime=0.69
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 12035 0 0 0 65 4 0 0 23 0 1 0 701285062 148774912 11995 996147200 134512640 135472138 4294956224 18446744073709551615 5305979 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 36322 11996 432 234 0 35024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 145288

[startup+1.50166 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1319472/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=202548 CPUtime=1.48
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 22878 0 0 0 140 8 0 0 25 0 1 0 701285062 207409152 22685 996147200 134512640 135472138 4294956224 18446744073709551615 134628617 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 50637 22685 448 234 0 49339 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 202548

[startup+3.10193 s]
/proc/loadavg: 1.92 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1375280/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=3.07
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23387 0 0 0 297 10 0 0 25 0 1 0 701285062 118898688 5234 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5234 476 234 0 27730 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 116112

[startup+6.30146 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1374904/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=6.26
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23457 0 0 0 616 10 0 0 25 0 1 0 701285062 118898688 5304 996147200 134512640 135472138 4294956224 18446744073709551615 134585172 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5304 476 234 0 27730 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 116112

[startup+12.7015 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1374712/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=12.63
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23495 0 0 0 1253 10 0 0 25 0 1 0 701285062 118898688 5342 996147200 134512640 135472138 4294956224 18446744073709551615 134585122 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5342 476 234 0 27730 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 116112

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1374712/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=25.39
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23507 0 0 0 2528 11 0 0 25 0 1 0 701285062 118898688 5354 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5354 476 234 0 27730 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 116112

[startup+51.102 s]
/proc/loadavg: 1.96 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1374584/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=50.88
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23567 0 0 0 5077 11 0 0 25 0 1 0 701285062 118898688 5414 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5414 478 234 0 27730 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 116112

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1374456/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=101.88
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23588 0 0 0 10177 11 0 0 25 0 1 0 701285062 118898688 5435 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5435 479 234 0 27730 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 116112

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1374072/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=161.63
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23688 0 0 0 16152 11 0 0 25 0 1 0 701285062 118898688 5535 996147200 134512640 135472138 4294956224 18446744073709551615 134605024 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5535 479 234 0 27730 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 116112

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1374008/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=221.4
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23688 0 0 0 22128 12 0 0 25 0 1 0 701285062 118898688 5535 996147200 134512640 135472138 4294956224 18446744073709551615 135262881 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5535 479 234 0 27730 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 116112

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1374008/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=281.16
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23690 0 0 0 28104 12 0 0 25 0 1 0 701285062 118898688 5537 996147200 134512640 135472138 4294956224 18446744073709551615 134585161 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5537 479 234 0 27730 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 116112

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1373752/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=340.92
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23748 0 0 0 34080 12 0 0 25 0 1 0 701285062 118898688 5595 996147200 134512640 135472138 4294956224 18446744073709551615 134617605 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5595 479 234 0 27730 0
Current children cumulated CPU time (s) 340.92
Current children cumulated vsize (KiB) 116112

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1373688/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=400.68
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23748 0 0 0 40055 13 0 0 25 0 1 0 701285062 118898688 5595 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5595 479 234 0 27730 0
Current children cumulated CPU time (s) 400.68
Current children cumulated vsize (KiB) 116112

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1373432/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=460.44
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23764 0 0 0 46031 13 0 0 25 0 1 0 701285062 118898688 5611 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5611 479 234 0 27730 0
Current children cumulated CPU time (s) 460.44
Current children cumulated vsize (KiB) 116112

[startup+522.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1372920/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=520.2
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23889 0 0 0 52006 14 0 0 25 0 1 0 701285062 118898688 5736 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5736 479 234 0 27730 0
Current children cumulated CPU time (s) 520.2
Current children cumulated vsize (KiB) 116112

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1372920/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=579.96
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 57982 14 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 579.96
Current children cumulated vsize (KiB) 116112

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1372984/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=639.72
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 63958 14 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134604873 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 639.72
Current children cumulated vsize (KiB) 116112


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

[startup+882.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16718
/proc/meminfo: memFree=1373112/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=878.77
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 87861 16 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 878.77
Current children cumulated vsize (KiB) 116112

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16720
/proc/meminfo: memFree=1372920/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=938.52
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 93836 16 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 938.52
Current children cumulated vsize (KiB) 116112

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 16720
/proc/meminfo: memFree=1372920/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=998.28
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 99812 16 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 998.28
Current children cumulated vsize (KiB) 116112

[startup+1062.3 s]
/proc/loadavg: 1.65 1.90 1.97 2/65 16742
/proc/meminfo: memFree=1387072/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1058.12
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 105796 16 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 1058.12
Current children cumulated vsize (KiB) 116112

[startup+1122.3 s]
/proc/loadavg: 1.24 1.74 1.90 2/65 16742
/proc/meminfo: memFree=1387072/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1118.1
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 111793 17 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134585131 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 1118.1
Current children cumulated vsize (KiB) 116112

[startup+1182.3 s]
/proc/loadavg: 1.09 1.60 1.85 2/65 16742
/proc/meminfo: memFree=1387136/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1178.08
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 117791 17 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134585155 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 1178.08
Current children cumulated vsize (KiB) 116112

[startup+1242.3 s]
/proc/loadavg: 1.03 1.49 1.79 2/65 16742
/proc/meminfo: memFree=1387136/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1238.06
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 123789 17 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 1238.06
Current children cumulated vsize (KiB) 116112

[startup+1302.3 s]
/proc/loadavg: 1.01 1.40 1.74 2/65 16742
/proc/meminfo: memFree=1387200/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1298.04
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 129787 17 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134604949 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 1298.04
Current children cumulated vsize (KiB) 116112

[startup+1362.3 s]
/proc/loadavg: 1.00 1.32 1.69 2/65 16742
/proc/meminfo: memFree=1387200/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1358.01
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23896 0 0 0 135784 17 0 0 25 0 1 0 701285062 118898688 5743 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5743 479 234 0 27730 0
Current children cumulated CPU time (s) 1358.01
Current children cumulated vsize (KiB) 116112

[startup+1422.31 s]
/proc/loadavg: 1.04 1.27 1.65 2/65 16742
/proc/meminfo: memFree=1386880/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1418
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23966 0 0 0 141783 17 0 0 25 0 1 0 701285062 118898688 5813 996147200 134512640 135472138 4294956224 18446744073709551615 134616393 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5813 479 234 0 27730 0
Current children cumulated CPU time (s) 1418
Current children cumulated vsize (KiB) 116112

[startup+1482.3 s]
/proc/loadavg: 1.05 1.24 1.61 2/65 16742
/proc/meminfo: memFree=1386816/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1477.97
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23985 0 0 0 147780 17 0 0 25 0 1 0 701285062 118898688 5832 996147200 134512640 135472138 4294956224 18446744073709551615 134577776 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5832 479 234 0 27730 0
Current children cumulated CPU time (s) 1477.97
Current children cumulated vsize (KiB) 116112

[startup+1542.3 s]
/proc/loadavg: 1.05 1.20 1.57 2/65 16742
/proc/meminfo: memFree=1386816/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1537.96
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 23985 0 0 0 153778 18 0 0 25 0 1 0 701285062 118898688 5832 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5832 479 234 0 27730 0
Current children cumulated CPU time (s) 1537.96
Current children cumulated vsize (KiB) 116112

[startup+1602.3 s]
/proc/loadavg: 1.02 1.16 1.53 2/65 16742
/proc/meminfo: memFree=1386624/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1597.94
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 24026 0 0 0 159776 18 0 0 25 0 1 0 701285062 118898688 5873 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5873 479 234 0 27730 0
Current children cumulated CPU time (s) 1597.94
Current children cumulated vsize (KiB) 116112

[startup+1662.3 s]
/proc/loadavg: 1.00 1.13 1.50 2/65 16742
/proc/meminfo: memFree=1386368/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1657.91
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 24100 0 0 0 165773 18 0 0 25 0 1 0 701285062 118898688 5947 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5947 479 234 0 27730 0
Current children cumulated CPU time (s) 1657.91
Current children cumulated vsize (KiB) 116112

[startup+1722.3 s]
/proc/loadavg: 1.00 1.11 1.46 2/65 16742
/proc/meminfo: memFree=1386304/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1717.89
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 24109 0 0 0 171771 18 0 0 25 0 1 0 701285062 118898688 5956 996147200 134512640 135472138 4294956224 18446744073709551615 134585092 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 5956 479 234 0 27730 0
Current children cumulated CPU time (s) 1717.89
Current children cumulated vsize (KiB) 116112

[startup+1782.3 s]
/proc/loadavg: 1.00 1.08 1.43 2/65 16742
/proc/meminfo: memFree=1386112/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1777.87
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 24163 0 0 0 177769 18 0 0 25 0 1 0 701285062 118898688 6010 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 6010 479 234 0 27730 0
Current children cumulated CPU time (s) 1777.87
Current children cumulated vsize (KiB) 116112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 1.00 1.08 1.42 2/65 16742
/proc/meminfo: memFree=1386112/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1800.07
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 24163 0 0 0 179989 18 0 0 25 0 1 0 701285062 118898688 6010 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 6010 479 234 0 27730 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 116112

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

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

[startup+1804.5 s]
/proc/loadavg: 1.00 1.08 1.42 2/65 16742
/proc/meminfo: memFree=1386112/2055920 swapFree=4156332/4192956
[pid=16717] ppid=16715 vsize=116112 CPUtime=1800.07
/proc/16717/stat : 16717 (casperzito) R 16715 16717 15233 0 -1 4194304 24163 0 0 0 179989 18 0 0 25 0 1 0 701285062 118898688 6010 996147200 134512640 135472138 4294956224 18446744073709551615 134585142 0 0 4096 0 0 0 0 17 1 0 0
/proc/16717/statm: 29028 6010 479 234 0 27730 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 116112

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.51
CPU time (s): 1800.08
CPU user time (s): 1799.89
CPU system time (s): 0.189971
CPU usage (%): 99.7546
Max. virtual memory (cumulated for all children) (KiB): 202548

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

runsolver used 1.53977 second user time and 4.36734 second system time

The end

Launcher Data (download as text)

Begin job on node58 at 2008-07-04 14:06:27
IDJOB=1072301
IDBENCH=56246
IDSOLVER=362
FILE ID=node58/1072301-1215173186
PBS_JOBID= 7881454
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ddf2746acd7f496f267e50ee782e39f
RANDOM SEED=366083856

node58.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.261
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.261
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:       1395096 kB
Buffers:         99028 kB
Cached:         428084 kB
SwapCached:      30964 kB
Active:         334108 kB
Inactive:       249800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1395096 kB
SwapTotal:     4192956 kB
SwapFree:      4156332 kB
Dirty:            5572 kB
Writeback:           0 kB
Mapped:          63904 kB
Slab:            62352 kB
Committed_AS:  1075464 kB
PageTables:       1748 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= 66552 MiB
End job on node58 at 2008-07-04 14:36:33