Trace number 1093410

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.13 1816.66

General information on the benchmark

Namecsp/bibd12-13/
normalized-bibd-12-44-11-3-2_glb.xml
MD5SUM8f34c55d5375015e3e2770bac6254bbc
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.259959
Satisfiable
(Un)Satisfiability was proved
Number of variables3432
Number of constraints3026
Maximum constraint arity44
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2904
Global constraints used (with number of constraints)weightedsum(122)

Solver Data (download as text)

0.19/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.21	c Parsing = 1
0.19/0.21	c Building = 1
1.97/2.07	c [ NumberOfVariables = 3432 ]
1.97/2.07	c [ NumberOfConstraints = 3026 ]
1.97/2.07	c [ SizeOfSearchSpace(log2) = 3432 ]
1.97/2.07	c SymmetrySearch = 1
2.36/2.47	c [ Found 1.27332e+63 symmetries ]
2.47/2.59	c InitialPropagation = 1
2.56/2.60	c [ SizeOfSearchSpace(log2) = 3432 ]
2.56/2.60	c InitialSAC = 1
8.52/8.64	c [ SizeOfSearchSpace(log2) = 1817 ]
8.52/8.64	c Search(SampleFF) : 
186.74/188.27	c [ Sampling domwdeg ]
186.74/188.27	c [ Sampling impacts ]
186.74/188.27	c [ Sampling la ]
186.74/188.27	c [ SamplingScores: ]
186.74/188.27	c [ domwdeg+min = 0.122939 | domwdeg+rnd = 0.0576727 ]
186.74/188.27	c [ impacts+min = 0.563987 | impacts+rnd = 0.078209 ]
186.74/188.27	c [ la+min = 0.00965651 | la+rnd = 3.88972e-10 ]
186.74/188.27	c [ domwdeg = 0.0903057 | impacts = 0.321098 | la = 0.00482825 ]
186.74/188.27	c [ min = 0.232194 | rand = 0.321098 ]
186.74/188.27	c [ restarting at (0.1,0.0365029) ]
187.04/188.54	c [ restarting at (0.25,0.115016) ]
187.74/189.21	c [ restarting at (0.625,0.0811113) ]
189.32/190.89	c [ restarting at (1.5625,0.00615009) ]
193.49/195.07	c [ restarting at (3.90625,0.0179249) ]
203.91/205.54	c [ restarting at (9.76562,0.00639989) ]
229.91/231.72	c [ restarting at (24.4141,0.00384128) ]
294.81/297.15	c [ restarting at (61.0352,0.0942961) ]
357.93/360.70	c [ restarting at (152.588,0.00202253) ]
1022.00/1037.86	c [ stopped restarting at (381.47,0.654636) ]

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

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.03 2.07 2.01 4/72 6855
/proc/meminfo: memFree=1579472/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=1056 CPUtime=0
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1556237175 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 8663844 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 264 26 20 235 0 3 0

[startup+0.051969 s]
/proc/loadavg: 2.03 2.07 2.01 4/72 6855
/proc/meminfo: memFree=1579472/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=5968 CPUtime=0.04
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 605 0 0 0 4 0 0 0 18 0 1 0 1556237175 6111232 565 996147200 134512640 135477443 4294956224 18446744073709551615 134753701 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 1492 565 370 235 0 193 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5968

[startup+0.101974 s]
/proc/loadavg: 2.03 2.07 2.01 4/72 6855
/proc/meminfo: memFree=1579472/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=6496 CPUtime=0.09
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 745 0 0 0 9 0 0 0 18 0 1 0 1556237175 6651904 705 996147200 134512640 135477443 4294956224 18446744073709551615 4158530507 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 1624 705 370 235 0 325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6496

[startup+0.302019 s]
/proc/loadavg: 2.03 2.07 2.01 4/72 6855
/proc/meminfo: memFree=1579472/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=308384 CPUtime=0.28
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 7252 0 0 0 25 3 0 0 19 0 1 0 1556237175 315785216 6357 996147200 134512640 135477443 4294956224 18446744073709551615 135248878 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 77096 6357 461 235 0 75797 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 308384

[startup+0.701097 s]
/proc/loadavg: 2.03 2.07 2.01 4/72 6855
/proc/meminfo: memFree=1579472/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=372388 CPUtime=0.69
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 26217 0 0 0 59 10 0 0 23 0 1 0 1556237175 381325312 22557 996147200 134512640 135477443 4294956224 18446744073709551615 134855105 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 93097 22557 461 235 0 91798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 372388

[startup+1.50126 s]
/proc/loadavg: 2.11 2.08 2.01 3/73 6856
/proc/meminfo: memFree=1442824/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=499064 CPUtime=1.47
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 63762 0 0 0 115 32 0 0 25 0 1 0 1556237175 511041536 54628 996147200 134512640 135477443 4294956224 18446744073709551615 9098875 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 124766 54628 461 235 0 123467 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 499064

[startup+3.10156 s]
/proc/loadavg: 2.11 2.08 2.01 3/73 6856
/proc/meminfo: memFree=1277640/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=3.06
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 93706 0 0 0 255 51 0 0 25 0 1 0 1556237175 404033536 76647 996147200 134512640 135477443 4294956224 18446744073709551615 134693945 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 76647 522 235 0 97342 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 394564

[startup+6.30117 s]
/proc/loadavg: 2.10 2.08 2.01 3/73 6856
/proc/meminfo: memFree=1273736/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=6.24
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 93775 0 0 0 573 51 0 0 25 0 1 0 1556237175 404033536 76716 996147200 134512640 135477443 4294956224 18446744073709551615 134583423 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 76716 522 235 0 97342 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 394564

[startup+12.7014 s]
/proc/loadavg: 2.09 2.08 2.01 3/73 6856
/proc/meminfo: memFree=1273160/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=12.58
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 93906 0 0 0 1207 51 0 0 25 0 1 0 1556237175 404033536 76847 996147200 134512640 135477443 4294956224 18446744073709551615 135268532 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 76847 525 235 0 97342 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 394564

[startup+25.5019 s]
/proc/loadavg: 2.07 2.08 2.01 3/73 6856
/proc/meminfo: memFree=1273224/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=25.28
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 93938 0 0 0 2477 51 0 0 25 0 1 0 1556237175 404033536 76879 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 76879 525 235 0 97342 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 394564

[startup+51.1018 s]
/proc/loadavg: 2.05 2.07 2.01 3/73 6856
/proc/meminfo: memFree=1272904/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=50.68
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94014 0 0 0 5017 51 0 0 25 0 1 0 1556237175 404033536 76955 996147200 134512640 135477443 4294956224 18446744073709551615 134583936 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 76955 525 235 0 97342 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 394564

[startup+102.307 s]
/proc/loadavg: 2.02 2.06 2.00 3/73 6856
/proc/meminfo: memFree=1272456/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=101.5
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94108 0 0 0 10098 52 0 0 25 0 1 0 1556237175 404033536 77049 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77049 525 235 0 97342 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 394564

[startup+162.302 s]
/proc/loadavg: 2.00 2.04 2.00 3/73 6856
/proc/meminfo: memFree=1271176/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=161.04
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94426 0 0 0 16052 52 0 0 25 0 1 0 1556237175 404033536 77367 996147200 134512640 135477443 4294956224 18446744073709551615 9965302 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77367 525 235 0 97342 0
Current children cumulated CPU time (s) 161.04
Current children cumulated vsize (KiB) 394564

[startup+222.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/73 6856
/proc/meminfo: memFree=1270600/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=220.58
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 22006 52 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135268208 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 394564

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 6856
/proc/meminfo: memFree=1270600/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=280.13
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 27961 52 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135238549 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 280.13
Current children cumulated vsize (KiB) 394564

[startup+342.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 6856
/proc/meminfo: memFree=1270536/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=339.67
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 33915 52 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 9965300 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 394564

[startup+402.301 s]
/proc/loadavg: 2.15 2.06 2.01 3/94 6911
/proc/meminfo: memFree=1157600/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=398.87
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 39833 54 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 398.87
Current children cumulated vsize (KiB) 394564

[startup+462.302 s]
/proc/loadavg: 2.05 2.05 2.01 3/94 6911
/proc/meminfo: memFree=1157536/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=457.7
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 45716 54 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 134583432 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 457.7
Current children cumulated vsize (KiB) 394564

[startup+522.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/94 6911
/proc/meminfo: memFree=1157472/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=516.53
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 51599 54 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 9973940 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 516.53
Current children cumulated vsize (KiB) 394564

[startup+582.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 6911
/proc/meminfo: memFree=1157472/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=575.37
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 57483 54 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 575.37
Current children cumulated vsize (KiB) 394564

[startup+642.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 6911
/proc/meminfo: memFree=1157472/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=634.2
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 63366 54 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 634.2
Current children cumulated vsize (KiB) 394564


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

[startup+822.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6911
/proc/meminfo: memFree=1157344/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=810.7
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 81016 54 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 810.7
Current children cumulated vsize (KiB) 394564

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6916
/proc/meminfo: memFree=1157152/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=869.51
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 86897 54 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135238563 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 869.51
Current children cumulated vsize (KiB) 394564

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6916
/proc/meminfo: memFree=1157216/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=928.36
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 92781 55 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 9944084 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 928.36
Current children cumulated vsize (KiB) 394564

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 6916
/proc/meminfo: memFree=1157216/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=987.19
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 98664 55 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 9965274 0 0 4096 0 0 0 0 17 1 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 987.19
Current children cumulated vsize (KiB) 394564

[startup+1062.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/73 6946
/proc/meminfo: memFree=1277704/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1046.47
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 104591 56 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135238588 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1046.47
Current children cumulated vsize (KiB) 394564

[startup+1122.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/73 7163
/proc/meminfo: memFree=1276232/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1106.4
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 110582 58 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 9965291 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1106.4
Current children cumulated vsize (KiB) 394564

[startup+1182.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/73 7163
/proc/meminfo: memFree=1276168/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1166.35
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 116577 58 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 134693716 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1166.35
Current children cumulated vsize (KiB) 394564

[startup+1242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/73 7163
/proc/meminfo: memFree=1276104/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1226.29
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 122571 58 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135239029 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1226.29
Current children cumulated vsize (KiB) 394564

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 7163
/proc/meminfo: memFree=1276104/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1286.24
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 128566 58 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1286.24
Current children cumulated vsize (KiB) 394564

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/73 7163
/proc/meminfo: memFree=1276104/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1346.18
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 134560 58 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 134887865 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1346.18
Current children cumulated vsize (KiB) 394564

[startup+1422.31 s]
/proc/loadavg: 1.93 2.00 1.99 3/73 7190
/proc/meminfo: memFree=1275080/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1406.13
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 140554 59 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 9965302 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1406.13
Current children cumulated vsize (KiB) 394564

[startup+1482.3 s]
/proc/loadavg: 1.97 2.00 1.99 3/73 7190
/proc/meminfo: memFree=1275272/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1466.07
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 146548 59 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 134693716 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1466.07
Current children cumulated vsize (KiB) 394564

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 7190
/proc/meminfo: memFree=1275080/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1526.02
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 152543 59 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135238531 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1526.02
Current children cumulated vsize (KiB) 394564

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 7190
/proc/meminfo: memFree=1275080/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1585.96
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 158537 59 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1585.96
Current children cumulated vsize (KiB) 394564

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 7190
/proc/meminfo: memFree=1275080/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1645.9
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 164531 59 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1645.9
Current children cumulated vsize (KiB) 394564

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 7190
/proc/meminfo: memFree=1275080/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1705.85
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 170526 59 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 9974016 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1705.85
Current children cumulated vsize (KiB) 394564

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 7190
/proc/meminfo: memFree=1275016/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1765.79
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 176520 59 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 134921951 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1765.79
Current children cumulated vsize (KiB) 394564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.6 s]
/proc/loadavg: 1.99 2.00 1.99 3/73 7190
/proc/meminfo: memFree=1275016/2055920 swapFree=4114192/4192956
[pid=6855] ppid=6853 vsize=394564 CPUtime=1800.07
/proc/6855/stat : 6855 (casperzao) R 6853 6855 5518 0 -1 4194304 94566 0 0 0 179948 59 0 0 25 0 1 0 1556237175 404033536 77507 996147200 134512640 135477443 4294956224 18446744073709551615 134693697 0 0 4096 0 0 0 0 17 0 0 0
/proc/6855/statm: 98641 77507 526 235 0 97342 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 394564

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): 1816.66
CPU time (s): 1800.13
CPU user time (s): 1799.48
CPU system time (s): 0.646901
CPU usage (%): 99.0904
Max. virtual memory (cumulated for all children) (KiB): 563196

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

runsolver used 1.86871 second user time and 5.37118 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 15:46:49
IDJOB=1093410
IDBENCH=58703
IDSOLVER=361
FILE ID=node9/1093410-1215265609
PBS_JOBID= 7882109
Free space on /tmp= 66548 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/bibd12-13/normalized-bibd-12-44-11-3-2_glb.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093410-1215265609/watcher-1093410-1215265609 -o /tmp/evaluation-result-1093410-1215265609/solver-1093410-1215265609 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1093410-1215265609.xml 57253264 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8f34c55d5375015e3e2770bac6254bbc
RANDOM SEED=57253264

node9.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.265
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	: 5931.00
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.265
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:       1579952 kB
Buffers:         65512 kB
Cached:         246140 kB
SwapCached:      72956 kB
Active:         286760 kB
Inactive:       132088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1579952 kB
SwapTotal:     4192956 kB
SwapFree:      4114192 kB
Dirty:            3688 kB
Writeback:           0 kB
Mapped:         114236 kB
Slab:            42232 kB
Committed_AS:  3054584 kB
PageTables:       1972 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= 66544 MiB
End job on node9 at 2008-07-05 16:17:08