Trace number 1077673

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.06 1801.01

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-60-3-7.xml
MD5SUM5866af5ead352001151468fcabeecdff
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 benchmark39.8789
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity10
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

1.78/1.89	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
1.78/1.89	c Parsing = 1
1.78/1.89	c Building = 1
1.78/1.89	c [ NumberOfVariables = 100 ]
1.78/1.89	c [ NumberOfConstraints = 60 ]
1.78/1.89	c [ SizeOfSearchSpace(log2) = 480.735 ]
1.78/1.89	c SymmetrySearch = 1
1.78/1.89	c [ Found 6 symmetries ]
1.78/1.89	c InitialPropagation = 1
1.78/1.89	c [ SizeOfSearchSpace(log2) = 440.819 ]
1.78/1.89	c InitialSAC = 1
5.87/5.95	c [ SizeOfSearchSpace(log2) = 428.856 ]
5.87/5.95	c Search(SampleFF) : 
82.90/83.31	c [ Sampling domwdeg ]
82.90/83.31	c [ Sampling impacts ]
82.90/83.31	c [ Sampling la ]
82.90/83.31	c [ SamplingScores: ]
82.90/83.31	c [ domwdeg+min = 1.64541e-05 | domwdeg+rnd = 0.000437926 ]
82.90/83.31	c [ impacts+min = 0.00284859 | impacts+rnd = 0.00937393 ]
82.90/83.31	c [ la+min = 0.0469066 | la+rnd = 0.00143047 ]
82.90/83.31	c [ domwdeg = 0.00022719 | impacts = 0.00611126 | la = 0.0241686 ]
82.90/83.31	c [ min = 0.0165906 | rand = 0.00611126 ]
82.90/83.31	c [ restarting at (3.20163,0.00396826) ]
91.26/91.72	c [ restarting at (8.00408,0.0892637) ]
104.11/104.61	c [ restarting at (20.0102,0.00595235) ]

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

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.71 2.25 2.09 4/82 23418
/proc/meminfo: memFree=749064/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=18572 CPUtime=0
/proc/23418/stat : 23418 (runsolver) R 23416 23418 19527 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1998394804 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 231962373415 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23418/statm: 4643 292 257 25 0 2626 0

[startup+0.218573 s]
/proc/loadavg: 2.71 2.25 2.09 4/82 23418
/proc/meminfo: memFree=749064/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=287116 CPUtime=0.2
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 962 0 0 0 20 0 0 0 19 0 1 0 1998394804 294006784 657 996147200 134512640 135477443 4294956224 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 71779 657 466 235 0 70480 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 287116

[startup+0.301547 s]
/proc/loadavg: 2.71 2.25 2.09 4/82 23418
/proc/meminfo: memFree=749064/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=287116 CPUtime=0.28
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1079 0 0 0 28 0 0 0 19 0 1 0 1998394804 294006784 673 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 71779 673 466 235 0 70480 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 287116

[startup+0.401522 s]
/proc/loadavg: 2.71 2.25 2.09 4/82 23418
/proc/meminfo: memFree=749064/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=287248 CPUtime=0.38
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1184 0 0 0 38 0 0 0 20 0 1 0 1998394804 294141952 684 996147200 134512640 135477443 4294956224 18446744073709551615 134942353 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 71812 684 466 235 0 70513 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 287248

[startup+0.701442 s]
/proc/loadavg: 2.71 2.25 2.09 4/82 23418
/proc/meminfo: memFree=749064/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=287380 CPUtime=0.68
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1449 0 0 0 68 0 0 0 23 0 1 0 1998394804 294277120 720 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 71845 720 466 235 0 70546 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 287380

[startup+1.50124 s]
/proc/loadavg: 2.71 2.25 2.09 4/83 23419
/proc/meminfo: memFree=733632/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1.48
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1843 0 0 0 148 0 0 0 25 0 1 0 1998394804 102428672 844 996147200 134512640 135477443 4294956224 18446744073709551615 134673693 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 844 514 235 0 23708 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100028

[startup+3.10182 s]
/proc/loadavg: 2.71 2.25 2.09 3/83 23419
/proc/meminfo: memFree=719104/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=3.08
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1858 0 0 0 308 0 0 0 25 0 1 0 1998394804 102428672 859 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 859 514 235 0 23708 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 100028

[startup+6.30198 s]
/proc/loadavg: 2.82 2.28 2.10 3/83 23419
/proc/meminfo: memFree=678016/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=6.26
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1898 0 0 0 624 2 0 0 25 0 1 0 1998394804 102428672 899 996147200 134512640 135477443 4294956224 18446744073709551615 134879503 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 899 517 235 0 23708 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 100028

[startup+12.7013 s]
/proc/loadavg: 2.83 2.29 2.10 3/83 23419
/proc/meminfo: memFree=597184/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=12.62
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1899 0 0 0 1257 5 0 0 25 0 1 0 1998394804 102428672 900 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 900 517 235 0 23708 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 100028

[startup+25.507 s]
/proc/loadavg: 2.94 2.34 2.12 3/83 23419
/proc/meminfo: memFree=433664/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=25.38
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1905 0 0 0 2531 7 0 0 25 0 1 0 1998394804 102428672 906 996147200 134512640 135477443 4294956224 18446744073709551615 134879500 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 906 517 235 0 23708 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 100028

[startup+51.1013 s]
/proc/loadavg: 3.02 2.41 2.15 3/83 23419
/proc/meminfo: memFree=122048/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=50.85
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1920 0 0 0 5072 13 0 0 25 0 1 0 1998394804 102428672 921 996147200 134512640 135477443 4294956224 18446744073709551615 134585563 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 921 517 235 0 23708 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 100028

[startup+102.302 s]
/proc/loadavg: 3.13 2.53 2.20 4/83 23419
/proc/meminfo: memFree=15232/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=101.82
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1960 0 0 0 10160 22 0 0 25 0 1 0 1998394804 102428672 961 996147200 134512640 135477443 4294956224 18446744073709551615 134695855 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 961 518 235 0 23708 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 100028

[startup+162.301 s]
/proc/loadavg: 2.45 2.44 2.19 3/73 23446
/proc/meminfo: memFree=1945360/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=161.57
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1968 0 0 0 16132 25 0 0 25 0 1 0 1998394804 102428672 969 996147200 134512640 135477443 4294956224 18446744073709551615 134695360 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 969 518 235 0 23708 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 100028

[startup+222.302 s]
/proc/loadavg: 2.16 2.36 2.17 3/73 23446
/proc/meminfo: memFree=1945168/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=221.37
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1977 0 0 0 22111 26 0 0 25 0 1 0 1998394804 102428672 978 996147200 134512640 135477443 4294956224 18446744073709551615 134585563 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 978 518 235 0 23708 0
Current children cumulated CPU time (s) 221.37
Current children cumulated vsize (KiB) 100028

[startup+282.301 s]
/proc/loadavg: 2.02 2.28 2.16 3/81 23572
/proc/meminfo: memFree=1904656/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=281.32
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1977 0 0 0 28102 30 0 0 25 0 1 0 1998394804 102428672 978 996147200 134512640 135477443 4294956224 18446744073709551615 134872801 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 978 518 235 0 23708 0
Current children cumulated CPU time (s) 281.32
Current children cumulated vsize (KiB) 100028

[startup+342.307 s]
/proc/loadavg: 2.01 2.22 2.15 3/81 23572
/proc/meminfo: memFree=1904528/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=341.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1977 0 0 0 34103 31 0 0 25 0 1 0 1998394804 102428672 978 996147200 134512640 135477443 4294956224 18446744073709551615 134879850 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 978 518 235 0 23708 0
Current children cumulated CPU time (s) 341.34
Current children cumulated vsize (KiB) 100028

[startup+402.301 s]
/proc/loadavg: 2.07 2.20 2.14 3/81 23572
/proc/meminfo: memFree=1904464/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=401.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1977 0 0 0 40103 31 0 0 25 0 1 0 1998394804 102428672 978 996147200 134512640 135477443 4294956224 18446744073709551615 134879445 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 978 518 235 0 23708 0
Current children cumulated CPU time (s) 401.34
Current children cumulated vsize (KiB) 100028

[startup+462.301 s]
/proc/loadavg: 2.02 2.16 2.13 3/81 23572
/proc/meminfo: memFree=1904464/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=461.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1978 0 0 0 46103 31 0 0 25 0 1 0 1998394804 102428672 979 996147200 134512640 135477443 4294956224 18446744073709551615 134942430 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 979 518 235 0 23708 0
Current children cumulated CPU time (s) 461.34
Current children cumulated vsize (KiB) 100028

[startup+522.302 s]
/proc/loadavg: 2.01 2.13 2.12 3/81 23572
/proc/meminfo: memFree=1904400/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=521.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1978 0 0 0 52103 31 0 0 25 0 1 0 1998394804 102428672 979 996147200 134512640 135477443 4294956224 18446744073709551615 134942400 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 979 518 235 0 23708 0
Current children cumulated CPU time (s) 521.34
Current children cumulated vsize (KiB) 100028

[startup+582.301 s]
/proc/loadavg: 2.00 2.10 2.10 3/81 23572
/proc/meminfo: memFree=1904336/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=581.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1978 0 0 0 58103 31 0 0 25 0 1 0 1998394804 102428672 979 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 979 518 235 0 23708 0
Current children cumulated CPU time (s) 581.34
Current children cumulated vsize (KiB) 100028

[startup+642.302 s]
/proc/loadavg: 2.00 2.08 2.09 3/81 23572
/proc/meminfo: memFree=1904272/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=641.33
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1978 0 0 0 64102 31 0 0 25 0 1 0 1998394804 102428672 979 996147200 134512640 135477443 4294956224 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 979 518 235 0 23708 0
Current children cumulated CPU time (s) 641.33
Current children cumulated vsize (KiB) 100028


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

[startup+822.302 s]
/proc/loadavg: 2.00 2.05 2.08 3/81 23572
/proc/meminfo: memFree=1904080/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=821.33
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1982 0 0 0 82102 31 0 0 25 0 1 0 1998394804 102428672 983 996147200 134512640 135477443 4294956224 18446744073709551615 134879547 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 983 518 235 0 23708 0
Current children cumulated CPU time (s) 821.33
Current children cumulated vsize (KiB) 100028

[startup+882.301 s]
/proc/loadavg: 2.00 2.04 2.07 3/81 23572
/proc/meminfo: memFree=1904016/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=881.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1987 0 0 0 88103 31 0 0 25 0 1 0 1998394804 102428672 988 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 988 518 235 0 23708 0
Current children cumulated CPU time (s) 881.34
Current children cumulated vsize (KiB) 100028

[startup+942.301 s]
/proc/loadavg: 2.06 2.04 2.07 3/81 23572
/proc/meminfo: memFree=1903952/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=941.33
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1987 0 0 0 94102 31 0 0 25 0 1 0 1998394804 102428672 988 996147200 134512640 135477443 4294956224 18446744073709551615 134583426 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 988 518 235 0 23708 0
Current children cumulated CPU time (s) 941.33
Current children cumulated vsize (KiB) 100028

[startup+1002.31 s]
/proc/loadavg: 2.02 2.03 2.06 3/81 23572
/proc/meminfo: memFree=1903888/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1001.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1987 0 0 0 100103 31 0 0 25 0 1 0 1998394804 102428672 988 996147200 134512640 135477443 4294956224 18446744073709551615 134879474 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 988 518 235 0 23708 0
Current children cumulated CPU time (s) 1001.34
Current children cumulated vsize (KiB) 100028

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.06 3/81 23572
/proc/meminfo: memFree=1903888/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1061.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1987 0 0 0 106102 32 0 0 25 0 1 0 1998394804 102428672 988 996147200 134512640 135477443 4294956224 18446744073709551615 134585520 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 988 518 235 0 23708 0
Current children cumulated CPU time (s) 1061.34
Current children cumulated vsize (KiB) 100028

[startup+1122.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/81 23572
/proc/meminfo: memFree=1903824/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1121.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1987 0 0 0 112102 32 0 0 25 0 1 0 1998394804 102428672 988 996147200 134512640 135477443 4294956224 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 988 518 235 0 23708 0
Current children cumulated CPU time (s) 1121.34
Current children cumulated vsize (KiB) 100028

[startup+1182.3 s]
/proc/loadavg: 2.11 2.04 2.06 3/81 23572
/proc/meminfo: memFree=1903760/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1181.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1988 0 0 0 118102 32 0 0 25 0 1 0 1998394804 102428672 989 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 989 518 235 0 23708 0
Current children cumulated CPU time (s) 1181.34
Current children cumulated vsize (KiB) 100028

[startup+1242.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/81 23572
/proc/meminfo: memFree=1903568/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1241.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1988 0 0 0 124102 32 0 0 25 0 1 0 1998394804 102428672 989 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 989 518 235 0 23708 0
Current children cumulated CPU time (s) 1241.34
Current children cumulated vsize (KiB) 100028

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/81 23572
/proc/meminfo: memFree=1903568/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1301.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 1999 0 0 0 130102 32 0 0 25 0 1 0 1998394804 102428672 1000 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1000 518 235 0 23708 0
Current children cumulated CPU time (s) 1301.34
Current children cumulated vsize (KiB) 100028

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/81 23572
/proc/meminfo: memFree=1903504/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1361.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 2001 0 0 0 136102 32 0 0 25 0 1 0 1998394804 102428672 1002 996147200 134512640 135477443 4294956224 18446744073709551615 134942400 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1002 518 235 0 23708 0
Current children cumulated CPU time (s) 1361.34
Current children cumulated vsize (KiB) 100028

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/81 23572
/proc/meminfo: memFree=1903504/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1421.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 2001 0 0 0 142102 32 0 0 25 0 1 0 1998394804 102428672 1002 996147200 134512640 135477443 4294956224 18446744073709551615 134879547 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1002 518 235 0 23708 0
Current children cumulated CPU time (s) 1421.34
Current children cumulated vsize (KiB) 100028

[startup+1482.3 s]
/proc/loadavg: 2.05 2.02 2.03 3/81 23572
/proc/meminfo: memFree=1903440/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1481.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 2001 0 0 0 148102 32 0 0 25 0 1 0 1998394804 102428672 1002 996147200 134512640 135477443 4294956224 18446744073709551615 134583631 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1002 518 235 0 23708 0
Current children cumulated CPU time (s) 1481.34
Current children cumulated vsize (KiB) 100028

[startup+1542.3 s]
/proc/loadavg: 2.02 2.02 2.03 3/81 23572
/proc/meminfo: memFree=1903376/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1541.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 2001 0 0 0 154102 32 0 0 25 0 1 0 1998394804 102428672 1002 996147200 134512640 135477443 4294956224 18446744073709551615 134585566 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1002 518 235 0 23708 0
Current children cumulated CPU time (s) 1541.34
Current children cumulated vsize (KiB) 100028

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/81 23572
/proc/meminfo: memFree=1903376/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1601.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 2003 0 0 0 160102 32 0 0 25 0 1 0 1998394804 102428672 1004 996147200 134512640 135477443 4294956224 18446744073709551615 134879498 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1004 518 235 0 23708 0
Current children cumulated CPU time (s) 1601.34
Current children cumulated vsize (KiB) 100028

[startup+1662.31 s]
/proc/loadavg: 2.00 2.01 2.02 3/81 23572
/proc/meminfo: memFree=1903376/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1661.35
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 2007 0 0 0 166103 32 0 0 25 0 1 0 1998394804 102428672 1008 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1008 518 235 0 23708 0
Current children cumulated CPU time (s) 1661.35
Current children cumulated vsize (KiB) 100028

[startup+1722.3 s]
/proc/loadavg: 2.08 2.02 2.02 3/81 23572
/proc/meminfo: memFree=1903312/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1721.34
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 2007 0 0 0 172102 32 0 0 25 0 1 0 1998394804 102428672 1008 996147200 134512640 135477443 4294956224 18446744073709551615 134872800 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1008 518 235 0 23708 0
Current children cumulated CPU time (s) 1721.34
Current children cumulated vsize (KiB) 100028

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.01 3/81 23572
/proc/meminfo: memFree=1903120/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1781.35
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 2007 0 0 0 178102 33 0 0 25 0 1 0 1998394804 102428672 1008 996147200 134512640 135477443 4294956224 18446744073709551615 134585531 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1008 518 235 0 23708 0
Current children cumulated CPU time (s) 1781.35
Current children cumulated vsize (KiB) 100028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.02 2.01 2.01 3/81 23572
/proc/meminfo: memFree=1903120/2055920 swapFree=4180112/4192956
[pid=23418] ppid=23416 vsize=100028 CPUtime=1800.05
/proc/23418/stat : 23418 (casperzao) R 23416 23418 19527 0 -1 4194304 2007 0 0 0 179972 33 0 0 25 0 1 0 1998394804 102428672 1008 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/23418/statm: 25007 1008 518 235 0 23708 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 100028

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.01
CPU time (s): 1800.06
CPU user time (s): 1799.73
CPU system time (s): 0.331949
CPU usage (%): 99.9474
Max. virtual memory (cumulated for all children) (KiB): 287380

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

runsolver used 1.69674 second user time and 4.86826 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 19:56:42
IDJOB=1077673
IDBENCH=56699
IDSOLVER=361
FILE ID=node16/1077673-1215194202
PBS_JOBID= 7881533
Free space on /tmp= 65664 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-60-3-7.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077673-1215194202/watcher-1077673-1215194202 -o /tmp/evaluation-result-1077673-1215194202/solver-1077673-1215194202 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1077673-1215194202.xml 789956946 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5866af5ead352001151468fcabeecdff
RANDOM SEED=789956946

node16.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.213
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.213
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:        749672 kB
Buffers:         69844 kB
Cached:        1131212 kB
SwapCached:       7100 kB
Active:        1076352 kB
Inactive:       149608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        749672 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:          210556 kB
Writeback:           0 kB
Mapped:          41428 kB
Slab:            65480 kB
Committed_AS:  3493880 kB
PageTables:       1972 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node16 at 2008-07-04 20:26:45