Trace number 1061531

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.05 1814.51

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-16c2.xml
MD5SUM51422a62c8e2e0237ca5d2c5c58755f2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.99509
Satisfiable
(Un)Satisfiability was proved
Number of variables1848
Number of constraints14727
Maximum constraint arity16
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14727
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.19/0.20	c Parsing = 1
0.48/0.52	c Building = 1
1.18/1.26	c [ NumberOfVariables = 1848 ]
1.18/1.26	c [ NumberOfConstraints = 14727 ]
1.18/1.26	c [ SizeOfSearchSpace(log2) = 1848 ]
1.18/1.26	c SymmetrySearch = 1
1.58/1.61	c [ Found 384 symmetries ]
1.58/1.67	c InitialPropagation = 1
1.58/1.68	c [ SizeOfSearchSpace(log2) = 1848 ]
1.58/1.68	c InitialSAC = 1
3.65/3.71	c [ SizeOfSearchSpace(log2) = 1844 ]
3.65/3.71	c Search(SampleFF) : 
96.64/97.51	c [ Sampling domwdeg ]
96.64/97.51	c [ Sampling impacts ]
96.64/97.51	c [ Sampling la ]
96.64/97.51	c [ SamplingScores: ]
96.64/97.51	c [ domwdeg+min = 0.0174571 | domwdeg+rnd = 0.0194601 ]
96.64/97.51	c [ impacts+min = 0.000194266 | impacts+rnd = 0.00452814 ]
96.64/97.51	c [ la+min = 0.0011733 | la+rnd = 0.00400346 ]
96.64/97.51	c [ domwdeg = 0.0184586 | impacts = 0.0023612 | la = 0.00258838 ]
96.64/97.51	c [ min = 0.00627489 | rand = 0.0023612 ]
96.64/97.51	c [ restarting at (0.141429,1.45565e-20) ]
97.04/97.96	c [ restarting at (0.353571,1.45565e-20) ]
98.03/98.91	c [ restarting at (0.883929,4.15763e-18) ]
100.31/101.28	c [ restarting at (2.20982,4.99271e-16) ]
106.25/107.21	c [ restarting at (5.52455,8.76648e-15) ]
120.92/122.03	c [ restarting at (13.8114,1.90176e-13) ]
157.60/159.05	c [ restarting at (34.5285,3.09199e-12) ]
249.26/251.59	c [ restarting at (86.3211,4.82221e-10) ]
478.53/482.89	c [ restarting at (215.803,3.84004e-09) ]
1051.79/1061.15	c [ restarting at (539.507,1.44412e-09) ]
1601.90/1616.13	c [ restarting at (1348.77,2.48732e-10) ]

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

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: 1.86 1.97 1.99 4/81 17991
/proc/meminfo: memFree=1619216/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=1056 CPUtime=0
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1992275299 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 8413988 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 264 26 20 235 0 3 0

[startup+0.048229 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 17991
/proc/meminfo: memFree=1619216/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=5976 CPUtime=0.03
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 595 0 0 0 3 0 0 0 18 0 1 0 1992275299 6119424 555 996147200 134512640 135477443 4294956224 18446744073709551615 134755060 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 1494 555 370 235 0 195 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5976

[startup+0.101238 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 17991
/proc/meminfo: memFree=1619216/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=6504 CPUtime=0.09
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 734 0 0 0 9 0 0 0 18 0 1 0 1992275299 6660096 694 996147200 134512640 135477443 4294956224 18446744073709551615 8855169 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 1626 694 370 235 0 327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6504

[startup+0.301274 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 17991
/proc/meminfo: memFree=1619216/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=8616 CPUtime=0.28
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 1258 0 0 0 28 0 0 0 19 0 1 0 1992275299 8822784 1218 996147200 134512640 135477443 4294956224 18446744073709551615 134774153 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 2154 1218 370 235 0 855 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8616

[startup+0.701347 s]
/proc/loadavg: 1.86 1.97 1.99 4/81 17991
/proc/meminfo: memFree=1619216/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=104616 CPUtime=0.68
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 5791 0 0 0 58 10 0 0 23 0 1 0 1992275299 107126784 2205 996147200 134512640 135477443 4294956224 18446744073709551615 134557694 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 26154 2205 421 235 0 24855 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 104616

[startup+1.5025 s]
/proc/loadavg: 1.86 1.97 1.99 3/82 17992
/proc/meminfo: memFree=1609992/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=117972 CPUtime=1.48
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 20681 0 0 0 101 47 0 0 25 0 1 0 1992275299 120803328 5827 996147200 134512640 135477443 4294956224 18446744073709551615 134532279 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 29493 5827 456 235 0 28194 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117972

[startup+3.10178 s]
/proc/loadavg: 1.86 1.97 1.99 3/82 17992
/proc/meminfo: memFree=1600648/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=3.05
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22165 0 0 0 258 47 0 0 25 0 1 0 1992275299 114581504 5030 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5030 480 235 0 26675 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 111896

[startup+6.30136 s]
/proc/loadavg: 1.87 1.97 1.99 3/82 17992
/proc/meminfo: memFree=1600520/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=6.23
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22238 0 0 0 576 47 0 0 25 0 1 0 1992275299 114581504 5103 996147200 134512640 135477443 4294956224 18446744073709551615 134880319 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5103 499 235 0 26675 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 111896

[startup+12.7015 s]
/proc/loadavg: 1.88 1.97 1.99 3/82 17992
/proc/meminfo: memFree=1600456/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=12.57
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22240 0 0 0 1210 47 0 0 25 0 1 0 1992275299 114581504 5105 996147200 134512640 135477443 4294956224 18446744073709551615 135270826 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5105 499 235 0 26675 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 111896

[startup+25.5018 s]
/proc/loadavg: 1.91 1.97 1.99 3/82 17992
/proc/meminfo: memFree=1600456/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=25.26
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22252 0 0 0 2478 48 0 0 25 0 1 0 1992275299 114581504 5117 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5117 500 235 0 26675 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 111896

[startup+51.1014 s]
/proc/loadavg: 1.94 1.97 1.99 3/82 17992
/proc/meminfo: memFree=1600328/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=50.63
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22307 0 0 0 5015 48 0 0 25 0 1 0 1992275299 114581504 5172 996147200 134512640 135477443 4294956224 18446744073709551615 134695407 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5172 501 235 0 26675 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 111896

[startup+102.307 s]
/proc/loadavg: 1.97 1.97 1.99 3/82 17992
/proc/meminfo: memFree=1599752/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=101.4
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22412 0 0 0 10091 49 0 0 25 0 1 0 1992275299 114581504 5277 996147200 134512640 135477443 4294956224 18446744073709551615 135208659 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5277 502 235 0 26675 0
Current children cumulated CPU time (s) 101.4
Current children cumulated vsize (KiB) 111896

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17992
/proc/meminfo: memFree=1599432/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=160.87
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22451 0 0 0 16038 49 0 0 25 0 1 0 1992275299 114581504 5316 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5316 502 235 0 26675 0
Current children cumulated CPU time (s) 160.87
Current children cumulated vsize (KiB) 111896

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17998
/proc/meminfo: memFree=1599240/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=220.31
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22452 0 0 0 21982 49 0 0 25 0 1 0 1992275299 114581504 5317 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5317 502 235 0 26675 0
Current children cumulated CPU time (s) 220.31
Current children cumulated vsize (KiB) 111896

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17998
/proc/meminfo: memFree=1599240/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=279.8
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22465 0 0 0 27930 50 0 0 25 0 1 0 1992275299 114581504 5330 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5330 502 235 0 26675 0
Current children cumulated CPU time (s) 279.8
Current children cumulated vsize (KiB) 111896

[startup+342.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17998
/proc/meminfo: memFree=1599240/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=339.27
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22467 0 0 0 33877 50 0 0 25 0 1 0 1992275299 114581504 5332 996147200 134512640 135477443 4294956224 18446744073709551615 135268567 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5332 502 235 0 26675 0
Current children cumulated CPU time (s) 339.27
Current children cumulated vsize (KiB) 111896

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17998
/proc/meminfo: memFree=1599176/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=398.74
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22467 0 0 0 39824 50 0 0 25 0 1 0 1992275299 114581504 5332 996147200 134512640 135477443 4294956224 18446744073709551615 134674258 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5332 502 235 0 26675 0
Current children cumulated CPU time (s) 398.74
Current children cumulated vsize (KiB) 111896

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17998
/proc/meminfo: memFree=1599112/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=458.21
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22473 0 0 0 45770 51 0 0 25 0 1 0 1992275299 114581504 5338 996147200 134512640 135477443 4294956224 18446744073709551615 134586768 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5338 502 235 0 26675 0
Current children cumulated CPU time (s) 458.21
Current children cumulated vsize (KiB) 111896

[startup+522.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17998
/proc/meminfo: memFree=1599048/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=517.68
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22487 0 0 0 51717 51 0 0 25 0 1 0 1992275299 114581504 5352 996147200 134512640 135477443 4294956224 18446744073709551615 135208674 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5352 502 235 0 26675 0
Current children cumulated CPU time (s) 517.68
Current children cumulated vsize (KiB) 111896

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17998
/proc/meminfo: memFree=1598920/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=577.16
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22487 0 0 0 57665 51 0 0 25 0 1 0 1992275299 114581504 5352 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5352 502 235 0 26675 0
Current children cumulated CPU time (s) 577.16
Current children cumulated vsize (KiB) 111896

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/82 17998
/proc/meminfo: memFree=1598920/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=636.64
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22487 0 0 0 63612 52 0 0 25 0 1 0 1992275299 114581504 5352 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5352 502 235 0 26675 0
Current children cumulated CPU time (s) 636.64
Current children cumulated vsize (KiB) 111896


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

[startup+882.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598856/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=874.55
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22488 0 0 0 87401 54 0 0 25 0 1 0 1992275299 114581504 5353 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5353 502 235 0 26675 0
Current children cumulated CPU time (s) 874.55
Current children cumulated vsize (KiB) 111896

[startup+942.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598792/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=934.03
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22488 0 0 0 93349 54 0 0 25 0 1 0 1992275299 114581504 5353 996147200 134512640 135477443 4294956224 18446744073709551615 134586826 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5353 502 235 0 26675 0
Current children cumulated CPU time (s) 934.03
Current children cumulated vsize (KiB) 111896

[startup+1002.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598792/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=993.49
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22488 0 0 0 99295 54 0 0 25 0 1 0 1992275299 114581504 5353 996147200 134512640 135477443 4294956224 18446744073709551615 134942193 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5353 502 235 0 26675 0
Current children cumulated CPU time (s) 993.49
Current children cumulated vsize (KiB) 111896

[startup+1062.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598664/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1052.98
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22495 0 0 0 105243 55 0 0 25 0 1 0 1992275299 114581504 5360 996147200 134512640 135477443 4294956224 18446744073709551615 134586761 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5360 502 235 0 26675 0
Current children cumulated CPU time (s) 1052.98
Current children cumulated vsize (KiB) 111896

[startup+1122.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598536/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1112.45
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22498 0 0 0 111190 55 0 0 25 0 1 0 1992275299 114581504 5363 996147200 134512640 135477443 4294956224 18446744073709551615 134586004 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5363 502 235 0 26675 0
Current children cumulated CPU time (s) 1112.45
Current children cumulated vsize (KiB) 111896

[startup+1182.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598536/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1171.92
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22499 0 0 0 117136 56 0 0 25 0 1 0 1992275299 114581504 5364 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5364 502 235 0 26675 0
Current children cumulated CPU time (s) 1171.92
Current children cumulated vsize (KiB) 111896

[startup+1242.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598408/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1231.39
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22499 0 0 0 123083 56 0 0 25 0 1 0 1992275299 114581504 5364 996147200 134512640 135477443 4294956224 18446744073709551615 134586766 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5364 502 235 0 26675 0
Current children cumulated CPU time (s) 1231.39
Current children cumulated vsize (KiB) 111896

[startup+1302.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598280/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1290.87
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22499 0 0 0 129031 56 0 0 25 0 1 0 1992275299 114581504 5364 996147200 134512640 135477443 4294956224 18446744073709551615 135268056 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5364 502 235 0 26675 0
Current children cumulated CPU time (s) 1290.87
Current children cumulated vsize (KiB) 111896

[startup+1362.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598280/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1350.34
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22499 0 0 0 134977 57 0 0 25 0 1 0 1992275299 114581504 5364 996147200 134512640 135477443 4294956224 18446744073709551615 134679658 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5364 502 235 0 26675 0
Current children cumulated CPU time (s) 1350.34
Current children cumulated vsize (KiB) 111896

[startup+1422.31 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598280/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1409.81
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22500 0 0 0 140924 57 0 0 25 0 1 0 1992275299 114581504 5365 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5365 502 235 0 26675 0
Current children cumulated CPU time (s) 1409.81
Current children cumulated vsize (KiB) 111896

[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598280/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1469.28
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22501 0 0 0 146871 57 0 0 25 0 1 0 1992275299 114581504 5366 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5366 502 235 0 26675 0
Current children cumulated CPU time (s) 1469.28
Current children cumulated vsize (KiB) 111896

[startup+1542.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598216/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1528.76
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22501 0 0 0 152818 58 0 0 25 0 1 0 1992275299 114581504 5366 996147200 134512640 135477443 4294956224 18446744073709551615 135208666 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5366 502 235 0 26675 0
Current children cumulated CPU time (s) 1528.76
Current children cumulated vsize (KiB) 111896

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/82 17998
/proc/meminfo: memFree=1598152/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1588.24
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22501 0 0 0 158766 58 0 0 25 0 1 0 1992275299 114581504 5366 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 1 0 0
/proc/17991/statm: 27974 5366 502 235 0 26675 0
Current children cumulated CPU time (s) 1588.24
Current children cumulated vsize (KiB) 111896

[startup+1662.3 s]
/proc/loadavg: 1.87 1.94 1.98 3/69 18380
/proc/meminfo: memFree=1661424/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1648
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22513 0 0 0 164732 68 0 0 25 0 1 0 1992275299 114581504 5378 996147200 134512640 135477443 4294956224 18446744073709551615 135208648 0 0 4096 0 0 0 0 17 0 0 0
/proc/17991/statm: 27974 5378 502 235 0 26675 0
Current children cumulated CPU time (s) 1648
Current children cumulated vsize (KiB) 111896

[startup+1722.3 s]
/proc/loadavg: 1.95 1.95 1.98 3/94 18451
/proc/meminfo: memFree=1547304/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1707.91
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22513 0 0 0 170704 87 0 0 25 0 1 0 1992275299 114581504 5378 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 0 0 0
/proc/17991/statm: 27974 5378 502 235 0 26675 0
Current children cumulated CPU time (s) 1707.91
Current children cumulated vsize (KiB) 111896

[startup+1782.3 s]
/proc/loadavg: 1.98 1.95 1.98 3/94 18451
/proc/meminfo: memFree=1547112/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1767.85
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22513 0 0 0 176698 87 0 0 25 0 1 0 1992275299 114581504 5378 996147200 134512640 135477443 4294956224 18446744073709551615 134586225 0 0 4096 0 0 0 0 17 0 0 0
/proc/17991/statm: 27974 5378 502 235 0 26675 0
Current children cumulated CPU time (s) 1767.85
Current children cumulated vsize (KiB) 111896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 1.99 1.96 1.98 3/94 18451
/proc/meminfo: memFree=1547112/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1800.04
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22513 0 0 0 179916 88 0 0 25 0 1 0 1992275299 114581504 5378 996147200 134512640 135477443 4294956224 18446744073709551615 134695841 0 0 4096 0 0 0 0 17 0 0 0
/proc/17991/statm: 27974 5378 502 235 0 26675 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 111896

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

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

[startup+1814.5 s]
/proc/loadavg: 1.99 1.96 1.98 3/94 18451
/proc/meminfo: memFree=1547112/2055920 swapFree=4110800/4192956
[pid=17991] ppid=17989 vsize=111896 CPUtime=1800.04
/proc/17991/stat : 17991 (casperzao) R 17989 17991 17268 0 -1 4194304 22513 0 0 0 179916 88 0 0 25 0 1 0 1992275299 114581504 5378 996147200 134512640 135477443 4294956224 18446744073709551615 134695841 0 0 4096 0 0 0 0 17 0 0 0
/proc/17991/statm: 27974 5378 502 235 0 26675 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 111896

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.51
CPU time (s): 1800.05
CPU user time (s): 1799.16
CPU system time (s): 0.883865
CPU usage (%): 99.2029
Max. virtual memory (cumulated for all children) (KiB): 119296

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

runsolver used 1.9827 second user time and 5.00424 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-04 02:57:44
IDJOB=1061531
IDBENCH=54566
IDSOLVER=361
FILE ID=node70/1061531-1215133064
PBS_JOBID= 7877217
Free space on /tmp= 66432 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-16c2.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061531-1215133064/watcher-1061531-1215133064 -o /tmp/evaluation-result-1061531-1215133064/solver-1061531-1215133064 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1061531-1215133064.xml 1116522217 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 51422a62c8e2e0237ca5d2c5c58755f2
RANDOM SEED=1116522217

node70.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.256
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.256
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:       1619696 kB
Buffers:         19240 kB
Cached:         182216 kB
SwapCached:      75984 kB
Active:         221880 kB
Inactive:       151684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619696 kB
SwapTotal:     4192956 kB
SwapFree:      4110800 kB
Dirty:            5164 kB
Writeback:           0 kB
Mapped:         188528 kB
Slab:            47488 kB
Committed_AS:  4844272 kB
PageTables:       2136 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= 66412 MiB
End job on node70 at 2008-07-04 03:28:01