Trace number 1092108

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 1803.92

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-11-22-10-5-4_glb.xml
MD5SUMb8cbae2b2c9a33c7872dd54f17a7b268
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.318951
Satisfiable
(Un)Satisfiability was proved
Number of variables1452
Number of constraints1298
Maximum constraint arity22
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1210
Global constraints used (with number of constraints)weightedsum(88)

Solver Data (download as text)

0.00/0.06	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.06	c Parsing = 1
0.00/0.08	c Building = 1
0.77/0.86	c [ NumberOfVariables = 1452 ]
0.77/0.86	c [ NumberOfConstraints = 1298 ]
0.77/0.86	c [ SizeOfSearchSpace(log2) = 1452 ]
0.77/0.86	c SymmetrySearch = 1
0.88/0.98	c [ Found 4.48665e+28 symmetries ]
0.98/1.01	c InitialPropagation = 1
0.98/1.01	c [ SizeOfSearchSpace(log2) = 1452 ]
0.98/1.01	c InitialSAC = 1
1.67/1.73	c [ SizeOfSearchSpace(log2) = 1034 ]
1.67/1.73	c Search(SampleFF) : 
98.34/99.38	c [ Sampling domwdeg ]
98.34/99.38	c [ Sampling impacts ]
98.34/99.38	c [ Sampling la ]
98.34/99.38	c [ SamplingScores: ]
98.34/99.38	c [ domwdeg+min = 0.264432 | domwdeg+rnd = 0.00759918 ]
98.34/99.38	c [ impacts+min = 0.00364531 | impacts+rnd = 0.0550123 ]
98.34/99.38	c [ la+min = 3.14765e-10 | la+rnd = 0.000815151 ]
98.34/99.38	c [ domwdeg = 0.136016 | impacts = 0.0293288 | la = 0.000407575 ]
98.34/99.38	c [ min = 0.089359 | rand = 0.0293288 ]
98.34/99.38	c [ restarting at (0.20002,4.9592e-07) ]
98.94/99.91	c [ restarting at (0.500051,1.25794e-05) ]
100.23/101.26	c [ restarting at (1.25013,3.48336e-09) ]
103.59/104.61	c [ restarting at (3.12532,6.73019e-08) ]
111.82/112.99	c [ restarting at (7.8133,8.81408e-07) ]
132.62/133.93	c [ restarting at (19.5332,2.22194e-08) ]
184.42/186.29	c [ restarting at (48.8331,2.67377e-08) ]
314.09/317.18	c [ restarting at (122.083,1.12637e-06) ]
330.83/334.07	c [ restarting at (305.207,2.976e-08) ]
1094.09/1097.61	c [ restarting at (763.017,3.00234e-07) ]

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

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 2.00 2.00 4/74 12310
/proc/meminfo: memFree=1604992/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=1056 CPUtime=0
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 40 0 0 0 0 0 0 0 22 0 1 0 2005381400 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 11952932 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 264 26 20 235 0 3 0

[startup+0.216299 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 12310
/proc/meminfo: memFree=1604992/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=114252 CPUtime=0.2
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 6016 0 0 0 16 4 0 0 19 0 1 0 2005381400 116994048 4534 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 28563 4534 462 235 0 27264 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 114252

[startup+0.301312 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 12310
/proc/meminfo: memFree=1604992/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=310868 CPUtime=0.28
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 9307 0 0 0 22 6 0 0 19 0 1 0 2005381400 318328832 6900 996147200 134512640 135477443 4294956224 18446744073709551615 12387963 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 77717 6900 462 235 0 76418 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 310868

[startup+0.40133 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 12310
/proc/meminfo: memFree=1604992/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=321692 CPUtime=0.38
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 13196 0 0 0 28 10 0 0 20 0 1 0 2005381400 329412608 9690 996147200 134512640 135477443 4294956224 18446744073709551615 12387963 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 80423 9690 462 235 0 79124 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 321692

[startup+0.701376 s]
/proc/loadavg: 2.00 2.00 2.00 4/74 12310
/proc/meminfo: memFree=1604992/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=354432 CPUtime=0.68
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 24898 0 0 0 49 19 0 0 23 0 1 0 2005381400 362938368 18088 996147200 134512640 135477443 4294956224 18446744073709551615 12387930 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 88608 18088 462 235 0 87309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 354432

[startup+1.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1513464/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1.47
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 32545 0 0 0 123 24 0 0 25 0 1 0 2005381400 189890560 23375 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23375 523 235 0 45061 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 185440

[startup+3.10176 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1512952/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=3.06
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 32614 0 0 0 282 24 0 0 25 0 1 0 2005381400 189890560 23444 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23444 526 235 0 45061 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 185440

[startup+6.30127 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1512760/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=6.23
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 32645 0 0 0 599 24 0 0 25 0 1 0 2005381400 189890560 23475 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23475 526 235 0 45061 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 185440

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1512504/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=12.57
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 32675 0 0 0 1233 24 0 0 25 0 1 0 2005381400 189890560 23505 996147200 134512640 135477443 4294956224 18446744073709551615 134887794 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23505 526 235 0 45061 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 185440

[startup+25.5064 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1512440/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=25.25
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 32677 0 0 0 2501 24 0 0 25 0 1 0 2005381400 189890560 23507 996147200 134512640 135477443 4294956224 18446744073709551615 13254390 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23507 526 235 0 45061 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 185440

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1508472/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=50.6
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 32703 0 0 0 5036 24 0 0 25 0 1 0 2005381400 189890560 23533 996147200 134512640 135477443 4294956224 18446744073709551615 13254362 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23533 526 235 0 45061 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 185440

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1507128/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=101.32
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 10108 24 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 135208674 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 185440

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1507000/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=160.75
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 16051 24 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 185440

[startup+222.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1501304/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=220.19
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 21995 24 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134921892 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 220.19
Current children cumulated vsize (KiB) 185440

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 12311
/proc/meminfo: memFree=1501304/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=279.62
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 27938 24 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134955487 0 0 4096 0 0 0 0 17 1 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 279.62
Current children cumulated vsize (KiB) 185440

[startup+342.306 s]
/proc/loadavg: 1.93 1.98 1.99 3/73 12407
/proc/meminfo: memFree=1590088/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=339.11
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 33883 28 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 339.11
Current children cumulated vsize (KiB) 185440

[startup+402.302 s]
/proc/loadavg: 1.97 1.98 1.99 3/73 12407
/proc/meminfo: memFree=1590472/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=399.08
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 39879 29 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134872851 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 399.08
Current children cumulated vsize (KiB) 185440

[startup+462.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12407
/proc/meminfo: memFree=1590408/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=459.06
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 45877 29 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 135208524 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 459.06
Current children cumulated vsize (KiB) 185440

[startup+522.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12407
/proc/meminfo: memFree=1590344/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=519.03
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 51874 29 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134693950 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 519.03
Current children cumulated vsize (KiB) 185440

[startup+582.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12408
/proc/meminfo: memFree=1590280/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=579
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 57871 29 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134606886 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 579
Current children cumulated vsize (KiB) 185440

[startup+642.301 s]
/proc/loadavg: 1.99 1.98 1.99 3/73 12409
/proc/meminfo: memFree=1590216/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=638.98
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 63869 29 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 135269552 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 638.98
Current children cumulated vsize (KiB) 185440


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

[startup+882.302 s]
/proc/loadavg: 2.03 2.03 2.00 3/73 12409
/proc/meminfo: memFree=1590216/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=878.88
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 87859 29 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 878.88
Current children cumulated vsize (KiB) 185440

[startup+942.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 12409
/proc/meminfo: memFree=1590152/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=938.85
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 93856 29 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134689056 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 938.85
Current children cumulated vsize (KiB) 185440

[startup+1002.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 12409
/proc/meminfo: memFree=1590024/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=998.83
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 99854 29 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134606838 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 998.83
Current children cumulated vsize (KiB) 185440

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 12409
/proc/meminfo: memFree=1589960/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1058.8
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 105850 30 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1058.8
Current children cumulated vsize (KiB) 185440

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589960/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1118.77
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 111847 30 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134585520 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1118.77
Current children cumulated vsize (KiB) 185440

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589960/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1178.75
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 117845 30 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1178.75
Current children cumulated vsize (KiB) 185440

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1590024/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1238.72
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 123842 30 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1238.72
Current children cumulated vsize (KiB) 185440

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589960/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1298.69
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 129839 30 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1298.69
Current children cumulated vsize (KiB) 185440

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1590024/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1358.66
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 135836 30 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 135268497 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1358.66
Current children cumulated vsize (KiB) 185440

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1590024/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1418.64
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 141834 30 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134951751 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1418.64
Current children cumulated vsize (KiB) 185440

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589960/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1478.61
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 147831 30 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134693941 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1478.61
Current children cumulated vsize (KiB) 185440

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589896/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1538.59
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 153829 30 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134887809 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1538.59
Current children cumulated vsize (KiB) 185440

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589768/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1598.57
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 159826 31 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1598.57
Current children cumulated vsize (KiB) 185440

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589704/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1658.55
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 165824 31 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134887907 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1658.55
Current children cumulated vsize (KiB) 185440

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589704/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1718.52
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 171821 31 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134879887 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1718.52
Current children cumulated vsize (KiB) 185440

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589704/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1778.49
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 177818 31 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134879609 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1778.49
Current children cumulated vsize (KiB) 185440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589704/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1800.08
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 179977 31 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134585563 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 185440

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

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

[startup+1803.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 12409
/proc/meminfo: memFree=1589704/2055920 swapFree=4179808/4192956
[pid=12310] ppid=12308 vsize=185440 CPUtime=1800.08
/proc/12310/stat : 12310 (casperzao) R 12308 12310 11754 0 -1 4194304 33002 0 0 0 179977 31 0 0 25 0 1 0 2005381400 189890560 23832 996147200 134512640 135477443 4294956224 18446744073709551615 134585563 0 0 4096 0 0 0 0 17 0 0 0
/proc/12310/statm: 46360 23832 527 235 0 45061 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 185440

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.92
CPU time (s): 1800.11
CPU user time (s): 1799.78
CPU system time (s): 0.332949
CPU usage (%): 99.7887
Max. virtual memory (cumulated for all children) (KiB): 365256

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

runsolver used 2.10168 second user time and 4.77127 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-05 15:22:05
IDJOB=1092108
IDBENCH=58596
IDSOLVER=361
FILE ID=node69/1092108-1215264125
PBS_JOBID= 7882133
Free space on /tmp= 66468 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-11-22-10-5-4_glb.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1092108-1215264125/watcher-1092108-1215264125 -o /tmp/evaluation-result-1092108-1215264125/solver-1092108-1215264125 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1092108-1215264125.xml 434198412 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b8cbae2b2c9a33c7872dd54f17a7b268
RANDOM SEED=434198412

node69.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.259
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.259
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:       1605536 kB
Buffers:         53180 kB
Cached:         249136 kB
SwapCached:       7560 kB
Active:         252584 kB
Inactive:       134756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605536 kB
SwapTotal:     4192956 kB
SwapFree:      4179808 kB
Dirty:            3108 kB
Writeback:           0 kB
Mapped:          91508 kB
Slab:            48136 kB
Committed_AS:  4059784 kB
PageTables:       2092 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= 66472 MiB
End job on node69 at 2008-07-05 15:52:11