Trace number 1043556

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.12 1813.01

General information on the benchmark

Namecsp/QWH-25/
normalized-qwh-25-235-5_ext.xml
MD5SUM1bdde9be183c86ffbf239f4dbf5cbce7
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 benchmark2.68459
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints9300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension9300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.09/0.15	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.09/0.15	c Parsing = 1
0.09/0.18	c Building = 1
0.19/0.21	c [ NumberOfVariables = 625 ]
0.19/0.21	c [ NumberOfConstraints = 9300 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 1091.31 ]
0.19/0.21	c SymmetrySearch = 1
0.68/0.71	c InitialPropagation = 1
0.68/0.72	c [ SizeOfSearchSpace(log2) = 444.315 ]
0.68/0.72	c InitialSAC = 1
0.68/0.74	c [ SizeOfSearchSpace(log2) = 444.315 ]
0.68/0.74	c Search(SampleFF) : 
73.28/73.91	c [ Sampling domwdeg ]
73.28/73.91	c [ Sampling impacts ]
73.28/73.91	c [ SamplingScores: ]
73.28/73.91	c [ domwdeg+min = 0.037587 | domwdeg+rnd = 0.0337928 ]
73.28/73.91	c [ impacts+min = 0.00304067 | impacts+rnd = 0.0143548 ]
73.28/73.91	c [ la+min = 0 | la+rnd = 0 ]
73.28/73.91	c [ domwdeg = 0.0356899 | impacts = 0.00869773 | la = 0 ]
73.28/73.91	c [ min = 0.0135426 | rand = 0.00869773 ]
73.28/73.91	c [ restarting at (3.96356,0.000380547) ]
83.80/84.54	c [ restarting at (9.9089,0.00609472) ]
110.20/111.11	c [ restarting at (24.7722,0.119204) ]
176.07/177.51	c [ restarting at (61.9306,0.00131833) ]
340.79/343.51	c [ restarting at (154.827,0.0375393) ]
752.58/758.53	c [ restarting at (387.066,0.0717417) ]
1634.93/1647.70	c [ restarting at (967.666,0.166441) ]

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

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.85 0.81 0.30 4/72 7309
/proc/meminfo: memFree=1863056/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=18572 CPUtime=0
/proc/7309/stat : 7309 (runsolver) R 7307 7309 7140 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1980902524 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7309/statm: 4643 292 257 25 0 2626 0

[startup+0.0754739 s]
/proc/loadavg: 1.85 0.81 0.30 4/72 7309
/proc/meminfo: memFree=1863056/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=6492 CPUtime=0.06
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 720 0 0 0 6 0 0 0 18 0 1 0 1980902524 6647808 680 996147200 134512640 135472138 4294956224 18446744073709551615 4159697118 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 1623 680 367 234 0 325 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6492

[startup+0.101473 s]
/proc/loadavg: 1.85 0.81 0.30 4/72 7309
/proc/meminfo: memFree=1863056/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=6888 CPUtime=0.09
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 820 0 0 0 9 0 0 0 18 0 1 0 1980902524 7053312 780 996147200 134512640 135472138 4294956224 18446744073709551615 134805809 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 1722 780 367 234 0 424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6888

[startup+0.301504 s]
/proc/loadavg: 1.85 0.81 0.30 4/72 7309
/proc/meminfo: memFree=1863056/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=110020 CPUtime=0.28
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 4275 0 0 0 26 2 0 0 20 0 1 0 1980902524 112660480 4235 996147200 134512640 135472138 4294956224 18446744073709551615 134629312 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 27505 4235 432 234 0 26207 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 110020

[startup+0.701545 s]
/proc/loadavg: 1.85 0.81 0.30 4/72 7309
/proc/meminfo: memFree=1863056/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=117108 CPUtime=0.68
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5738 0 0 0 65 3 0 0 23 0 1 0 1980902524 119918592 5471 996147200 134512640 135472138 4294956224 18446744073709551615 3035288 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 29277 5471 448 234 0 27979 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 117108

[startup+1.50163 s]
/proc/loadavg: 1.85 0.81 0.30 3/73 7310
/proc/meminfo: memFree=1852552/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104532 CPUtime=1.47
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5899 0 0 0 144 3 0 0 25 0 1 0 1980902524 107040768 3062 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26133 3062 475 234 0 24835 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 104532

[startup+3.10179 s]
/proc/loadavg: 1.85 0.81 0.30 3/73 7310
/proc/meminfo: memFree=1852424/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104532 CPUtime=3.06
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5903 0 0 0 303 3 0 0 25 0 1 0 1980902524 107040768 3066 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26133 3066 475 234 0 24835 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 104532

[startup+6.30112 s]
/proc/loadavg: 1.86 0.83 0.31 3/73 7310
/proc/meminfo: memFree=1852360/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104532 CPUtime=6.23
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5904 0 0 0 620 3 0 0 25 0 1 0 1980902524 107040768 3067 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26133 3067 475 234 0 24835 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 104532

[startup+12.7028 s]
/proc/loadavg: 1.87 0.85 0.32 3/73 7310
/proc/meminfo: memFree=1852296/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104532 CPUtime=12.58
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5905 0 0 0 1255 3 0 0 25 0 1 0 1980902524 107040768 3068 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26133 3068 475 234 0 24835 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 104532

[startup+25.5011 s]
/proc/loadavg: 1.90 0.91 0.35 3/73 7310
/proc/meminfo: memFree=1852360/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104532 CPUtime=25.27
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5911 0 0 0 2524 3 0 0 25 0 1 0 1980902524 107040768 3074 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26133 3074 475 234 0 24835 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 104532

[startup+51.1017 s]
/proc/loadavg: 1.93 1.00 0.39 3/73 7310
/proc/meminfo: memFree=1852232/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=50.68
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5946 0 0 0 5064 4 0 0 25 0 1 0 1980902524 107175936 3109 996147200 134512640 135472138 4294956224 18446744073709551615 135234741 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3109 477 234 0 24868 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 104664

[startup+102.307 s]
/proc/loadavg: 1.97 1.15 0.47 3/73 7310
/proc/meminfo: memFree=1852040/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=101.46
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5964 0 0 0 10142 4 0 0 25 0 1 0 1980902524 107175936 3127 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3127 478 234 0 24868 0
Current children cumulated CPU time (s) 101.46
Current children cumulated vsize (KiB) 104664

[startup+162.301 s]
/proc/loadavg: 1.99 1.30 0.57 3/73 7310
/proc/meminfo: memFree=1851976/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=160.99
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5970 0 0 0 16094 5 0 0 25 0 1 0 1980902524 107175936 3133 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3133 478 234 0 24868 0
Current children cumulated CPU time (s) 160.99
Current children cumulated vsize (KiB) 104664

[startup+222.301 s]
/proc/loadavg: 1.99 1.42 0.65 3/73 7310
/proc/meminfo: memFree=1851976/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=220.53
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5974 0 0 0 22048 5 0 0 25 0 1 0 1980902524 107175936 3137 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3137 478 234 0 24868 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 104664

[startup+282.301 s]
/proc/loadavg: 1.99 1.53 0.73 3/73 7310
/proc/meminfo: memFree=1851912/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=280.06
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5975 0 0 0 28001 5 0 0 25 0 1 0 1980902524 107175936 3138 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3138 478 234 0 24868 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 104664

[startup+342.302 s]
/proc/loadavg: 1.99 1.61 0.81 3/73 7310
/proc/meminfo: memFree=1851912/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=339.6
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5975 0 0 0 33955 5 0 0 25 0 1 0 1980902524 107175936 3138 996147200 134512640 135472138 4294956224 18446744073709551615 135202725 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3138 478 234 0 24868 0
Current children cumulated CPU time (s) 339.6
Current children cumulated vsize (KiB) 104664

[startup+402.302 s]
/proc/loadavg: 1.99 1.68 0.88 3/73 7310
/proc/meminfo: memFree=1851848/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=399.14
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5979 0 0 0 39909 5 0 0 25 0 1 0 1980902524 107175936 3142 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3142 478 234 0 24868 0
Current children cumulated CPU time (s) 399.14
Current children cumulated vsize (KiB) 104664

[startup+462.302 s]
/proc/loadavg: 1.99 1.73 0.95 3/73 7310
/proc/meminfo: memFree=1851848/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=458.67
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5980 0 0 0 45862 5 0 0 25 0 1 0 1980902524 107175936 3143 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3143 478 234 0 24868 0
Current children cumulated CPU time (s) 458.67
Current children cumulated vsize (KiB) 104664

[startup+522.301 s]
/proc/loadavg: 1.99 1.78 1.01 3/73 7310
/proc/meminfo: memFree=1851784/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=518.21
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5980 0 0 0 51816 5 0 0 25 0 1 0 1980902524 107175936 3143 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3143 478 234 0 24868 0
Current children cumulated CPU time (s) 518.21
Current children cumulated vsize (KiB) 104664

[startup+582.301 s]
/proc/loadavg: 1.99 1.82 1.07 3/73 7310
/proc/meminfo: memFree=1851720/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=577.74
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5980 0 0 0 57768 6 0 0 25 0 1 0 1980902524 107175936 3143 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3143 478 234 0 24868 0
Current children cumulated CPU time (s) 577.74
Current children cumulated vsize (KiB) 104664

[startup+642.301 s]
/proc/loadavg: 1.99 1.85 1.13 3/73 7310
/proc/meminfo: memFree=1851720/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=637.28
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5980 0 0 0 63722 6 0 0 25 0 1 0 1980902524 107175936 3143 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3143 478 234 0 24868 0
Current children cumulated CPU time (s) 637.28
Current children cumulated vsize (KiB) 104664


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.91 1.27 3/73 7310
/proc/meminfo: memFree=1851656/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=815.89
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5983 0 0 0 81582 7 0 0 25 0 1 0 1980902524 107175936 3146 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3146 478 234 0 24868 0
Current children cumulated CPU time (s) 815.89
Current children cumulated vsize (KiB) 104664

[startup+882.301 s]
/proc/loadavg: 1.99 1.92 1.31 3/73 7310
/proc/meminfo: memFree=1851656/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=875.43
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5984 0 0 0 87536 7 0 0 25 0 1 0 1980902524 107175936 3147 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3147 478 234 0 24868 0
Current children cumulated CPU time (s) 875.43
Current children cumulated vsize (KiB) 104664

[startup+942.301 s]
/proc/loadavg: 1.99 1.93 1.35 3/73 7310
/proc/meminfo: memFree=1851656/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=934.96
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5984 0 0 0 93489 7 0 0 25 0 1 0 1980902524 107175936 3147 996147200 134512640 135472138 4294956224 18446744073709551615 135202728 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3147 478 234 0 24868 0
Current children cumulated CPU time (s) 934.96
Current children cumulated vsize (KiB) 104664

[startup+1002.3 s]
/proc/loadavg: 1.99 1.94 1.39 3/73 7311
/proc/meminfo: memFree=1851464/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=994.5
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5984 0 0 0 99443 7 0 0 25 0 1 0 1980902524 107175936 3147 996147200 134512640 135472138 4294956224 18446744073709551615 135202748 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3147 478 234 0 24868 0
Current children cumulated CPU time (s) 994.5
Current children cumulated vsize (KiB) 104664

[startup+1062.3 s]
/proc/loadavg: 1.99 1.95 1.43 3/73 7312
/proc/meminfo: memFree=1851336/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1054.03
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5984 0 0 0 105396 7 0 0 25 0 1 0 1980902524 107175936 3147 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3147 478 234 0 24868 0
Current children cumulated CPU time (s) 1054.03
Current children cumulated vsize (KiB) 104664

[startup+1122.3 s]
/proc/loadavg: 1.99 1.96 1.46 3/73 7312
/proc/meminfo: memFree=1851336/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1113.58
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5984 0 0 0 111351 7 0 0 25 0 1 0 1980902524 107175936 3147 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3147 478 234 0 24868 0
Current children cumulated CPU time (s) 1113.58
Current children cumulated vsize (KiB) 104664

[startup+1182.3 s]
/proc/loadavg: 1.99 1.96 1.49 3/73 7312
/proc/meminfo: memFree=1851336/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1173.12
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5984 0 0 0 117304 8 0 0 25 0 1 0 1980902524 107175936 3147 996147200 134512640 135472138 4294956224 18446744073709551615 134581691 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3147 478 234 0 24868 0
Current children cumulated CPU time (s) 1173.12
Current children cumulated vsize (KiB) 104664

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.52 3/73 7312
/proc/meminfo: memFree=1851208/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1232.65
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5984 0 0 0 123257 8 0 0 25 0 1 0 1980902524 107175936 3147 996147200 134512640 135472138 4294956224 18446744073709551615 135264224 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3147 478 234 0 24868 0
Current children cumulated CPU time (s) 1232.65
Current children cumulated vsize (KiB) 104664

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.55 3/73 7312
/proc/meminfo: memFree=1851144/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1292.2
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5985 0 0 0 129212 8 0 0 25 0 1 0 1980902524 107175936 3148 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3148 478 234 0 24868 0
Current children cumulated CPU time (s) 1292.2
Current children cumulated vsize (KiB) 104664

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.57 3/73 7312
/proc/meminfo: memFree=1851144/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1351.73
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5988 0 0 0 135165 8 0 0 25 0 1 0 1980902524 107175936 3151 996147200 134512640 135472138 4294956224 18446744073709551615 135264689 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3151 478 234 0 24868 0
Current children cumulated CPU time (s) 1351.73
Current children cumulated vsize (KiB) 104664

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.60 3/73 7312
/proc/meminfo: memFree=1851144/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1411.26
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5988 0 0 0 141118 8 0 0 25 0 1 0 1980902524 107175936 3151 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3151 478 234 0 24868 0
Current children cumulated CPU time (s) 1411.26
Current children cumulated vsize (KiB) 104664

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.62 3/73 7312
/proc/meminfo: memFree=1851080/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1470.8
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5988 0 0 0 147072 8 0 0 25 0 1 0 1980902524 107175936 3151 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3151 478 234 0 24868 0
Current children cumulated CPU time (s) 1470.8
Current children cumulated vsize (KiB) 104664

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/73 7312
/proc/meminfo: memFree=1851080/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1530.34
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5988 0 0 0 153026 8 0 0 25 0 1 0 1980902524 107175936 3151 996147200 134512640 135472138 4294956224 18446744073709551615 135202779 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3151 478 234 0 24868 0
Current children cumulated CPU time (s) 1530.34
Current children cumulated vsize (KiB) 104664

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.66 3/73 7312
/proc/meminfo: memFree=1851080/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1589.89
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5988 0 0 0 158980 9 0 0 25 0 1 0 1980902524 107175936 3151 996147200 134512640 135472138 4294956224 18446744073709551615 135202746 0 0 4096 0 0 0 0 17 1 0 0
/proc/7309/statm: 26166 3151 478 234 0 24868 0
Current children cumulated CPU time (s) 1589.89
Current children cumulated vsize (KiB) 104664

[startup+1662.3 s]
/proc/loadavg: 1.93 1.95 1.67 3/85 7358
/proc/meminfo: memFree=1782888/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1649.48
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5990 0 0 0 164920 28 0 0 25 0 1 0 1980902524 107175936 3153 996147200 134512640 135472138 4294956224 18446744073709551615 135202774 0 0 4096 0 0 0 0 17 0 0 0
/proc/7309/statm: 26166 3153 478 234 0 24868 0
Current children cumulated CPU time (s) 1649.48
Current children cumulated vsize (KiB) 104664

[startup+1722.3 s]
/proc/loadavg: 1.97 1.96 1.69 3/93 7411
/proc/meminfo: memFree=1721960/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1709.43
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5991 0 0 0 170911 32 0 0 25 0 1 0 1980902524 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/7309/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1709.43
Current children cumulated vsize (KiB) 104664

[startup+1782.3 s]
/proc/loadavg: 1.92 1.95 1.70 4/81 7451
/proc/meminfo: memFree=1795648/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1769.41
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5991 0 0 0 176908 33 0 0 25 0 1 0 1980902524 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 135202769 0 0 4096 0 0 0 0 17 0 0 0
/proc/7309/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1769.41
Current children cumulated vsize (KiB) 104664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813 s]
/proc/loadavg: 1.95 1.95 1.71 3/81 7451
/proc/meminfo: memFree=1795648/2055920 swapFree=4180448/4192956
[pid=7309] ppid=7307 vsize=104664 CPUtime=1800.1
/proc/7309/stat : 7309 (casperzito) R 7307 7309 7140 0 -1 4194304 5991 0 0 0 179977 33 0 0 25 0 1 0 1980902524 107175936 3154 996147200 134512640 135472138 4294956224 18446744073709551615 134595453 0 0 4096 0 0 0 0 17 0 0 0
/proc/7309/statm: 26166 3154 478 234 0 24868 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 104664

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): 1813.01
CPU time (s): 1800.12
CPU user time (s): 1799.77
CPU system time (s): 0.341948
CPU usage (%): 99.2889
Max. virtual memory (cumulated for all children) (KiB): 118548

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

runsolver used 1.72574 second user time and 5.16421 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-02 19:21:20
IDJOB=1043556
IDBENCH=53453
IDSOLVER=362
FILE ID=node24/1043556-1215019280
PBS_JOBID= 7874421
Free space on /tmp= 66524 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/QWH-25/normalized-qwh-25-235-5_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043556-1215019280/watcher-1043556-1215019280 -o /tmp/evaluation-result-1043556-1215019280/solver-1043556-1215019280 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043556-1215019280.xml 224724246 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1bdde9be183c86ffbf239f4dbf5cbce7
RANDOM SEED=224724246

node24.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.232
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.232
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:       1863536 kB
Buffers:         14168 kB
Cached:         100656 kB
SwapCached:       6556 kB
Active:          97808 kB
Inactive:        35104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863536 kB
SwapTotal:     4192956 kB
SwapFree:      4180448 kB
Dirty:            3528 kB
Writeback:           0 kB
Mapped:          25936 kB
Slab:            44672 kB
Committed_AS:  3480836 kB
PageTables:       1824 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= 66520 MiB
End job on node24 at 2008-07-02 19:51:35