Trace number 1043587

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.04 1800.61

General information on the benchmark

Namecsp/frb45-21/
normalized-frb45-21-1-mgd_ext.xml
MD5SUM44c87b72461534ee5434247b2954af36
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.49401
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints394
Maximum constraint arity2
Maximum domain size21
Number of constraints which are defined in extension394
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.00/0.06	c Building = 1
0.00/0.06	c [ NumberOfVariables = 45 ]
0.00/0.06	c [ NumberOfConstraints = 394 ]
0.00/0.06	c [ SizeOfSearchSpace(log2) = 197.654 ]
0.00/0.06	c SymmetrySearch = 1
0.09/0.19	c InitialPropagation = 1
0.19/0.21	c [ SizeOfSearchSpace(log2) = 197.654 ]
0.19/0.21	c InitialSAC = 1
0.19/0.22	c [ SizeOfSearchSpace(log2) = 197.654 ]
0.19/0.23	c Search(SampleFF) : 
68.47/68.52	c [ Sampling domwdeg ]
68.47/68.52	c [ Sampling impacts ]
68.47/68.52	c [ SamplingScores: ]
68.47/68.52	c [ domwdeg+min = 2.40063e-05 | domwdeg+rnd = 2.11721e-05 ]
68.47/68.52	c [ impacts+min = 6.3245e-05 | impacts+rnd = 1.1041e-05 ]
68.47/68.52	c [ la+min = 0 | la+rnd = 0 ]
68.47/68.52	c [ domwdeg = 2.25892e-05 | impacts = 3.7143e-05 | la = 0 ]
68.47/68.52	c [ min = 2.90838e-05 | rand = 3.7143e-05 ]
68.47/68.52	c [ restarting at (3.96356,3.1123e-05) ]
78.37/78.45	c [ restarting at (9.9089,3.23228e-05) ]
103.16/103.26	c [ restarting at (24.7722,0.000110778) ]
165.14/165.28	c [ restarting at (61.9306,0.00232025) ]
320.19/320.34	c [ restarting at (154.827,0.00531771) ]
707.64/707.98	c [ restarting at (387.066,0.00367329) ]
1676.45/1677.09	c [ restarting at (967.666,0.0193397) ]

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

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.10 2.09 1.93 4/72 30586
/proc/meminfo: memFree=378224/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=5348 CPUtime=0
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 1981144490 5476352 190 996147200 134512640 135472138 4294956224 18446744073709551615 8715128 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 1337 190 156 234 0 27 0

[startup+0.0954149 s]
/proc/loadavg: 2.10 2.09 1.93 4/72 30586
/proc/meminfo: memFree=378224/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=106388 CPUtime=0.09
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 2334 0 0 0 8 1 0 0 18 0 1 0 1981144490 108941312 2294 996147200 134512640 135472138 4294956224 18446744073709551615 9180795 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 26597 2296 433 234 0 25299 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 106388

[startup+0.101416 s]
/proc/loadavg: 2.10 2.09 1.93 4/72 30586
/proc/meminfo: memFree=378224/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=106916 CPUtime=0.09
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 2478 0 0 0 8 1 0 0 18 0 1 0 1981144490 109481984 2438 996147200 134512640 135472138 4294956224 18446744073709551615 9180795 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 26729 2439 433 234 0 25431 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 106916

[startup+0.301442 s]
/proc/loadavg: 2.10 2.09 1.93 4/72 30586
/proc/meminfo: memFree=378224/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=0.29
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3852 0 0 0 28 1 0 0 20 0 1 0 1981144490 106311680 1769 996147200 134512640 135472138 4294956224 18446744073709551615 134595479 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1769 476 234 0 24657 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 103820

[startup+0.701486 s]
/proc/loadavg: 2.10 2.09 1.93 4/72 30586
/proc/meminfo: memFree=378224/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=0.69
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3855 0 0 0 68 1 0 0 23 0 1 0 1981144490 106311680 1772 996147200 134512640 135472138 4294956224 18446744073709551615 135201119 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1772 477 234 0 24657 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103820

[startup+1.50158 s]
/proc/loadavg: 2.10 2.09 1.93 3/73 30587
/proc/meminfo: memFree=372968/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1.49
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3856 0 0 0 148 1 0 0 25 0 1 0 1981144490 106311680 1773 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1773 477 234 0 24657 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 103820

[startup+3.10177 s]
/proc/loadavg: 2.10 2.09 1.93 3/73 30587
/proc/meminfo: memFree=372776/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=3.09
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3858 0 0 0 308 1 0 0 25 0 1 0 1981144490 106311680 1775 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1775 477 234 0 24657 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 103820

[startup+6.30115 s]
/proc/loadavg: 2.09 2.09 1.93 3/73 30587
/proc/meminfo: memFree=372648/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=6.28
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3859 0 0 0 627 1 0 0 25 0 1 0 1981144490 106311680 1776 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1776 477 234 0 24657 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 103820

[startup+12.7019 s]
/proc/loadavg: 2.08 2.08 1.93 3/73 30587
/proc/meminfo: memFree=372736/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=12.68
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3860 0 0 0 1267 1 0 0 25 0 1 0 1981144490 106311680 1777 996147200 134512640 135472138 4294956224 18446744073709551615 134595370 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1777 477 234 0 24657 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 103820

[startup+25.5024 s]
/proc/loadavg: 2.06 2.08 1.93 3/73 30587
/proc/meminfo: memFree=372928/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=25.48
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3861 0 0 0 2547 1 0 0 25 0 1 0 1981144490 106311680 1778 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1778 477 234 0 24657 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 103820

[startup+51.1024 s]
/proc/loadavg: 2.04 2.07 1.93 3/73 30587
/proc/meminfo: memFree=372928/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=51.07
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3870 0 0 0 5105 2 0 0 25 0 1 0 1981144490 106311680 1787 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1787 479 234 0 24657 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 103820

[startup+102.306 s]
/proc/loadavg: 2.09 2.07 1.94 3/73 30587
/proc/meminfo: memFree=372800/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=102.26
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3877 0 0 0 10224 2 0 0 25 0 1 0 1981144490 106311680 1794 996147200 134512640 135472138 4294956224 18446744073709551615 135234795 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1794 480 234 0 24657 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 103820

[startup+162.303 s]
/proc/loadavg: 2.03 2.06 1.94 3/73 30587
/proc/meminfo: memFree=372800/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=162.24
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3877 0 0 0 16222 2 0 0 25 0 1 0 1981144490 106311680 1794 996147200 134512640 135472138 4294956224 18446744073709551615 134578833 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1794 480 234 0 24657 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 103820

[startup+222.303 s]
/proc/loadavg: 2.01 2.05 1.94 3/73 30587
/proc/meminfo: memFree=372736/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=222.22
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3877 0 0 0 22220 2 0 0 25 0 1 0 1981144490 106311680 1794 996147200 134512640 135472138 4294956224 18446744073709551615 134577766 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1794 480 234 0 24657 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 103820

[startup+282.302 s]
/proc/loadavg: 2.00 2.03 1.94 3/73 30587
/proc/meminfo: memFree=372672/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=282.2
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 28218 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 103820

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 1.94 3/73 30587
/proc/meminfo: memFree=372608/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=342.19
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 34217 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595490 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 103820

[startup+402.302 s]
/proc/loadavg: 2.04 2.03 1.94 3/73 30587
/proc/meminfo: memFree=372544/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=402.17
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 40215 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 103820

[startup+462.302 s]
/proc/loadavg: 2.01 2.02 1.94 3/73 30587
/proc/meminfo: memFree=372544/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=462.15
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 46213 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 103820

[startup+522.302 s]
/proc/loadavg: 2.04 2.03 1.95 3/73 30587
/proc/meminfo: memFree=372480/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=522.13
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 52211 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 103820

[startup+582.302 s]
/proc/loadavg: 2.01 2.02 1.95 3/73 30587
/proc/meminfo: memFree=372416/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=582.12
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 58210 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 103820

[startup+642.301 s]
/proc/loadavg: 1.97 2.00 1.94 3/73 30615
/proc/meminfo: memFree=387072/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=642.06
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 64204 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134579043 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 103820


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

[startup+822.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386880/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=822
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 82198 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595467 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 103820

[startup+882.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386816/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=881.99
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 88197 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 103820

[startup+942.301 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386752/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=941.97
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 94195 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 103820

[startup+1002.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386688/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1001.95
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 100193 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 103820

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386624/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1061.93
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 106191 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595461 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 103820

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386560/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1121.92
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 112190 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 103820

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386496/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1181.9
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3879 0 0 0 118188 2 0 0 25 0 1 0 1981144490 106311680 1796 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1796 480 234 0 24657 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 103820

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386368/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1241.88
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3881 0 0 0 124186 2 0 0 25 0 1 0 1981144490 106311680 1798 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1798 480 234 0 24657 0
Current children cumulated CPU time (s) 1241.88
Current children cumulated vsize (KiB) 103820

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386176/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1301.87
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3881 0 0 0 130185 2 0 0 25 0 1 0 1981144490 106311680 1798 996147200 134512640 135472138 4294956224 18446744073709551615 134595495 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1798 480 234 0 24657 0
Current children cumulated CPU time (s) 1301.87
Current children cumulated vsize (KiB) 103820

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386176/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1361.84
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3881 0 0 0 136182 2 0 0 25 0 1 0 1981144490 106311680 1798 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1798 480 234 0 24657 0
Current children cumulated CPU time (s) 1361.84
Current children cumulated vsize (KiB) 103820

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386112/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1421.83
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3881 0 0 0 142181 2 0 0 25 0 1 0 1981144490 106311680 1798 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1798 480 234 0 24657 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 103820

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386048/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1481.81
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3881 0 0 0 148179 2 0 0 25 0 1 0 1981144490 106311680 1798 996147200 134512640 135472138 4294956224 18446744073709551615 4159460275 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1798 480 234 0 24657 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 103820

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=385984/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1541.79
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3881 0 0 0 154177 2 0 0 25 0 1 0 1981144490 106311680 1798 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1798 480 234 0 24657 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 103820

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=386048/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1601.77
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3881 0 0 0 160175 2 0 0 25 0 1 0 1981144490 106311680 1798 996147200 134512640 135472138 4294956224 18446744073709551615 134595501 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1798 480 234 0 24657 0
Current children cumulated CPU time (s) 1601.77
Current children cumulated vsize (KiB) 103820

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=385984/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1661.76
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3882 0 0 0 166174 2 0 0 25 0 1 0 1981144490 106311680 1799 996147200 134512640 135472138 4294956224 18446744073709551615 134585148 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1799 480 234 0 24657 0
Current children cumulated CPU time (s) 1661.76
Current children cumulated vsize (KiB) 103820

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=385920/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1721.74
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3882 0 0 0 172172 2 0 0 25 0 1 0 1981144490 106311680 1799 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1799 480 234 0 24657 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 103820

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=385856/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1781.72
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3882 0 0 0 178170 2 0 0 25 0 1 0 1981144490 106311680 1799 996147200 134512640 135472138 4294956224 18446744073709551615 134595501 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1799 480 234 0 24657 0
Current children cumulated CPU time (s) 1781.72
Current children cumulated vsize (KiB) 103820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.99 2.00 1.94 3/73 30615
/proc/meminfo: memFree=385792/2055920 swapFree=4179900/4192956
[pid=30586] ppid=30584 vsize=103820 CPUtime=1800.02
/proc/30586/stat : 30586 (casperzito) R 30584 30586 28920 0 -1 4194304 3882 0 0 0 180000 2 0 0 25 0 1 0 1981144490 106311680 1799 996147200 134512640 135472138 4294956224 18446744073709551615 134585026 0 0 4096 0 0 0 0 17 1 0 0
/proc/30586/statm: 25955 1799 480 234 0 24657 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 103820

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): 1800.61
CPU time (s): 1800.04
CPU user time (s): 1800.01
CPU system time (s): 0.027995
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 106916

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

runsolver used 1.56176 second user time and 5.00024 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-02 20:02:02
IDJOB=1043587
IDBENCH=53484
IDSOLVER=362
FILE ID=node53/1043587-1215021721
PBS_JOBID= 7874363
Free space on /tmp= 65188 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 44c87b72461534ee5434247b2954af36
RANDOM SEED=595715822

node53.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        378640 kB
Buffers:         25192 kB
Cached:        1522916 kB
SwapCached:       7460 kB
Active:         677152 kB
Inactive:       902780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        378640 kB
SwapTotal:     4192956 kB
SwapFree:      4179900 kB
Dirty:            3216 kB
Writeback:           0 kB
Mapped:          39080 kB
Slab:            82764 kB
Committed_AS:  3825832 kB
PageTables:       1760 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= 65188 MiB
End job on node53 at 2008-07-02 20:32:04