Trace number 1091788

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
casper zao? (TO) 1800.11 1812.56

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-15-45-24-8-12_glb.xml
MD5SUM33f5f3048703dcb701fa932159cca596
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark717.186
Satisfiable
(Un)Satisfiability was proved
Number of variables5400
Number of constraints4890
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4725
Global constraints used (with number of constraints)weightedsum(165)

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.18/0.25	c Building = 1
1.98/2.04	c [ NumberOfVariables = 5400 ]
1.98/2.04	c [ NumberOfConstraints = 4890 ]
1.98/2.04	c [ SizeOfSearchSpace(log2) = 5400 ]
1.98/2.04	c SymmetrySearch = 1
2.67/2.72	c [ Found 1.56427e+68 symmetries ]
2.88/2.97	c InitialPropagation = 1
2.88/2.98	c [ SizeOfSearchSpace(log2) = 5400 ]
2.88/2.98	c InitialSAC = 1
9.15/9.23	c [ SizeOfSearchSpace(log2) = 4528 ]
9.15/9.23	c Search(SampleFF) : 
473.72/475.64	c [ Sampling domwdeg ]
473.72/475.64	c [ Sampling impacts ]
473.72/475.64	c [ Sampling la ]
473.72/475.64	c [ SamplingScores: ]
473.72/475.64	c [ domwdeg+min = 0.0131405 | domwdeg+rnd = 0.0444587 ]
473.72/475.64	c [ impacts+min = 0.00753391 | impacts+rnd = 0.0679637 ]
473.72/475.64	c [ la+min = 2.61374e-08 | la+rnd = 7.16714e-05 ]
473.72/475.64	c [ domwdeg = 0.0287996 | impacts = 0.0377488 | la = 3.58488e-05 ]
473.72/475.64	c [ min = 0.00689147 | rand = 0.0377488 ]
473.72/475.64	c [ restarting at (0.1,0.0258936) ]
473.92/475.89	c [ restarting at (0.25,0.0476058) ]
474.62/476.52	c [ restarting at (0.625,0.0476058) ]
476.11/478.08	c [ restarting at (1.5625,0.0476058) ]
480.00/482.00	c [ restarting at (3.90625,0.0476058) ]
489.77/491.77	c [ restarting at (9.76562,0.0875242) ]
514.16/516.20	c [ restarting at (24.4141,0.0875242) ]
574.93/577.28	c [ restarting at (61.0352,0.0875242) ]
726.70/729.96	c [ restarting at (152.588,0.0875242) ]
1105.14/1111.65	c [ restarting at (381.47,0.0875242) ]

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 14617
/proc/meminfo: memFree=1379688/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=5352 CPUtime=0
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 0 2005241917 5480448 191 996147200 134512640 135477443 4294956224 18446744073709551615 3275640 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 1338 191 157 235 0 27 0

[startup+0.0799651 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 14617
/proc/meminfo: memFree=1379688/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=6504 CPUtime=0.07
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 728 0 0 0 7 0 0 0 18 0 1 0 2005241917 6660096 688 996147200 134512640 135477443 4294956224 18446744073709551615 3741307 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 1626 688 370 235 0 327 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6504

[startup+0.101964 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 14617
/proc/meminfo: memFree=1379688/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=6768 CPUtime=0.09
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 793 0 0 0 9 0 0 0 18 0 1 0 2005241917 6930432 753 996147200 134512640 135477443 4294956224 18446744073709551615 3741307 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 1692 753 370 235 0 393 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6768

[startup+0.301983 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 14617
/proc/meminfo: memFree=1379688/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=296412 CPUtime=0.29
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 3730 0 0 0 27 2 0 0 19 0 1 0 2005241917 303525888 3514 996147200 134512640 135477443 4294956224 18446744073709551615 134593801 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 74103 3514 462 235 0 72804 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 296412

[startup+0.702023 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 14617
/proc/meminfo: memFree=1379688/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=369376 CPUtime=0.68
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 24114 0 0 0 56 12 0 0 23 0 1 0 2005241917 378241024 21889 996147200 134512640 135477443 4294956224 18446744073709551615 3741307 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 92344 21893 462 235 0 91045 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 369376

[startup+1.5011 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14618
/proc/meminfo: memFree=1238624/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=514252 CPUtime=1.48
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 64642 0 0 0 117 31 0 0 25 0 1 0 2005241917 526594048 58420 996147200 134512640 135477443 4294956224 18446744073709551615 3742798 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 128563 58420 462 235 0 127264 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 514252

[startup+3.10125 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14618
/proc/meminfo: memFree=1074912/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397128 CPUtime=3.07
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 97141 0 0 0 250 57 0 0 25 0 1 0 2005241917 406659072 77582 996147200 134512640 135477443 4294956224 18446744073709551615 134921965 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99282 77582 523 235 0 97983 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 397128

[startup+6.30155 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14618
/proc/meminfo: memFree=1070120/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397128 CPUtime=6.27
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 97235 0 0 0 569 58 0 0 25 0 1 0 2005241917 406659072 77676 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99282 77676 523 235 0 97983 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 397128

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14618
/proc/meminfo: memFree=1069096/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397128 CPUtime=12.64
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 97413 0 0 0 1206 58 0 0 25 0 1 0 2005241917 406659072 77854 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99282 77854 526 235 0 97983 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 397128

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14618
/proc/meminfo: memFree=1068328/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=25.39
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 97545 0 0 0 2481 58 0 0 25 0 1 0 2005241917 406663168 77986 996147200 134512640 135477443 4294956224 18446744073709551615 135208677 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 77986 526 235 0 97984 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 397132

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14618
/proc/meminfo: memFree=1067432/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=50.89
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 97637 0 0 0 5031 58 0 0 25 0 1 0 2005241917 406663168 78078 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 78078 526 235 0 97984 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 397132

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14618
/proc/meminfo: memFree=1066792/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=101.89
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 97785 0 0 0 10131 58 0 0 25 0 1 0 2005241917 406663168 78226 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 78226 526 235 0 97984 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 397132

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14618
/proc/meminfo: memFree=1065576/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=161.65
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 97995 0 0 0 16107 58 0 0 25 0 1 0 2005241917 406663168 78436 996147200 134512640 135477443 4294956224 18446744073709551615 4607706 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 78436 526 235 0 97984 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 397132

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14624
/proc/meminfo: memFree=1064360/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=221.41
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98214 0 0 0 22083 58 0 0 25 0 1 0 2005241917 406663168 78655 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 78655 526 235 0 97984 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 397132

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14624
/proc/meminfo: memFree=1063464/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=281.18
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98444 0 0 0 28059 59 0 0 25 0 1 0 2005241917 406663168 78885 996147200 134512640 135477443 4294956224 18446744073709551615 4607734 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 78885 526 235 0 97984 0
Current children cumulated CPU time (s) 281.18
Current children cumulated vsize (KiB) 397132

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14624
/proc/meminfo: memFree=1061672/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=340.94
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98655 0 0 0 34035 59 0 0 25 0 1 0 2005241917 406663168 79096 996147200 134512640 135477443 4294956224 18446744073709551615 4616585 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 79096 526 235 0 97984 0
Current children cumulated CPU time (s) 340.94
Current children cumulated vsize (KiB) 397132

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14624
/proc/meminfo: memFree=1061352/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=400.71
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98734 0 0 0 40012 59 0 0 25 0 1 0 2005241917 406663168 79175 996147200 134512640 135477443 4294956224 18446744073709551615 134673670 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 79175 526 235 0 97984 0
Current children cumulated CPU time (s) 400.71
Current children cumulated vsize (KiB) 397132

[startup+462.302 s]
/proc/loadavg: 2.08 2.02 2.01 3/76 14624
/proc/meminfo: memFree=1061352/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=460.47
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98734 0 0 0 45988 59 0 0 25 0 1 0 2005241917 406663168 79175 996147200 134512640 135477443 4294956224 18446744073709551615 4607739 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 79175 526 235 0 97984 0
Current children cumulated CPU time (s) 460.47
Current children cumulated vsize (KiB) 397132

[startup+522.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 14624
/proc/meminfo: memFree=1061288/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=520.24
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 51965 59 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 4616422 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 520.24
Current children cumulated vsize (KiB) 397132

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 14624
/proc/meminfo: memFree=1061288/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=580
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 57941 59 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 134879859 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 580
Current children cumulated vsize (KiB) 397132

[startup+642.302 s]
/proc/loadavg: 2.05 2.02 2.00 3/76 14624
/proc/meminfo: memFree=1061224/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=639.78
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 63919 59 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 4607739 0 0 4096 0 0 0 0 17 1 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 639.78
Current children cumulated vsize (KiB) 397132


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

[startup+882.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 14665
/proc/meminfo: memFree=992168/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=877.79
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 87719 60 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 135239019 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 877.79
Current children cumulated vsize (KiB) 397132

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14665
/proc/meminfo: memFree=992168/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=937.28
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 93668 60 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 4607734 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 937.28
Current children cumulated vsize (KiB) 397132

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14665
/proc/meminfo: memFree=992232/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=996.76
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 99616 60 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 135268928 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 996.76
Current children cumulated vsize (KiB) 397132

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14665
/proc/meminfo: memFree=992232/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1056.26
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 105565 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 134693950 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1056.26
Current children cumulated vsize (KiB) 397132

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14665
/proc/meminfo: memFree=992232/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1115.75
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 111514 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 4607739 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1115.75
Current children cumulated vsize (KiB) 397132

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14665
/proc/meminfo: memFree=992168/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1175.23
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 117462 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1175.23
Current children cumulated vsize (KiB) 397132

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14665
/proc/meminfo: memFree=992168/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1234.72
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 123411 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 134693950 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1234.72
Current children cumulated vsize (KiB) 397132

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 14665
/proc/meminfo: memFree=992104/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1294.21
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 129360 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 4607734 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1294.21
Current children cumulated vsize (KiB) 397132

[startup+1362.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 14665
/proc/meminfo: memFree=992168/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1353.7
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 135309 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 134887860 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1353.7
Current children cumulated vsize (KiB) 397132

[startup+1422.31 s]
/proc/loadavg: 2.09 2.03 2.00 3/82 14665
/proc/meminfo: memFree=992104/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1413.18
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 141257 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1413.18
Current children cumulated vsize (KiB) 397132

[startup+1482.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/82 14665
/proc/meminfo: memFree=992168/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1472.67
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 147206 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 134951687 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1472.67
Current children cumulated vsize (KiB) 397132

[startup+1542.3 s]
/proc/loadavg: 2.21 2.07 2.01 3/82 14665
/proc/meminfo: memFree=992232/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1532.15
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 153154 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 134942743 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1532.15
Current children cumulated vsize (KiB) 397132

[startup+1602.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/82 14665
/proc/meminfo: memFree=992168/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1591.64
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 159103 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1591.64
Current children cumulated vsize (KiB) 397132

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/82 14665
/proc/meminfo: memFree=992168/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1651.13
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 165052 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 4607739 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1651.13
Current children cumulated vsize (KiB) 397132

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/82 14665
/proc/meminfo: memFree=992104/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1710.62
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 171001 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1710.62
Current children cumulated vsize (KiB) 397132

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/82 14665
/proc/meminfo: memFree=992104/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1770.1
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 176949 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1770.1
Current children cumulated vsize (KiB) 397132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14665
/proc/meminfo: memFree=992040/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1800.05
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 179944 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 397132

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

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

[startup+1812.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 14665
/proc/meminfo: memFree=992040/2055920 swapFree=4179560/4192956
[pid=14617] ppid=14615 vsize=397132 CPUtime=1800.05
/proc/14617/stat : 14617 (casperzao) R 14615 14617 14130 0 -1 4194304 98735 0 0 0 179944 61 0 0 25 0 1 0 2005241917 406663168 79176 996147200 134512640 135477443 4294956224 18446744073709551615 135238523 0 0 4096 0 0 0 0 17 0 0 0
/proc/14617/statm: 99283 79176 527 235 0 97984 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 397132

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1812.56
CPU time (s): 1800.11
CPU user time (s): 1799.44
CPU system time (s): 0.666898
CPU usage (%): 99.3131
Max. virtual memory (cumulated for all children) (KiB): 568988

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

runsolver used 1.51077 second user time and 5.09822 second system time

The end

Launcher Data (download as text)

Begin job on node8 at 2008-07-05 14:57:49
IDJOB=1091788
IDBENCH=58576
IDSOLVER=361
FILE ID=node8/1091788-1215262669
PBS_JOBID= 7882138
Free space on /tmp= 66328 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-15-45-24-8-12_glb.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1091788-1215262669/watcher-1091788-1215262669 -o /tmp/evaluation-result-1091788-1215262669/solver-1091788-1215262669 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1091788-1215262669.xml 959697983 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 33f5f3048703dcb701fa932159cca596
RANDOM SEED=959697983

node8.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.222
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.222
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:       1380104 kB
Buffers:         86012 kB
Cached:         490052 kB
SwapCached:       6900 kB
Active:         239348 kB
Inactive:       372864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1380104 kB
SwapTotal:     4192956 kB
SwapFree:      4179560 kB
Dirty:            3848 kB
Writeback:           0 kB
Mapped:          42980 kB
Slab:            48676 kB
Committed_AS:  3411800 kB
PageTables:       1824 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66328 MiB
End job on node8 at 2008-07-05 15:28:03