Trace number 1069344

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.04 1808.71

General information on the benchmark

Namecsp/pseudoGLB/
normalized-army12-21bt.xml
MD5SUMb514737dc951d40d29ed1d5e0531651a
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 variables428
Number of constraints942
Maximum constraint arity144
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(942)

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.04/0.07	c Building = 1
0.08/0.10	c [ NumberOfVariables = 428 ]
0.08/0.10	c [ NumberOfConstraints = 942 ]
0.08/0.10	c [ SizeOfSearchSpace(log2) = 428 ]
0.08/0.10	c SymmetrySearch = 1
0.08/0.15	c InitialPropagation = 1
0.08/0.15	c [ SizeOfSearchSpace(log2) = 413 ]
0.08/0.15	c InitialSAC = 1
1.98/2.05	c [ SizeOfSearchSpace(log2) = 397 ]
1.98/2.05	c Search(SampleFF) : 
87.25/87.73	c [ Sampling domwdeg ]
87.25/87.73	c [ Sampling impacts ]
87.25/87.73	c [ Sampling la ]
87.25/87.73	c [ SamplingScores: ]
87.25/87.73	c [ domwdeg+min = 0.0195469 | domwdeg+rnd = 0.00416134 ]
87.25/87.73	c [ impacts+min = 0.00510821 | impacts+rnd = 2.46017e-05 ]
87.25/87.73	c [ la+min = 1.87122e-06 | la+rnd = 8.7065e-09 ]
87.25/87.73	c [ domwdeg = 0.0118541 | impacts = 0.00256641 | la = 9.39966e-07 ]
87.25/87.73	c [ min = 0.008219 | rand = 0.00256641 ]
87.25/87.73	c [ restarting at (0.141429,2.82971e-06) ]
87.55/88.09	c [ restarting at (0.353571,0.000227319) ]
88.45/88.97	c [ restarting at (0.883929,0.000123452) ]
90.64/91.18	c [ restarting at (2.20982,4.82633e-06) ]
96.21/96.71	c [ restarting at (5.52455,1.26271e-05) ]
109.94/110.53	c [ restarting at (13.8114,0.000683775) ]
144.27/145.07	c [ restarting at (34.5285,0.00221051) ]
230.25/231.43	c [ restarting at (86.3211,0.00322157) ]
445.07/447.32	c [ restarting at (215.803,0.00580364) ]
982.09/987.03	c [ restarting at (539.507,0.0622085) ]

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

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/83 24760
/proc/meminfo: memFree=1725104/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=5352 CPUtime=0
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 205 0 0 0 0 0 0 0 18 0 1 0 628204742 5480448 181 996147200 134512640 135477443 4294956224 18446744073709551615 9892448 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 1338 182 152 235 0 27 0

[startup+0.054724 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 24760
/proc/meminfo: memFree=1725104/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=6364 CPUtime=0.04
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 686 0 0 0 4 0 0 0 18 0 1 0 628204742 6516736 646 996147200 134512640 135477443 4294956224 18446744073709551615 10356347 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 1591 647 368 235 0 292 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 6364

[startup+0.101732 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 24760
/proc/meminfo: memFree=1725104/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101312 CPUtime=0.08
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 1500 0 0 0 8 0 0 0 18 0 1 0 628204742 103743488 1460 996147200 134512640 135477443 4294956224 18446744073709551615 134618336 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25328 1462 428 235 0 24029 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 101312

[startup+0.301751 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 24760
/proc/meminfo: memFree=1725104/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101520 CPUtime=0.29
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2178 0 0 0 28 1 0 0 19 0 1 0 628204742 103956480 1754 996147200 134512640 135477443 4294956224 18446744073709551615 134673664 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25380 1754 489 235 0 24081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 101520

[startup+0.701797 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 24760
/proc/meminfo: memFree=1725104/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101520 CPUtime=0.69
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2181 0 0 0 68 1 0 0 23 0 1 0 628204742 103956480 1757 996147200 134512640 135477443 4294956224 18446744073709551615 134887876 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25380 1757 489 235 0 24081 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101520

[startup+1.50189 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1719912/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101520 CPUtime=1.48
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2186 0 0 0 147 1 0 0 25 0 1 0 628204742 103956480 1762 996147200 134512640 135477443 4294956224 18446744073709551615 134942897 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25380 1762 489 235 0 24081 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 101520

[startup+3.10207 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1719520/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=3.08
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2238 0 0 0 307 1 0 0 25 0 1 0 628204742 103960576 1814 996147200 134512640 135477443 4294956224 18446744073709551615 134695873 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1814 504 235 0 24082 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 101524

[startup+6.30144 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1719456/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=6.26
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2240 0 0 0 625 1 0 0 25 0 1 0 628204742 103960576 1816 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1816 504 235 0 24082 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 101524

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1719280/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=12.63
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2242 0 0 0 1262 1 0 0 25 0 1 0 628204742 103960576 1818 996147200 134512640 135477443 4294956224 18446744073709551615 134951816 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1818 504 235 0 24082 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 101524

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1719280/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=25.36
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2262 0 0 0 2535 1 0 0 25 0 1 0 628204742 103960576 1838 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1838 506 235 0 24082 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 101524

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1719280/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=50.83
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2267 0 0 0 5082 1 0 0 25 0 1 0 628204742 103960576 1843 996147200 134512640 135477443 4294956224 18446744073709551615 134943313 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1843 506 235 0 24082 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 101524

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718896/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=101.78
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2343 0 0 0 10177 1 0 0 25 0 1 0 628204742 103960576 1919 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1919 507 235 0 24082 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 101524

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718832/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=161.48
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2343 0 0 0 16147 1 0 0 25 0 1 0 628204742 103960576 1919 996147200 134512640 135477443 4294956224 18446744073709551615 134897680 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1919 507 235 0 24082 0
Current children cumulated CPU time (s) 161.48
Current children cumulated vsize (KiB) 101524

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718768/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=221.19
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2343 0 0 0 22117 2 0 0 25 0 1 0 628204742 103960576 1919 996147200 134512640 135477443 4294956224 18446744073709551615 134888175 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1919 507 235 0 24082 0
Current children cumulated CPU time (s) 221.19
Current children cumulated vsize (KiB) 101524

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718704/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=280.89
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2344 0 0 0 28087 2 0 0 25 0 1 0 628204742 103960576 1920 996147200 134512640 135477443 4294956224 18446744073709551615 134955667 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1920 507 235 0 24082 0
Current children cumulated CPU time (s) 280.89
Current children cumulated vsize (KiB) 101524

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718640/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=340.59
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2344 0 0 0 34057 2 0 0 25 0 1 0 628204742 103960576 1920 996147200 134512640 135477443 4294956224 18446744073709551615 134888230 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1920 507 235 0 24082 0
Current children cumulated CPU time (s) 340.59
Current children cumulated vsize (KiB) 101524

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24761
/proc/meminfo: memFree=1718512/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=400.29
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2344 0 0 0 40027 2 0 0 25 0 1 0 628204742 103960576 1920 996147200 134512640 135477443 4294956224 18446744073709551615 134951687 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1920 507 235 0 24082 0
Current children cumulated CPU time (s) 400.29
Current children cumulated vsize (KiB) 101524

[startup+462.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718512/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=460
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2344 0 0 0 45998 2 0 0 25 0 1 0 628204742 103960576 1920 996147200 134512640 135477443 4294956224 18446744073709551615 134887795 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1920 507 235 0 24082 0
Current children cumulated CPU time (s) 460
Current children cumulated vsize (KiB) 101524

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24761
/proc/meminfo: memFree=1718512/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=519.7
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2344 0 0 0 51968 2 0 0 25 0 1 0 628204742 103960576 1920 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1920 507 235 0 24082 0
Current children cumulated CPU time (s) 519.7
Current children cumulated vsize (KiB) 101524

[startup+582.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718512/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=579.4
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2344 0 0 0 57938 2 0 0 25 0 1 0 628204742 103960576 1920 996147200 134512640 135477443 4294956224 18446744073709551615 134955678 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1920 507 235 0 24082 0
Current children cumulated CPU time (s) 579.4
Current children cumulated vsize (KiB) 101524

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718448/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=639.1
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 63908 2 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134897698 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 639.1
Current children cumulated vsize (KiB) 101524


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

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718000/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=877.91
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 87788 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134887876 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 877.91
Current children cumulated vsize (KiB) 101524

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24761
/proc/meminfo: memFree=1718000/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=937.62
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 93759 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134887902 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 937.62
Current children cumulated vsize (KiB) 101524

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24763
/proc/meminfo: memFree=1717872/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=997.32
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 99729 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134951617 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 997.32
Current children cumulated vsize (KiB) 101524

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24763
/proc/meminfo: memFree=1717872/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1057.02
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 105699 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134888074 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1057.02
Current children cumulated vsize (KiB) 101524

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24763
/proc/meminfo: memFree=1717872/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1116.72
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 111669 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134585520 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1116.72
Current children cumulated vsize (KiB) 101524

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24763
/proc/meminfo: memFree=1717872/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1176.42
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 117639 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134943318 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1176.42
Current children cumulated vsize (KiB) 101524

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24763
/proc/meminfo: memFree=1717744/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1236.12
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 123609 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134921909 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1236.12
Current children cumulated vsize (KiB) 101524

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24763
/proc/meminfo: memFree=1717680/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1295.83
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 129580 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1295.83
Current children cumulated vsize (KiB) 101524

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24763
/proc/meminfo: memFree=1717616/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1355.53
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 135550 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1355.53
Current children cumulated vsize (KiB) 101524

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 24763
/proc/meminfo: memFree=1717616/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1415.23
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 141520 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134888225 0 0 4096 0 0 0 0 17 0 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1415.23
Current children cumulated vsize (KiB) 101524

[startup+1482.3 s]
/proc/loadavg: 1.94 1.98 1.99 3/76 24816
/proc/meminfo: memFree=1861432/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1474.9
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 147487 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134887830 0 0 4096 0 0 0 0 17 1 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1474.9
Current children cumulated vsize (KiB) 101524

[startup+1542.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 24816
/proc/meminfo: memFree=1860408/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1534.67
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 153464 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134583594 0 0 4096 0 0 0 0 17 1 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1534.67
Current children cumulated vsize (KiB) 101524

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 24816
/proc/meminfo: memFree=1859896/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1594.44
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 159441 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134888034 0 0 4096 0 0 0 0 17 1 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1594.44
Current children cumulated vsize (KiB) 101524

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 24816
/proc/meminfo: memFree=1859320/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1654.2
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 165417 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134897681 0 0 4096 0 0 0 0 17 1 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1654.2
Current children cumulated vsize (KiB) 101524

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 24816
/proc/meminfo: memFree=1858936/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1713.97
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 171394 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1713.97
Current children cumulated vsize (KiB) 101524

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 24816
/proc/meminfo: memFree=1858616/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1773.73
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 177370 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134955608 0 0 4096 0 0 0 0 17 1 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1773.73
Current children cumulated vsize (KiB) 101524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 24816
/proc/meminfo: memFree=1858488/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1800.03
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 180000 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 1 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 101524

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

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

[startup+1808.7 s]
/proc/loadavg: 1.99 1.98 1.99 3/76 24816
/proc/meminfo: memFree=1858488/2055920 swapFree=4179668/4192956
[pid=24760] ppid=24758 vsize=101524 CPUtime=1800.03
/proc/24760/stat : 24760 (casperzao) R 24758 24760 23224 0 -1 4194304 2345 0 0 0 180000 3 0 0 25 0 1 0 628204742 103960576 1921 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 1 0 0
/proc/24760/statm: 25381 1921 507 235 0 24082 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 101524

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.71
CPU time (s): 1800.04
CPU user time (s): 1800
CPU system time (s): 0.038994
CPU usage (%): 99.5209
Max. virtual memory (cumulated for all children) (KiB): 101524

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

runsolver used 1.69774 second user time and 4.90325 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-04 10:19:35
IDJOB=1069344
IDBENCH=55603
IDSOLVER=361
FILE ID=node88/1069344-1215159575
PBS_JOBID= 7877438
Free space on /tmp= 66532 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-army12-21bt.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1069344-1215159575/watcher-1069344-1215159575 -o /tmp/evaluation-result-1069344-1215159575/solver-1069344-1215159575 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1069344-1215159575.xml 1393618126 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b514737dc951d40d29ed1d5e0531651a
RANDOM SEED=1393618126

node88.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1725520 kB
Buffers:         22012 kB
Cached:         129652 kB
SwapCached:       7320 kB
Active:         253488 kB
Inactive:        29712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1725520 kB
SwapTotal:     4192956 kB
SwapFree:      4179668 kB
Dirty:            3076 kB
Writeback:           0 kB
Mapped:         143624 kB
Slab:            32088 kB
Committed_AS:  1563028 kB
PageTables:       2180 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= 66556 MiB
End job on node88 at 2008-07-04 10:49:46