Trace number 1043578

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.03 1807.61

General information on the benchmark

Namecsp/frb50-23/
normalized-frb50-23-2_ext.xml
MD5SUMbb1a147ff1219a16de4d32893b55ecda
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 benchmark723.997
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints544
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension544
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
0.19/0.21	c [ NumberOfVariables = 50 ]
0.19/0.21	c [ NumberOfConstraints = 544 ]
0.19/0.21	c [ SizeOfSearchSpace(log2) = 226.178 ]
0.19/0.21	c SymmetrySearch = 1
0.29/0.31	c InitialPropagation = 1
0.29/0.34	c [ SizeOfSearchSpace(log2) = 226.178 ]
0.29/0.34	c InitialSAC = 1
0.29/0.35	c [ SizeOfSearchSpace(log2) = 226.178 ]
0.29/0.35	c Search(SampleFF) : 
72.93/73.38	c [ Sampling domwdeg ]
72.93/73.38	c [ Sampling impacts ]
72.93/73.38	c [ SamplingScores: ]
72.93/73.38	c [ domwdeg+min = 1.24656e-07 | domwdeg+rnd = 2.09899e-07 ]
72.93/73.38	c [ impacts+min = 5.00232e-06 | impacts+rnd = 9.17775e-07 ]
72.93/73.38	c [ la+min = 0 | la+rnd = 0 ]
72.93/73.38	c [ domwdeg = 1.67277e-07 | impacts = 2.96005e-06 | la = 0 ]
72.93/73.38	c [ min = 1.70899e-06 | rand = 2.96005e-06 ]
72.93/73.38	c [ restarting at (3.96356,3.73651e-06) ]
83.57/84.01	c [ restarting at (9.9089,8.34537e-05) ]
109.95/110.59	c [ restarting at (24.7722,5.42301e-05) ]
176.13/177.04	c [ restarting at (61.9306,1.46965e-05) ]
338.25/339.94	c [ restarting at (154.827,8.31241e-05) ]
724.26/727.56	c [ restarting at (387.066,0.000125085) ]
1689.36/1696.59	c [ restarting at (967.666,0.00103105) ]

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

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.00 1.99 1.76 4/80 9293
/proc/meminfo: memFree=1405384/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=1052 CPUtime=0
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 40 0 0 0 0 0 0 0 22 0 1 0 1981086543 1077248 26 996147200 134512640 135472138 4294956224 18446744073709551615 3167012 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 263 26 20 234 0 3 0

[startup+0.15969 s]
/proc/loadavg: 2.00 1.99 1.76 4/80 9293
/proc/meminfo: memFree=1405384/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=110980 CPUtime=0.14
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 3464 0 0 0 13 1 0 0 18 0 1 0 1981086543 113643520 3424 996147200 134512640 135472138 4294956224 18446744073709551615 3602043 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 27745 3426 432 234 0 26447 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 110980

[startup+0.201687 s]
/proc/loadavg: 2.00 1.99 1.76 4/80 9293
/proc/meminfo: memFree=1405384/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=119544 CPUtime=0.19
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 4583 0 0 0 17 2 0 0 18 0 1 0 1981086543 122413056 4541 996147200 134512640 135472138 4294956224 18446744073709551615 134536361 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 29886 4541 439 234 0 28588 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 119544

[startup+0.301697 s]
/proc/loadavg: 2.00 1.99 1.76 4/80 9293
/proc/meminfo: memFree=1405384/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=119544 CPUtime=0.29
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 4873 0 0 0 27 2 0 0 19 0 1 0 1981086543 122413056 4831 996147200 134512640 135472138 4294956224 18446744073709551615 3284081 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 29886 4831 448 234 0 28588 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 119544

[startup+0.701745 s]
/proc/loadavg: 2.00 1.99 1.76 4/80 9293
/proc/meminfo: memFree=1405384/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106252 CPUtime=0.68
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5354 0 0 0 66 2 0 0 22 0 1 0 1981086543 108802048 2336 996147200 134512640 135472138 4294956224 18446744073709551615 134578975 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26563 2336 475 234 0 25265 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 106252

[startup+1.50183 s]
/proc/loadavg: 2.00 1.99 1.76 3/81 9294
/proc/meminfo: memFree=1397824/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106252 CPUtime=1.47
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5354 0 0 0 145 2 0 0 25 0 1 0 1981086543 108802048 2336 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26563 2336 475 234 0 25265 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 106252

[startup+3.10201 s]
/proc/loadavg: 2.00 1.99 1.76 3/81 9294
/proc/meminfo: memFree=1397824/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106252 CPUtime=3.07
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5355 0 0 0 305 2 0 0 25 0 1 0 1981086543 108802048 2337 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26563 2337 475 234 0 25265 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 106252

[startup+6.30135 s]
/proc/loadavg: 2.00 1.99 1.76 3/81 9294
/proc/meminfo: memFree=1397696/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106252 CPUtime=6.25
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5356 0 0 0 622 3 0 0 25 0 1 0 1981086543 108802048 2338 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26563 2338 475 234 0 25265 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 106252

[startup+12.701 s]
/proc/loadavg: 2.00 1.99 1.76 3/81 9294
/proc/meminfo: memFree=1397704/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106252 CPUtime=12.62
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5357 0 0 0 1259 3 0 0 25 0 1 0 1981086543 108802048 2339 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26563 2339 475 234 0 25265 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 106252

[startup+25.5024 s]
/proc/loadavg: 2.00 1.99 1.76 3/81 9294
/proc/meminfo: memFree=1397832/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106252 CPUtime=25.36
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5358 0 0 0 2533 3 0 0 25 0 1 0 1981086543 108802048 2340 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26563 2340 475 234 0 25265 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 106252

[startup+51.1022 s]
/proc/loadavg: 2.00 1.99 1.77 3/81 9294
/proc/meminfo: memFree=1397896/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=50.83
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5374 0 0 0 5080 3 0 0 25 0 1 0 1981086543 108937216 2356 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26596 2356 477 234 0 25298 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 106384

[startup+102.303 s]
/proc/loadavg: 2.00 1.99 1.78 3/81 9294
/proc/meminfo: memFree=1397896/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=101.79
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5376 0 0 0 10176 3 0 0 25 0 1 0 1981086543 108937216 2358 996147200 134512640 135472138 4294956224 18446744073709551615 134595725 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26596 2358 478 234 0 25298 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 106384

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 1.79 3/81 9294
/proc/meminfo: memFree=1397896/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=161.49
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5377 0 0 0 16146 3 0 0 25 0 1 0 1981086543 108937216 2359 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26596 2359 478 234 0 25298 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 106384

[startup+222.307 s]
/proc/loadavg: 2.00 1.99 1.80 4/81 9294
/proc/meminfo: memFree=1397896/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=221.21
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5377 0 0 0 22118 3 0 0 25 0 1 0 1981086543 108937216 2359 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26596 2359 478 234 0 25298 0
Current children cumulated CPU time (s) 221.21
Current children cumulated vsize (KiB) 106384

[startup+282.302 s]
/proc/loadavg: 2.00 1.99 1.81 3/81 9294
/proc/meminfo: memFree=1397832/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=280.91
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5378 0 0 0 28088 3 0 0 25 0 1 0 1981086543 108937216 2360 996147200 134512640 135472138 4294956224 18446744073709551615 134595809 0 0 4096 0 0 0 0 17 1 0 0
/proc/9293/statm: 26596 2360 478 234 0 25298 0
Current children cumulated CPU time (s) 280.91
Current children cumulated vsize (KiB) 106384

[startup+342.302 s]
/proc/loadavg: 1.92 1.97 1.82 2/68 9313
/proc/meminfo: memFree=1441960/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=340.61
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5378 0 0 0 34056 5 0 0 25 0 1 0 1981086543 108937216 2360 996147200 134512640 135472138 4294956224 18446744073709551615 134595370 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2360 478 234 0 25298 0
Current children cumulated CPU time (s) 340.61
Current children cumulated vsize (KiB) 106384

[startup+402.301 s]
/proc/loadavg: 1.97 1.97 1.82 3/81 9335
/proc/meminfo: memFree=1405184/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=400.36
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5378 0 0 0 40031 5 0 0 25 0 1 0 1981086543 108937216 2360 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2360 478 234 0 25298 0
Current children cumulated CPU time (s) 400.36
Current children cumulated vsize (KiB) 106384

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.83 3/81 9335
/proc/meminfo: memFree=1405056/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=460.12
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5378 0 0 0 46007 5 0 0 25 0 1 0 1981086543 108937216 2360 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2360 478 234 0 25298 0
Current children cumulated CPU time (s) 460.12
Current children cumulated vsize (KiB) 106384

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.84 3/81 9335
/proc/meminfo: memFree=1404928/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=519.89
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 51984 5 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 519.89
Current children cumulated vsize (KiB) 106384

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.84 3/81 9341
/proc/meminfo: memFree=1404864/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=579.64
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 57959 5 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595510 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 579.64
Current children cumulated vsize (KiB) 106384

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.85 3/81 9341
/proc/meminfo: memFree=1404864/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=639.4
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 63935 5 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 639.4
Current children cumulated vsize (KiB) 106384


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

[startup+882.306 s]
/proc/loadavg: 1.99 1.97 1.87 3/81 9380
/proc/meminfo: memFree=1403784/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=878.42
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 87836 6 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595728 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 878.42
Current children cumulated vsize (KiB) 106384

[startup+942.301 s]
/proc/loadavg: 1.99 1.97 1.88 3/81 9380
/proc/meminfo: memFree=1403592/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=938.18
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 93812 6 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595590 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 938.18
Current children cumulated vsize (KiB) 106384

[startup+1002.3 s]
/proc/loadavg: 1.99 1.97 1.88 3/81 9380
/proc/meminfo: memFree=1403528/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=997.94
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 99788 6 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595479 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 997.94
Current children cumulated vsize (KiB) 106384

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/81 9380
/proc/meminfo: memFree=1403528/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1057.7
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 105764 6 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134577872 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1057.7
Current children cumulated vsize (KiB) 106384

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.89 3/81 9380
/proc/meminfo: memFree=1403592/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1117.46
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 111740 6 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595492 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1117.46
Current children cumulated vsize (KiB) 106384

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/81 9380
/proc/meminfo: memFree=1403592/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1177.22
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 117716 6 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1177.22
Current children cumulated vsize (KiB) 106384

[startup+1242.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9380
/proc/meminfo: memFree=1403592/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1236.98
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 123692 6 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595794 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1236.98
Current children cumulated vsize (KiB) 106384

[startup+1302.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9419
/proc/meminfo: memFree=1405440/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1296.74
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 129666 8 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1296.74
Current children cumulated vsize (KiB) 106384

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9419
/proc/meminfo: memFree=1405000/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1356.5
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 135642 8 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1356.5
Current children cumulated vsize (KiB) 106384

[startup+1422.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9419
/proc/meminfo: memFree=1404872/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1416.26
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 141618 8 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595481 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1416.26
Current children cumulated vsize (KiB) 106384

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9419
/proc/meminfo: memFree=1404808/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1476.01
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 147593 8 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595490 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1476.01
Current children cumulated vsize (KiB) 106384

[startup+1542.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9419
/proc/meminfo: memFree=1404808/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1535.78
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 153570 8 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 135265088 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1535.78
Current children cumulated vsize (KiB) 106384

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9419
/proc/meminfo: memFree=1404808/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1595.54
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 159546 8 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595464 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1595.54
Current children cumulated vsize (KiB) 106384

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9419
/proc/meminfo: memFree=1404808/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1655.29
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5381 0 0 0 165521 8 0 0 25 0 1 0 1981086543 108937216 2363 996147200 134512640 135472138 4294956224 18446744073709551615 134595455 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2363 478 234 0 25298 0
Current children cumulated CPU time (s) 1655.29
Current children cumulated vsize (KiB) 106384

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9419
/proc/meminfo: memFree=1404808/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1715.06
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5382 0 0 0 171497 9 0 0 25 0 1 0 1981086543 108937216 2364 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2364 478 234 0 25298 0
Current children cumulated CPU time (s) 1715.06
Current children cumulated vsize (KiB) 106384

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 9419
/proc/meminfo: memFree=1404808/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1774.82
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5382 0 0 0 177473 9 0 0 25 0 1 0 1981086543 108937216 2364 996147200 134512640 135472138 4294956224 18446744073709551615 134595447 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2364 478 234 0 25298 0
Current children cumulated CPU time (s) 1774.82
Current children cumulated vsize (KiB) 106384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 9446
/proc/meminfo: memFree=1425096/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1800.01
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5382 0 0 0 179992 9 0 0 25 0 1 0 1981086543 108937216 2364 996147200 134512640 135472138 4294956224 18446744073709551615 134595792 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2364 478 234 0 25298 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 106384

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

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

[startup+1807.6 s]
/proc/loadavg: 1.99 1.97 1.91 3/73 9446
/proc/meminfo: memFree=1425096/2055920 swapFree=4179760/4192956
[pid=9293] ppid=9291 vsize=106384 CPUtime=1800.01
/proc/9293/stat : 9293 (casperzito) R 9291 9293 8852 0 -1 4194304 5382 0 0 0 179992 9 0 0 25 0 1 0 1981086543 108937216 2364 996147200 134512640 135472138 4294956224 18446744073709551615 134595792 0 0 4096 0 0 0 0 17 0 0 0
/proc/9293/statm: 26596 2364 478 234 0 25298 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 106384

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1807.61
CPU time (s): 1800.03
CPU user time (s): 1799.93
CPU system time (s): 0.100984
CPU usage (%): 99.5806
Max. virtual memory (cumulated for all children) (KiB): 119544

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

runsolver used 1.69774 second user time and 4.88826 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-02 19:52:13
IDJOB=1043578
IDBENCH=53475
IDSOLVER=362
FILE ID=node37/1043578-1215021133
PBS_JOBID= 7874395
Free space on /tmp= 66544 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/frb50-23/normalized-frb50-23-2_ext.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1043578-1215021133/watcher-1043578-1215021133 -o /tmp/evaluation-result-1043578-1215021133/solver-1043578-1215021133 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1043578-1215021133.xml 1601563700 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb1a147ff1219a16de4d32893b55ecda
RANDOM SEED=1601563700

node37.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.236
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.236
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:       1405864 kB
Buffers:         67180 kB
Cached:         456780 kB
SwapCached:       7460 kB
Active:         203088 kB
Inactive:       372916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405864 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:          67768 kB
Slab:            59240 kB
Committed_AS:  4159268 kB
PageTables:       1888 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node37 at 2008-07-02 20:22:23