Trace number 1091772

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

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-21-7-5-2_glb.xml
MD5SUM08ad51260c3d890d99e784cb9a585554
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2520
Number of constraints2346
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2205
Global constraints used (with number of constraints)weightedsum(141)

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.09/0.11	c Building = 1
1.79/1.86	c [ NumberOfVariables = 2520 ]
1.79/1.86	c [ NumberOfConstraints = 2346 ]
1.79/1.86	c [ SizeOfSearchSpace(log2) = 2520 ]
1.79/1.86	c SymmetrySearch = 1
1.99/2.10	c [ Found 6.68103e+31 symmetries ]
2.09/2.16	c InitialPropagation = 1
2.09/2.18	c [ SizeOfSearchSpace(log2) = 2520 ]
2.09/2.18	c InitialSAC = 1
4.09/4.18	c [ SizeOfSearchSpace(log2) = 1819 ]
4.09/4.18	c Search(SampleFF) : 
94.26/94.32	c [ Sampling domwdeg ]
94.26/94.32	c [ Sampling impacts ]
94.26/94.32	c [ Sampling la ]
94.26/94.32	c [ SamplingScores: ]
94.26/94.32	c [ domwdeg+min = 0.296285 | domwdeg+rnd = 0.121299 ]
94.26/94.32	c [ impacts+min = 0.183436 | impacts+rnd = 0.0962075 ]
94.26/94.32	c [ la+min = 0.000121109 | la+rnd = 4.64775e-06 ]
94.26/94.32	c [ domwdeg = 0.208792 | impacts = 0.139822 | la = 6.28785e-05 ]
94.26/94.32	c [ min = 0.159947 | rand = 0.139822 ]
94.26/94.32	c [ restarting at (0.1,0.00282434) ]
94.47/94.58	c [ restarting at (0.25,0.0802731) ]
95.16/95.21	c [ restarting at (0.625,0.0559193) ]
96.67/96.78	c [ restarting at (1.5625,0.390413) ]
100.56/100.69	c [ restarting at (3.90625,0.34073) ]
110.36/110.47	c [ restarting at (9.76562,0.369221) ]
134.75/134.90	c [ restarting at (24.4141,0.00542993) ]
195.83/195.97	c [ stopped restarting at (61.0352,1.2357) ]

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

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 3/79 2762
/proc/meminfo: memFree=1304504/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=5352 CPUtime=0
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 229 0 0 0 0 0 0 0 18 0 1 0 681980330 5480448 202 996147200 134512640 135477443 4294956224 18446744073709551615 6382780 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 1326 192 155 235 0 27 0

[startup+0.0381141 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 2762
/proc/meminfo: memFree=1304504/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=5840 CPUtime=0.03
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 581 0 0 0 3 0 0 0 18 0 1 0 681980330 5980160 541 996147200 134512640 135477443 4294956224 18446744073709551615 6813307 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 1460 541 370 235 0 161 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5840

[startup+0.101125 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 2762
/proc/meminfo: memFree=1304504/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=6764 CPUtime=0.09
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 807 0 0 0 9 0 0 0 18 0 1 0 681980330 6926336 767 996147200 134512640 135477443 4294956224 18446744073709551615 6813307 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 1691 767 371 235 0 392 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6764

[startup+0.301149 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 2762
/proc/meminfo: memFree=1304504/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=315324 CPUtime=0.28
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 9703 0 0 0 23 5 0 0 19 0 1 0 681980330 322891776 8066 996147200 134512640 135477443 4294956224 18446744073709551615 6813307 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 78831 8070 461 235 0 77532 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 315324

[startup+0.701191 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 2762
/proc/meminfo: memFree=1304504/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=375860 CPUtime=0.68
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 28642 0 0 0 52 16 0 0 23 0 1 0 681980330 384880640 23449 996147200 134512640 135477443 4294956224 18446744073709551615 6813307 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 93965 23453 461 235 0 92666 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 375860

[startup+1.50128 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1165808/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=497596 CPUtime=1.49
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 66723 0 0 0 109 40 0 0 25 0 1 0 681980330 509538304 54390 996147200 134512640 135477443 4294956224 18446744073709551615 6813307 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 124399 54393 461 235 0 123100 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 497596

[startup+3.10146 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1028144/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=3.09
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 86916 0 0 0 257 52 0 0 25 0 1 0 681980330 376295424 69822 996147200 134512640 135477443 4294956224 18446744073709551615 134583035 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 69822 522 235 0 90570 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 367476

[startup+6.30282 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1025968/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=6.29
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87020 0 0 0 577 52 0 0 25 0 1 0 681980330 376295424 69926 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 69926 525 235 0 90570 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 367476

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1025456/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=12.68
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87120 0 0 0 1216 52 0 0 25 0 1 0 681980330 376295424 70026 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70026 525 235 0 90570 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 367476

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1025456/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=25.48
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87138 0 0 0 2496 52 0 0 25 0 1 0 681980330 376295424 70044 996147200 134512640 135477443 4294956224 18446744073709551615 135208632 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70044 525 235 0 90570 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 367476

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1025328/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=51.07
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87183 0 0 0 5055 52 0 0 25 0 1 0 681980330 376295424 70089 996147200 134512640 135477443 4294956224 18446744073709551615 135235247 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70089 525 235 0 90570 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 367476

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1024304/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=102.27
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 10174 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208509 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 367476

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1024368/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=162.24
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 16171 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 367476

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1024304/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=222.23
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 22170 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 134942129 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 367476

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1024304/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=282.21
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 28168 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135268320 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 367476

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2763
/proc/meminfo: memFree=1024240/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=342.19
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 34166 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135269826 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 367476

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024176/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=402.17
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 40164 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 134585521 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 367476

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024240/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=462.15
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 46162 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208574 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 367476

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024304/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=522.13
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 52160 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 367476

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024304/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=582.12
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 58159 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 367476

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024304/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=642.1
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 64157 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 134951772 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 367476


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024176/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=822.05
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 82152 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135268541 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 367476

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024176/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=882.03
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 88150 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 134887932 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 367476

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024112/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=942.01
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 94148 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 367476

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024176/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1001.99
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 100146 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 367476

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024176/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1061.97
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 106144 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 367476

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024240/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1121.96
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 112143 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208524 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 367476

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024176/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1181.94
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 118141 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 367476

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024176/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1241.92
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 124139 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208512 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 367476

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024048/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1301.91
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 130138 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 367476

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1024048/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1361.89
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 136136 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 367476

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/80 2769
/proc/meminfo: memFree=1023920/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1421.87
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 142134 53 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 134693950 0 0 4096 0 0 0 0 17 1 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 367476

[startup+1482.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/81 2841
/proc/meminfo: memFree=1291240/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1481.56
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 148100 56 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 134887806 0 0 4096 0 0 0 0 17 0 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 367476

[startup+1542.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/81 2841
/proc/meminfo: memFree=1291176/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1541.24
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 154068 56 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1541.24
Current children cumulated vsize (KiB) 367476

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/81 2841
/proc/meminfo: memFree=1291176/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1600.96
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 160040 56 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 0 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1600.96
Current children cumulated vsize (KiB) 367476

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 2841
/proc/meminfo: memFree=1291240/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1660.65
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 166009 56 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 134887868 0 0 4096 0 0 0 0 17 0 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1660.65
Current children cumulated vsize (KiB) 367476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2841
/proc/meminfo: memFree=1291432/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1720.37
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 171980 57 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1720.37
Current children cumulated vsize (KiB) 367476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2841
/proc/meminfo: memFree=1291304/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1780.07
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 177950 57 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208512 0 0 4096 0 0 0 0 17 0 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1780.07
Current children cumulated vsize (KiB) 367476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 2841
/proc/meminfo: memFree=1291368/2055920 swapFree=4178892/4192956
[pid=2762] ppid=2760 vsize=367476 CPUtime=1800.07
/proc/2762/stat : 2762 (casperzao) R 2760 2762 2194 0 -1 4194304 87425 0 0 0 179950 57 0 0 25 0 1 0 681980330 376295424 70331 996147200 134512640 135477443 4294956224 18446744073709551615 135208712 0 0 4096 0 0 0 0 17 0 0 0
/proc/2762/statm: 91869 70331 526 235 0 90570 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 367476

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): 1802.45
CPU time (s): 1800.12
CPU user time (s): 1799.51
CPU system time (s): 0.615906
CPU usage (%): 99.8709
Max. virtual memory (cumulated for all children) (KiB): 543032

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

runsolver used 2.07968 second user time and 6.12607 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-05 14:55:13
IDJOB=1091772
IDBENCH=58575
IDSOLVER=361
FILE ID=node86/1091772-1215262513
PBS_JOBID= 7882087
Free space on /tmp= 66556 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-21-7-5-2_glb.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091772-1215262513/watcher-1091772-1215262513 -o /tmp/evaluation-result-1091772-1215262513/solver-1091772-1215262513 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1091772-1215262513.xml 249090963 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08ad51260c3d890d99e784cb9a585554
RANDOM SEED=249090963

node86.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.220
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.220
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:       1304920 kB
Buffers:         92528 kB
Cached:         277800 kB
SwapCached:       6392 kB
Active:         562360 kB
Inactive:       134292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1304920 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            3312 kB
Writeback:           0 kB
Mapped:         331680 kB
Slab:            38376 kB
Committed_AS:  1609104 kB
PageTables:       3016 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= 66524 MiB
End job on node86 at 2008-07-05 15:25:18