Trace number 1093177

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.18 1801.01

General information on the benchmark

Namecsp/dag-half/
normalized-half-n25-d5-e56-r7-8.xml
MD5SUMbebfdc7ba7b4c6d509a2fbfd415a09b0
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 benchmark22.8945
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Maximum constraint arity7
Maximum domain size5
Number of constraints which are defined in extension56
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
2.98/3.06	c Building = 1
3.79/3.84	c [ NumberOfVariables = 25 ]
3.79/3.84	c [ NumberOfConstraints = 56 ]
3.79/3.84	c [ SizeOfSearchSpace(log2) = 58.0482 ]
3.79/3.84	c SymmetrySearch = (OutOfMemory)
9.58/9.67	c [ Proceeding without symmetry breaking ]
10.38/10.46	c InitialPropagation = 1
10.38/10.50	c [ SizeOfSearchSpace(log2) = 58.0482 ]
10.38/10.50	c InitialSAC = 1
12.48/12.59	c [ SizeOfSearchSpace(log2) = 58.0482 ]
12.48/12.59	c Search(SampleFF) : 
273.92/274.16	c [ Sampling domwdeg ]
273.92/274.16	c [ Sampling impacts ]
273.92/274.16	c [ SamplingScores: ]
273.92/274.16	c [ domwdeg+min = 2.17187e-06 | domwdeg+rnd = 6.97069e-09 ]
273.92/274.16	c [ impacts+min = 5.30931e-07 | impacts+rnd = 1.01201e-08 ]
273.92/274.16	c [ la+min = 0 | la+rnd = 0 ]
273.92/274.16	c [ domwdeg = 1.08942e-06 | impacts = 2.70525e-07 | la = 0 ]
273.92/274.16	c [ min = 9.00934e-07 | rand = 2.70525e-07 ]
273.92/274.16	c [ restarting at (0.1,8.88832e-06) ]
318.90/319.13	c [ restarting at (0.25,2.76644e-06) ]
363.89/364.17	c [ restarting at (0.625,1.80429e-05) ]
453.75/454.05	c [ restarting at (1.5625,4.41549e-05) ]
543.71/544.01	c [ restarting at (3.90625,1.34758e-05) ]
588.69/589.04	c [ restarting at (9.76562,1.34144e-05) ]
633.67/634.02	c [ restarting at (24.4141,9.216e-06) ]
709.74/710.11	c [ restarting at (61.0352,2.41664e-05) ]
948.63/949.13	c [ restarting at (152.588,7.75578e-05) ]
1488.30/1489.01	c [ restarting at (381.47,0.000143585) ]

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

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: 0.99 0.98 0.99 3/64 9144
/proc/meminfo: memFree=1689328/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=5348 CPUtime=0
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 213 0 0 0 0 0 0 0 18 0 1 0 2003844512 5476352 188 996147200 134512640 135472138 4294956224 18446744073709551615 1805176 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 1337 188 154 234 0 27 0

[startup+0.0807221 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9144
/proc/meminfo: memFree=1689328/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=8116 CPUtime=0.07
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 1141 0 0 0 7 0 0 0 18 0 1 0 2003844512 8310784 1101 996147200 134512640 135472138 4294956224 18446744073709551615 134779425 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 2029 1101 365 234 0 731 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8116

[startup+0.101724 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9144
/proc/meminfo: memFree=1689328/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=8116 CPUtime=0.09
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 1141 0 0 0 9 0 0 0 18 0 1 0 2003844512 8310784 1101 996147200 134512640 135472138 4294956224 18446744073709551615 134779425 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 2029 1101 365 234 0 731 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8116

[startup+0.301745 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9144
/proc/meminfo: memFree=1689328/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=13328 CPUtime=0.29
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 2456 0 0 0 28 1 0 0 19 0 1 0 2003844512 13647872 2416 996147200 134512640 135472138 4294956224 18446744073709551615 134774920 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 3332 2416 365 234 0 2034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13328

[startup+0.701789 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9144
/proc/meminfo: memFree=1689328/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=23588 CPUtime=0.69
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 5013 0 0 0 67 2 0 0 23 0 1 0 2003844512 24154112 4973 996147200 134512640 135472138 4294956224 18446744073709551615 134774685 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 5897 4973 365 234 0 4599 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23588

[startup+1.50187 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9145
/proc/meminfo: memFree=1661544/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=44256 CPUtime=1.49
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 10182 0 0 0 144 5 0 0 25 0 1 0 2003844512 45318144 10142 996147200 134512640 135472138 4294956224 18446744073709551615 134774679 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 11064 10142 365 234 0 9766 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44256

[startup+3.10105 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9145
/proc/meminfo: memFree=1634856/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=192008 CPUtime=3.08
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 23339 0 0 0 297 11 0 0 25 0 1 0 2003844512 196616192 23299 996147200 134512640 135472138 4294956224 18446744073709551615 134546822 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 48002 23306 394 234 0 46704 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 192008

[startup+6.3014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9145
/proc/meminfo: memFree=1349480/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=553232 CPUtime=6.28
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 109637 0 0 0 585 43 0 0 25 0 1 0 2003844512 566509568 109597 996147200 134512640 135472138 4294956224 18446744073709551615 2270843 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 138308 109598 432 234 0 137010 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 553232

[startup+12.7011 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9145
/proc/meminfo: memFree=966824/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=12.68
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183043 0 0 0 1195 73 0 0 25 0 1 0 2003844512 858497024 180805 996147200 134512640 135472138 4294956224 18446744073709551615 134604918 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 180805 474 234 0 208296 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 838376

[startup+25.5015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9145
/proc/meminfo: memFree=966376/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=25.47
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183184 0 0 0 2474 73 0 0 25 0 1 0 2003844512 858497024 180946 996147200 134512640 135472138 4294956224 18446744073709551615 134604960 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 180946 475 234 0 208296 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 838376

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9145
/proc/meminfo: memFree=965608/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=51.02
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183358 0 0 0 5029 73 0 0 25 0 1 0 2003844512 858497024 181120 996147200 134512640 135472138 4294956224 18446744073709551615 134584977 0 0 4096 0 0 0 0 17 1 0 0
/proc/9144/statm: 209594 181120 485 234 0 208296 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 838376

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9145
/proc/meminfo: memFree=965608/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=102.2
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183358 0 0 0 10146 74 0 0 25 0 1 0 2003844512 858497024 181120 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181120 485 234 0 208296 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 838376

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9145
/proc/meminfo: memFree=965544/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=162.17
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183358 0 0 0 16143 74 0 0 25 0 1 0 2003844512 858497024 181120 996147200 134512640 135472138 4294956224 18446744073709551615 134604935 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181120 485 234 0 208296 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 838376

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9145
/proc/meminfo: memFree=965544/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=222.15
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183373 0 0 0 22141 74 0 0 25 0 1 0 2003844512 858497024 181135 996147200 134512640 135472138 4294956224 18446744073709551615 134585030 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181135 485 234 0 208296 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 838376

[startup+282.301 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 9145
/proc/meminfo: memFree=965416/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=282.12
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183411 0 0 0 28138 74 0 0 25 0 1 0 2003844512 858497024 181173 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181173 486 234 0 208296 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 838376

[startup+342.302 s]
/proc/loadavg: 1.12 1.03 1.01 2/65 9145
/proc/meminfo: memFree=965352/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=342.09
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183420 0 0 0 34135 74 0 0 25 0 1 0 2003844512 858497024 181182 996147200 134512640 135472138 4294956224 18446744073709551615 134604989 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181182 486 234 0 208296 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 838376

[startup+402.301 s]
/proc/loadavg: 1.12 1.04 1.00 2/65 9145
/proc/meminfo: memFree=965352/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=402.07
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183420 0 0 0 40133 74 0 0 25 0 1 0 2003844512 858497024 181182 996147200 134512640 135472138 4294956224 18446744073709551615 134604997 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181182 486 234 0 208296 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 838376

[startup+462.302 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 9145
/proc/meminfo: memFree=965288/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=462.04
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183420 0 0 0 46130 74 0 0 25 0 1 0 2003844512 858497024 181182 996147200 134512640 135472138 4294956224 18446744073709551615 134585033 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181182 486 234 0 208296 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 838376

[startup+522.301 s]
/proc/loadavg: 1.10 1.05 1.00 2/65 9145
/proc/meminfo: memFree=965160/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=522.02
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183454 0 0 0 52128 74 0 0 25 0 1 0 2003844512 858497024 181216 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181216 486 234 0 208296 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 838376

[startup+582.302 s]
/proc/loadavg: 1.14 1.07 1.01 2/65 9145
/proc/meminfo: memFree=965096/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=581.99
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183454 0 0 0 58125 74 0 0 25 0 1 0 2003844512 858497024 181216 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181216 486 234 0 208296 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 838376

[startup+642.301 s]
/proc/loadavg: 1.17 1.08 1.01 2/65 9145
/proc/meminfo: memFree=965096/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=641.97
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183454 0 0 0 64123 74 0 0 25 0 1 0 2003844512 858497024 181216 996147200 134512640 135472138 4294956224 18446744073709551615 134585095 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181216 486 234 0 208296 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 838376


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

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.00 2/65 9145
/proc/meminfo: memFree=964904/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=881.86
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183454 0 0 0 88112 74 0 0 25 0 1 0 2003844512 858497024 181216 996147200 134512640 135472138 4294956224 18446744073709551615 134584976 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181216 486 234 0 208296 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 838376

[startup+942.301 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 9145
/proc/meminfo: memFree=964904/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=941.83
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183454 0 0 0 94109 74 0 0 25 0 1 0 2003844512 858497024 181216 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181216 486 234 0 208296 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 838376

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 9145
/proc/meminfo: memFree=964840/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1001.8
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183454 0 0 0 100106 74 0 0 25 0 1 0 2003844512 858497024 181216 996147200 134512640 135472138 4294956224 18446744073709551615 134585305 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181216 486 234 0 208296 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 838376

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 9145
/proc/meminfo: memFree=964840/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1061.78
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183467 0 0 0 106104 74 0 0 25 0 1 0 2003844512 858497024 181229 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181229 486 234 0 208296 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 838376

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 9145
/proc/meminfo: memFree=964776/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1121.75
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183467 0 0 0 112101 74 0 0 25 0 1 0 2003844512 858497024 181229 996147200 134512640 135472138 4294956224 18446744073709551615 134584976 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181229 486 234 0 208296 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 838376

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964712/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1181.72
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 118098 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134604938 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1181.72
Current children cumulated vsize (KiB) 838376

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964648/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1241.7
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 124096 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134585134 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1241.7
Current children cumulated vsize (KiB) 838376

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964648/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1301.68
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 130094 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134577882 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1301.68
Current children cumulated vsize (KiB) 838376

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964648/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1361.65
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 136091 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134585139 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1361.65
Current children cumulated vsize (KiB) 838376

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964648/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1421.63
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 142089 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134604852 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1421.63
Current children cumulated vsize (KiB) 838376

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964584/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1481.61
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 148087 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134585137 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1481.61
Current children cumulated vsize (KiB) 838376

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964520/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1541.58
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 154084 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1541.58
Current children cumulated vsize (KiB) 838376

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964456/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1601.55
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 160081 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134577878 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1601.55
Current children cumulated vsize (KiB) 838376

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964456/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1661.53
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 166079 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134585013 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1661.53
Current children cumulated vsize (KiB) 838376

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964392/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1721.5
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 172076 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1721.5
Current children cumulated vsize (KiB) 838376

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964328/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1781.47
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 178073 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134605022 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1781.47
Current children cumulated vsize (KiB) 838376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964328/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=838376 CPUtime=1800.07
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4194304 183515 0 0 0 179933 74 0 0 25 0 1 0 2003844512 858497024 181277 996147200 134512640 135472138 4294956224 18446744073709551615 134605045 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 209594 181277 486 234 0 208296 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 838376

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

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

[startup+1801.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9145
/proc/meminfo: memFree=964328/2055920 swapFree=4178936/4192956
[pid=9144] ppid=9142 vsize=0 CPUtime=1800.17
/proc/9144/stat : 9144 (casperzito) R 9142 9144 6396 0 -1 4195332 183515 0 0 0 179933 84 0 0 25 0 1 0 2003844512 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/9144/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.01
CPU time (s): 1800.18
CPU user time (s): 1799.33
CPU system time (s): 0.85287
CPU usage (%): 99.9541
Max. virtual memory (cumulated for all children) (KiB): 855848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.85287
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183515
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= 17
involuntary context switches= 7068

runsolver used 1.73174 second user time and 4.83026 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-05 11:05:42
IDJOB=1093177
IDBENCH=58689
IDSOLVER=362
FILE ID=node64/1093177-1215248739
PBS_JOBID= 7881907
Free space on /tmp= 66364 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/dag-half/normalized-half-n25-d5-e56-r7-8.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093177-1215248739/watcher-1093177-1215248739 -o /tmp/evaluation-result-1093177-1215248739/solver-1093177-1215248739 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1093177-1215248739.xml 423654333 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bebfdc7ba7b4c6d509a2fbfd415a09b0
RANDOM SEED=423654333

node64.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.248
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.248
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:       1689880 kB
Buffers:         50852 kB
Cached:         250052 kB
SwapCached:       7408 kB
Active:         211400 kB
Inactive:        98444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689880 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:           33332 kB
Writeback:           0 kB
Mapped:          14512 kB
Slab:            42004 kB
Committed_AS:  4026440 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node64 at 2008-07-05 11:35:44