Trace number 1091948

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.09 1806.06

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-22-22-7-7-2_glb.xml
MD5SUMfe82314b302abaa46d389d44dd090e21
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 variables5566
Number of constraints5357
Maximum constraint arity22
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5082
Global constraints used (with number of constraints)weightedsum(275)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.29	c Building = 1
2.07/2.16	c [ NumberOfVariables = 5566 ]
2.07/2.16	c [ NumberOfConstraints = 5357 ]
2.07/2.16	c [ SizeOfSearchSpace(log2) = 5566 ]
2.07/2.16	c SymmetrySearch = 1
3.16/3.23	c [ Found 1.26338e+42 symmetries ]
3.46/3.51	c InitialPropagation = 1
3.46/3.53	c [ SizeOfSearchSpace(log2) = 5566 ]
3.46/3.53	c InitialSAC = 1
7.92/8.06	c [ SizeOfSearchSpace(log2) = 4343 ]
7.92/8.06	c Search(SampleFF) : 
733.67/739.17	c [ Sampling domwdeg ]
733.67/739.17	c [ Sampling impacts ]
733.67/739.17	c [ Sampling la ]
733.67/739.17	c [ SamplingScores: ]
733.67/739.17	c [ domwdeg+min = 2.77697e-16 | domwdeg+rnd = 0.0157449 ]
733.67/739.17	c [ impacts+min = 0.198123 | impacts+rnd = 0.252326 ]
733.67/739.17	c [ la+min = 2.80999e-14 | la+rnd = 0.000523187 ]
733.67/739.17	c [ domwdeg = 0.00787247 | impacts = 0.225224 | la = 0.000261593 ]
733.67/739.17	c [ min = 0.0660409 | rand = 0.225224 ]
733.67/739.17	c [ restarting at (0.1,0.0345385) ]
733.97/739.43	c [ restarting at (0.25,0.346931) ]
734.57/740.06	c [ restarting at (0.625,0.316507) ]
736.17/741.63	c [ restarting at (1.5625,0.415073) ]
740.07/745.54	c [ restarting at (3.90625,0.0369779) ]
749.86/755.31	c [ restarting at (9.76562,0.37144) ]
774.25/779.74	c [ restarting at (24.4141,0.333164) ]
835.33/840.81	c [ restarting at (61.0352,0.415073) ]
987.88/993.49	c [ restarting at (152.588,0.0369779) ]
1369.28/1375.17	c [ restarting at (381.47,0.346931) ]

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

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.01 2.00 4/72 20677
/proc/meminfo: memFree=1736056/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=1056 CPUtime=0
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 2005346594 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 10924836 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 264 26 20 235 0 3 0

[startup+0.107308 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 20677
/proc/meminfo: memFree=1736056/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=6628 CPUtime=0.09
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 772 0 0 0 9 0 0 0 18 0 1 0 2005346594 6787072 732 996147200 134512640 135477443 4294956224 18446744073709551615 134790311 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 1657 732 370 235 0 358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6628

[startup+0.201316 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 20677
/proc/meminfo: memFree=1736056/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=7684 CPUtime=0.18
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 1028 0 0 0 18 0 0 0 18 0 1 0 2005346594 7868416 988 996147200 134512640 135477443 4294956224 18446744073709551615 134755083 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 1921 988 370 235 0 622 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 7684

[startup+0.301331 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 20677
/proc/meminfo: memFree=1736056/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=103048 CPUtime=0.28
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 1926 0 0 0 27 1 0 0 19 0 1 0 2005346594 105521152 1886 996147200 134512640 135477443 4294956224 18446744073709551615 134591214 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 25762 1886 393 235 0 24463 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 103048

[startup+0.701363 s]
/proc/loadavg: 2.00 2.01 2.00 4/72 20677
/proc/meminfo: memFree=1736056/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=360352 CPUtime=0.69
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 21565 0 0 0 60 9 0 0 23 0 1 0 2005346594 369000448 19648 996147200 134512640 135477443 4294956224 18446744073709551615 11357981 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 90088 19648 461 235 0 88789 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 360352

[startup+1.50143 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 20678
/proc/meminfo: memFree=1588208/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=500572 CPUtime=1.48
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 60643 0 0 0 119 29 0 0 25 0 1 0 2005346594 512585728 54974 996147200 134512640 135477443 4294956224 18446744073709551615 11357935 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 125143 54974 461 235 0 123844 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 500572

[startup+3.10156 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 20678
/proc/meminfo: memFree=1431408/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=401480 CPUtime=3.06
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 89464 0 0 0 252 54 0 0 25 0 1 0 2005346594 411115520 77735 996147200 134512640 135477443 4294956224 18446744073709551615 134532359 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 100370 77735 506 235 0 99071 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 401480

[startup+6.30183 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20678
/proc/meminfo: memFree=1424304/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=6.24
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 98023 0 0 0 566 58 0 0 25 0 1 0 2005346594 408608768 78222 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 78222 522 235 0 98459 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 399032

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20678
/proc/meminfo: memFree=1423344/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=12.59
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 98235 0 0 0 1201 58 0 0 25 0 1 0 2005346594 408608768 78434 996147200 134512640 135477443 4294956224 18446744073709551615 135208645 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 78434 525 235 0 98459 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 399032

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20678
/proc/meminfo: memFree=1423216/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=25.3
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 98282 0 0 0 2471 59 0 0 25 0 1 0 2005346594 408608768 78481 996147200 134512640 135477443 4294956224 18446744073709551615 134693950 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 78481 525 235 0 98459 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 399032

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20678
/proc/meminfo: memFree=1422832/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=50.7
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 98391 0 0 0 5011 59 0 0 25 0 1 0 2005346594 408608768 78590 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 78590 525 235 0 98459 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 399032

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20678
/proc/meminfo: memFree=1422128/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=101.51
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 98547 0 0 0 10092 59 0 0 25 0 1 0 2005346594 408608768 78746 996147200 134512640 135477443 4294956224 18446744073709551615 135235247 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 78746 525 235 0 98459 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 399032

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20678
/proc/meminfo: memFree=1421168/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=161.07
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 98765 0 0 0 16047 60 0 0 25 0 1 0 2005346594 408608768 78964 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 78964 525 235 0 98459 0
Current children cumulated CPU time (s) 161.07
Current children cumulated vsize (KiB) 399032

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20678
/proc/meminfo: memFree=1420272/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=220.61
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 98977 0 0 0 22001 60 0 0 25 0 1 0 2005346594 408608768 79176 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 79176 525 235 0 98459 0
Current children cumulated CPU time (s) 220.61
Current children cumulated vsize (KiB) 399032

[startup+282.301 s]
/proc/loadavg: 2.08 2.02 2.01 3/73 20678
/proc/meminfo: memFree=1419504/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=280.15
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 99173 0 0 0 27955 60 0 0 25 0 1 0 2005346594 408608768 79372 996147200 134512640 135477443 4294956224 18446744073709551615 12226294 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 79372 525 235 0 98459 0
Current children cumulated CPU time (s) 280.15
Current children cumulated vsize (KiB) 399032

[startup+342.301 s]
/proc/loadavg: 2.10 2.03 2.00 3/73 20678
/proc/meminfo: memFree=1418672/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=339.69
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 99374 0 0 0 33909 60 0 0 25 0 1 0 2005346594 408608768 79573 996147200 134512640 135477443 4294956224 18446744073709551615 135235211 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 79573 525 235 0 98459 0
Current children cumulated CPU time (s) 339.69
Current children cumulated vsize (KiB) 399032

[startup+402.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/73 20678
/proc/meminfo: memFree=1417840/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=399.25
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 99562 0 0 0 39864 61 0 0 25 0 1 0 2005346594 408608768 79761 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 79761 525 235 0 98459 0
Current children cumulated CPU time (s) 399.25
Current children cumulated vsize (KiB) 399032

[startup+462.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/73 20678
/proc/meminfo: memFree=1417328/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=458.8
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 99741 0 0 0 45819 61 0 0 25 0 1 0 2005346594 408608768 79940 996147200 134512640 135477443 4294956224 18446744073709551615 134585526 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 79940 525 235 0 98459 0
Current children cumulated CPU time (s) 458.8
Current children cumulated vsize (KiB) 399032

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/73 20678
/proc/meminfo: memFree=1416816/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=518.35
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 99889 0 0 0 51774 61 0 0 25 0 1 0 2005346594 408608768 80088 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 80088 525 235 0 98459 0
Current children cumulated CPU time (s) 518.35
Current children cumulated vsize (KiB) 399032

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 20678
/proc/meminfo: memFree=1416112/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=577.89
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100040 0 0 0 57728 61 0 0 25 0 1 0 2005346594 408608768 80239 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 80239 525 235 0 98459 0
Current children cumulated CPU time (s) 577.89
Current children cumulated vsize (KiB) 399032

[startup+642.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 20678
/proc/meminfo: memFree=1415408/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=637.44
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100197 0 0 0 63683 61 0 0 25 0 1 0 2005346594 408608768 80396 996147200 134512640 135477443 4294956224 18446744073709551615 12226297 0 0 4096 0 0 0 0 17 1 0 0
/proc/20677/statm: 99758 80396 525 235 0 98459 0
Current children cumulated CPU time (s) 637.44
Current children cumulated vsize (KiB) 399032


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

[startup+882.307 s]
/proc/loadavg: 2.02 2.02 2.00 3/73 20904
/proc/meminfo: memFree=1110256/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=876.82
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 87616 66 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 12235165 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 876.82
Current children cumulated vsize (KiB) 399032

[startup+942.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 20905
/proc/meminfo: memFree=1110192/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=936.79
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 93613 66 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 12226283 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 936.79
Current children cumulated vsize (KiB) 399032

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 20906
/proc/meminfo: memFree=1110192/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=996.77
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 99611 66 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 134693716 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 996.77
Current children cumulated vsize (KiB) 399032

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/73 20906
/proc/meminfo: memFree=1110192/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1056.75
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 105609 66 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 134693950 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1056.75
Current children cumulated vsize (KiB) 399032

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 20906
/proc/meminfo: memFree=1110192/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1116.72
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 111606 66 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 134693950 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1116.72
Current children cumulated vsize (KiB) 399032

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 5/84 20981
/proc/meminfo: memFree=1405456/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1176.69
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 117602 67 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 12235146 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1176.69
Current children cumulated vsize (KiB) 399032

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21311
/proc/meminfo: memFree=1400048/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1236.6
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 123587 73 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 135269954 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1236.6
Current children cumulated vsize (KiB) 399032

[startup+1302.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/81 21595
/proc/meminfo: memFree=1352168/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1296.51
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 129576 75 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 134693716 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1296.51
Current children cumulated vsize (KiB) 399032

[startup+1362.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/81 21690
/proc/meminfo: memFree=1309680/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1356.48
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 135571 77 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1356.48
Current children cumulated vsize (KiB) 399032

[startup+1422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/81 21690
/proc/meminfo: memFree=1297392/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1416.46
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 141569 77 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1416.46
Current children cumulated vsize (KiB) 399032

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/81 21690
/proc/meminfo: memFree=1297392/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1476.43
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 147566 77 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1476.43
Current children cumulated vsize (KiB) 399032

[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/81 21690
/proc/meminfo: memFree=1297328/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1536.42
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 153565 77 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 134584654 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1536.42
Current children cumulated vsize (KiB) 399032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 21690
/proc/meminfo: memFree=1297392/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1596.39
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 159562 77 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 134702516 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1596.39
Current children cumulated vsize (KiB) 399032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/81 21690
/proc/meminfo: memFree=1297328/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1656.37
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 165560 77 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 134693950 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1656.37
Current children cumulated vsize (KiB) 399032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21690
/proc/meminfo: memFree=1297328/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1716.36
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 171558 78 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 134583366 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1716.36
Current children cumulated vsize (KiB) 399032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21690
/proc/meminfo: memFree=1297136/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1776.33
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 177555 78 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 12226294 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1776.33
Current children cumulated vsize (KiB) 399032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21690
/proc/meminfo: memFree=1297136/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1800.03
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 179925 78 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 399032

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

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

[startup+1806 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 21690
/proc/meminfo: memFree=1297136/2055920 swapFree=4180472/4192956
[pid=20677] ppid=20675 vsize=399032 CPUtime=1800.03
/proc/20677/stat : 20677 (casperzao) R 20675 20677 19480 0 -1 4194304 100259 0 0 0 179925 78 0 0 25 0 1 0 2005346594 408608768 80458 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/20677/statm: 99758 80458 526 235 0 98459 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 399032

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.06
CPU time (s): 1800.09
CPU user time (s): 1799.25
CPU system time (s): 0.834873
CPU usage (%): 99.6695
Max. virtual memory (cumulated for all children) (KiB): 571560

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

runsolver used 1.75173 second user time and 4.96624 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-05 15:15:12
IDJOB=1091948
IDBENCH=58586
IDSOLVER=361
FILE ID=node3/1091948-1215263712
PBS_JOBID= 7882048
Free space on /tmp= 66536 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fe82314b302abaa46d389d44dd090e21
RANDOM SEED=883254148

node3.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.232
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.232
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:       1736536 kB
Buffers:         33420 kB
Cached:         216628 kB
SwapCached:       6720 kB
Active:         169396 kB
Inactive:        97236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736536 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            3880 kB
Writeback:           0 kB
Mapped:          24072 kB
Slab:            38180 kB
Committed_AS:  3458136 kB
PageTables:       1768 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= 66528 MiB
End job on node3 at 2008-07-05 15:45:20