Trace number 1091724

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 zao? (TO) 1800.11 1809.36

General information on the benchmark

Namecsp/bibd10-11/
normalized-bibd-10-90-27-3-6_glb.xml
MD5SUM0ef8f4d1285cccb1993534d8625f17ad
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.508922
Satisfiable
(Un)Satisfiability was proved
Number of variables4950
Number of constraints4195
Maximum constraint arity90
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4050
Global constraints used (with number of constraints)weightedsum(145)

Solver Data (download as text)

0.00/0.00	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.00	c Parsing = 1
0.19/0.22	c Building = 1
1.99/2.03	c [ NumberOfVariables = 4950 ]
1.99/2.03	c [ NumberOfConstraints = 4195 ]
1.99/2.04	c [ SizeOfSearchSpace(log2) = 4950 ]
1.99/2.04	c SymmetrySearch = 1
2.78/2.88	c [ Found 5.39137e+144 symmetries ]
2.97/3.09	c InitialPropagation = 1
3.08/3.11	c [ SizeOfSearchSpace(log2) = 4950 ]
3.08/3.11	c InitialSAC = 1
19.20/19.32	c [ SizeOfSearchSpace(log2) = 2721 ]
19.20/19.32	c Search(SampleFF) : 
247.47/248.72	c [ Sampling domwdeg ]
247.47/248.72	c [ Sampling impacts ]
247.47/248.72	c [ Sampling la ]
247.47/248.72	c [ SamplingScores: ]
247.47/248.72	c [ domwdeg+min = 1.12818e-08 | domwdeg+rnd = 0.0549621 ]
247.47/248.72	c [ impacts+min = 0.229381 | impacts+rnd = 0.231102 ]
247.47/248.72	c [ la+min = 0.000117118 | la+rnd = 0.00162219 ]
247.47/248.72	c [ domwdeg = 0.0274811 | impacts = 0.230242 | la = 0.000869656 ]
247.47/248.72	c [ min = 0.0764994 | rand = 0.230242 ]
247.47/248.72	c [ restarting at (0.1,1.43197e-11) ]
247.67/248.97	c [ restarting at (0.25,1.65177e-10) ]
248.36/249.61	c [ restarting at (0.625,1.14394e-09) ]
249.86/251.18	c [ restarting at (1.5625,0.000903757) ]
253.74/255.09	c [ restarting at (3.90625,0.000101336) ]
263.49/264.86	c [ restarting at (9.76562,0.0344034) ]
287.87/289.33	c [ restarting at (24.4141,4.63657e-09) ]
348.67/350.40	c [ restarting at (61.0352,0.00878604) ]
500.51/503.09	c [ restarting at (152.588,2.13805e-09) ]
880.34/884.78	c [ restarting at (381.47,0.0327432) ]

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-1091724-1215262247/watcher-1091724-1215262247 -o /tmp/evaluation-result-1091724-1215262247/solver-1091724-1215262247 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1091724-1215262247.xml 1124435108 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27322
/proc/meminfo: memFree=1691640/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=5352 CPUtime=0
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 267167474 5480448 190 996147200 134512640 135477443 4294956224 18446744073709551615 2605146 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 1338 190 156 235 0 27 0

[startup+0.100759 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27322
/proc/meminfo: memFree=1691640/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=6628 CPUtime=0.08
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 785 0 0 0 8 0 0 0 18 0 1 0 267167474 6787072 745 996147200 134512640 135477443 4294956224 18446744073709551615 3036795 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 1657 745 370 235 0 358 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6628

[startup+0.201779 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27322
/proc/meminfo: memFree=1691640/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=8212 CPUtime=0.19
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 1168 0 0 0 18 1 0 0 18 0 1 0 267167474 8409088 1128 996147200 134512640 135477443 4294956224 18446744073709551615 134755062 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 2053 1129 371 235 0 754 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8212

[startup+0.301802 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27322
/proc/meminfo: memFree=1691640/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=300732 CPUtime=0.29
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 4951 0 0 0 25 4 0 0 19 0 1 0 267167474 307949568 4575 996147200 134512640 135477443 4294956224 18446744073709551615 3036795 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 75218 4579 462 235 0 73919 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 300732

[startup+0.701878 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 27322
/proc/meminfo: memFree=1691640/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=371068 CPUtime=0.69
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 24781 0 0 0 55 14 0 0 23 0 1 0 267167474 379973632 22297 996147200 134512640 135477443 4294956224 18446744073709551615 3036795 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 92767 22300 462 235 0 91468 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 371068

[startup+1.50203 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1533808/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=323424 CPUtime=1.48
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 64277 0 0 0 113 35 0 0 25 0 1 0 267167474 331186176 57587 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 127733 57591 462 235 0 126434 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 323424

[startup+3.10134 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1387056/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=3.08
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 95312 0 0 0 250 58 0 0 25 0 1 0 267167474 406097920 77060 996147200 134512640 135477443 4294956224 18446744073709551615 134593801 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 77062 516 235 0 97846 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 396580

[startup+6.30196 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1383344/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=6.26
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 95625 0 0 0 568 58 0 0 25 0 1 0 267167474 406097920 77373 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 77373 523 235 0 97846 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 396580

[startup+12.7022 s]
/proc/loadavg: 1.93 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1383096/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=12.63
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 95689 0 0 0 1205 58 0 0 25 0 1 0 267167474 406097920 77437 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 77437 523 235 0 97846 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 396580

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1382456/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=25.36
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 95845 0 0 0 2478 58 0 0 25 0 1 0 267167474 406097920 77593 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 77593 526 235 0 97846 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 396580

[startup+51.1016 s]
/proc/loadavg: 1.96 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1382072/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=50.84
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 95936 0 0 0 5026 58 0 0 25 0 1 0 267167474 406097920 77684 996147200 134512640 135477443 4294956224 18446744073709551615 134921984 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 77684 526 235 0 97846 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 396580

[startup+102.302 s]
/proc/loadavg: 1.98 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1381368/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=101.79
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96081 0 0 0 10121 58 0 0 25 0 1 0 267167474 406097920 77829 996147200 134512640 135477443 4294956224 18446744073709551615 3903222 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 77829 526 235 0 97846 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 396580

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1380728/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=161.49
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96255 0 0 0 16091 58 0 0 25 0 1 0 267167474 406097920 78003 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78003 526 235 0 97846 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 396580

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1380280/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=221.2
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96348 0 0 0 22061 59 0 0 25 0 1 0 267167474 406097920 78096 996147200 134512640 135477443 4294956224 18446744073709551615 134955672 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78096 526 235 0 97846 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 396580

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1380216/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=280.91
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 28032 59 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 3903227 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 280.91
Current children cumulated vsize (KiB) 396580

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1380152/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=340.61
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 34002 59 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 340.61
Current children cumulated vsize (KiB) 396580

[startup+402.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1380088/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=400.31
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 39972 59 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 3903222 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 400.31
Current children cumulated vsize (KiB) 396580

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1380088/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=460.01
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 45942 59 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 135238577 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 460.01
Current children cumulated vsize (KiB) 396580

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1379960/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=519.72
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 51913 59 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 3903205 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 519.72
Current children cumulated vsize (KiB) 396580

[startup+582.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27323
/proc/meminfo: memFree=1379832/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=579.42
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 57883 59 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 134673686 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 579.42
Current children cumulated vsize (KiB) 396580

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379576/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=639.13
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 63853 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 134585520 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 639.13
Current children cumulated vsize (KiB) 396580


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

[startup+822.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379576/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=818.25
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 81765 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 3903222 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 818.25
Current children cumulated vsize (KiB) 396580

[startup+882.306 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379512/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=877.95
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 87735 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 877.95
Current children cumulated vsize (KiB) 396580

[startup+942.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379512/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=937.66
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 93706 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 937.66
Current children cumulated vsize (KiB) 396580

[startup+1002.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379512/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=997.36
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 99676 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 3912093 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 997.36
Current children cumulated vsize (KiB) 396580

[startup+1062.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379448/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1057.06
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 105646 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 134955514 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1057.06
Current children cumulated vsize (KiB) 396580

[startup+1122.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379320/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1116.77
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 111617 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1116.77
Current children cumulated vsize (KiB) 396580

[startup+1182.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379256/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1176.47
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 117587 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 3903186 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1176.47
Current children cumulated vsize (KiB) 396580

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379064/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1236.17
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 123557 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1236.17
Current children cumulated vsize (KiB) 396580

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379064/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1295.88
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 129528 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 3903222 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1295.88
Current children cumulated vsize (KiB) 396580

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379000/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1355.58
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 135498 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1355.58
Current children cumulated vsize (KiB) 396580

[startup+1422.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1379000/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1415.29
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 141469 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1415.29
Current children cumulated vsize (KiB) 396580

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1378936/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1474.99
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 147439 60 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 3911880 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1474.99
Current children cumulated vsize (KiB) 396580

[startup+1542.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1378936/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1534.71
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 153410 61 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 135238577 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1534.71
Current children cumulated vsize (KiB) 396580

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1378936/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1594.41
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 159380 61 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1594.41
Current children cumulated vsize (KiB) 396580

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/82 27329
/proc/meminfo: memFree=1378936/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1654.11
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 165350 61 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 134951744 0 0 4096 0 0 0 0 17 1 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1654.11
Current children cumulated vsize (KiB) 396580

[startup+1722.3 s]
/proc/loadavg: 1.93 1.97 1.99 3/74 27392
/proc/meminfo: memFree=1470864/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1713.73
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 171312 61 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1713.73
Current children cumulated vsize (KiB) 396580

[startup+1782.3 s]
/proc/loadavg: 1.97 1.97 1.99 3/74 27392
/proc/meminfo: memFree=1470864/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1773.25
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 177264 61 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 3903222 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1773.25
Current children cumulated vsize (KiB) 396580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.3 s]
/proc/loadavg: 1.98 1.97 1.99 3/74 27392
/proc/meminfo: memFree=1470864/2055920 swapFree=4181032/4192956
[pid=27322] ppid=27320 vsize=396580 CPUtime=1800.05
/proc/27322/stat : 27322 (casperzao) R 27320 27322 26276 0 -1 4194304 96349 0 0 0 179944 61 0 0 25 0 1 0 267167474 406097920 78097 996147200 134512640 135477443 4294956224 18446744073709551615 135238509 0 0 4096 0 0 0 0 17 0 0 0
/proc/27322/statm: 99145 78097 527 235 0 97846 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 396580

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): 1809.36
CPU time (s): 1800.11
CPU user time (s): 1799.45
CPU system time (s): 0.666898
CPU usage (%): 99.4891
Max. virtual memory (cumulated for all children) (KiB): 563676

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

runsolver used 1.73474 second user time and 4.85526 second system time

The end

Launcher Data (download as text)

Begin job on node85 at 2008-07-05 14:50:47
IDJOB=1091724
IDBENCH=58572
IDSOLVER=361
FILE ID=node85/1091724-1215262247
PBS_JOBID= 7882049
Free space on /tmp= 126844 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/bibd10-11/normalized-bibd-10-90-27-3-6_glb.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091724-1215262247/watcher-1091724-1215262247 -o /tmp/evaluation-result-1091724-1215262247/solver-1091724-1215262247 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1091724-1215262247.xml 1124435108 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ef8f4d1285cccb1993534d8625f17ad
RANDOM SEED=1124435108

node85.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.272
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.272
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:       1692056 kB
Buffers:         21412 kB
Cached:         191772 kB
SwapCached:       5844 kB
Active:         200956 kB
Inactive:       117808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692056 kB
SwapTotal:     4192956 kB
SwapFree:      4181032 kB
Dirty:            3728 kB
Writeback:           0 kB
Mapped:         122704 kB
Slab:            30460 kB
Committed_AS:  1514180 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126844 MiB
End job on node85 at 2008-07-05 15:20:59