Trace number 1057367

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.03 1805.01

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-3-3.xml
MD5SUM731de278672e01032a698d5eefd6377a
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 benchmark719.109
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity6
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.20	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.20	c Parsing = 1
0.00/0.20	c Building = 1
0.88/0.96	c [ NumberOfVariables = 100 ]
0.88/0.96	c [ NumberOfConstraints = 40 ]
0.88/0.96	c [ SizeOfSearchSpace(log2) = 658.496 ]
0.88/0.96	c SymmetrySearch = 1
0.88/0.96	c [ Found 2.09228e+13 symmetries ]
0.88/0.96	c InitialPropagation = 1
0.88/0.97	c [ SizeOfSearchSpace(log2) = 607.257 ]
0.88/0.97	c InitialSAC = 1
10.89/11.10	c [ SizeOfSearchSpace(log2) = 584.314 ]
10.89/11.10	c Search(SampleFF) : 
96.26/97.12	c [ Sampling domwdeg ]
96.26/97.12	c [ Sampling impacts ]
96.26/97.12	c [ Sampling la ]
96.26/97.12	c [ SamplingScores: ]
96.26/97.12	c [ domwdeg+min = 2.51591e-07 | domwdeg+rnd = 9.50417e-07 ]
96.26/97.12	c [ impacts+min = 1.68544e-05 | impacts+rnd = 0.000103317 ]
96.26/97.12	c [ la+min = 4.40443e-05 | la+rnd = 0.000938948 ]
96.26/97.12	c [ domwdeg = 6.01004e-07 | impacts = 6.00857e-05 | la = 0.000491496 ]
96.26/97.12	c [ min = 2.03834e-05 | rand = 6.00857e-05 ]
96.26/97.12	c [ restarting at (4.52802,0.0277624) ]
108.26/109.27	c [ restarting at (11.3201,3.87461e-08) ]
138.40/139.62	c [ restarting at (28.3001,0.0277624) ]
213.56/215.44	c [ restarting at (70.7504,5.57454e-07) ]
401.54/405.09	c [ restarting at (176.876,4.81481e-05) ]
512.69/517.10	c [ restarting at (442.19,0.0140778) ]
1617.99/1622.99	c [ restarting at (1105.47,2.41483e-05) ]

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

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.99 1.97 1.91 4/80 2929
/proc/meminfo: memFree=1334220/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=1056 CPUtime=0
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1990035146 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 4727588 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 264 26 20 235 0 3 0

[startup+0.209213 s]
/proc/loadavg: 1.99 1.97 1.91 4/80 2929
/proc/meminfo: memFree=1334220/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=286844 CPUtime=0.19
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 844 0 0 0 19 0 0 0 19 0 1 0 1990035146 293728256 591 996147200 134512640 135477443 4294956224 18446744073709551615 134585529 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 71711 591 466 235 0 70412 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 286844

[startup+0.301226 s]
/proc/loadavg: 1.99 1.97 1.91 4/80 2929
/proc/meminfo: memFree=1334220/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=286844 CPUtime=0.28
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 1016 0 0 0 28 0 0 0 19 0 1 0 1990035146 293728256 599 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 71711 599 466 235 0 70412 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 286844

[startup+0.401245 s]
/proc/loadavg: 1.99 1.97 1.91 4/80 2929
/proc/meminfo: memFree=1334220/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=286844 CPUtime=0.38
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 1113 0 0 0 38 0 0 0 20 0 1 0 1990035146 293728256 609 996147200 134512640 135477443 4294956224 18446744073709551615 134586264 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 71711 609 466 235 0 70412 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 286844

[startup+0.701299 s]
/proc/loadavg: 1.99 1.97 1.91 4/80 2929
/proc/meminfo: memFree=1334220/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=286976 CPUtime=0.68
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 1542 0 0 0 68 0 0 0 23 0 1 0 1990035146 293863424 637 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 71744 637 466 235 0 70445 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 286976

[startup+1.50144 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 2930
/proc/meminfo: memFree=1333188/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99596 CPUtime=1.47
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 1901 0 0 0 147 0 0 0 25 0 1 0 1990035146 101986304 746 996147200 134512640 135477443 4294956224 18446744073709551615 134583413 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24899 746 513 235 0 23600 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99596

[startup+3.10174 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 2930
/proc/meminfo: memFree=1332996/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99596 CPUtime=3.06
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 1919 0 0 0 306 0 0 0 25 0 1 0 1990035146 101986304 764 996147200 134512640 135477443 4294956224 18446744073709551615 134880302 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24899 764 513 235 0 23600 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99596

[startup+6.30249 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 2930
/proc/meminfo: memFree=1332932/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99596 CPUtime=6.23
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 1955 0 0 0 623 0 0 0 25 0 1 0 1990035146 101986304 800 996147200 134512640 135477443 4294956224 18446744073709551615 134585552 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24899 800 513 235 0 23600 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99596

[startup+12.7025 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 2930
/proc/meminfo: memFree=1332356/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99596 CPUtime=12.58
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2046 0 0 0 1258 0 0 0 25 0 1 0 1990035146 101986304 891 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24899 891 516 235 0 23600 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99596

[startup+25.5068 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 2930
/proc/meminfo: memFree=1332420/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99596 CPUtime=25.27
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2052 0 0 0 2527 0 0 0 25 0 1 0 1990035146 101986304 897 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24899 897 516 235 0 23600 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 99596

[startup+51.1015 s]
/proc/loadavg: 2.13 2.00 1.92 3/81 2930
/proc/meminfo: memFree=1332292/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=50.65
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2103 0 0 0 5065 0 0 0 25 0 1 0 1990035146 102121472 948 996147200 134512640 135477443 4294956224 18446744073709551615 135269579 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24932 948 516 235 0 23633 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 99728

[startup+102.302 s]
/proc/loadavg: 2.13 2.02 1.93 3/81 2930
/proc/meminfo: memFree=1331780/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=101.42
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2218 0 0 0 10141 1 0 0 25 0 1 0 1990035146 102121472 1063 996147200 134512640 135477443 4294956224 18446744073709551615 134585521 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24932 1063 517 235 0 23633 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 99728

[startup+162.302 s]
/proc/loadavg: 2.10 2.03 1.93 3/81 2930
/proc/meminfo: memFree=1331588/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=160.91
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2232 0 0 0 16090 1 0 0 25 0 1 0 1990035146 102121472 1077 996147200 134512640 135477443 4294956224 18446744073709551615 135235854 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24932 1077 517 235 0 23633 0
Current children cumulated CPU time (s) 160.91
Current children cumulated vsize (KiB) 99728

[startup+222.302 s]
/proc/loadavg: 2.11 2.04 1.94 3/81 2930
/proc/meminfo: memFree=1331524/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=220.4
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2232 0 0 0 22039 1 0 0 25 0 1 0 1990035146 102121472 1077 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24932 1077 517 235 0 23633 0
Current children cumulated CPU time (s) 220.4
Current children cumulated vsize (KiB) 99728

[startup+282.302 s]
/proc/loadavg: 2.11 2.04 1.94 3/81 2930
/proc/meminfo: memFree=1331396/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=279.89
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2258 0 0 0 27988 1 0 0 25 0 1 0 1990035146 102121472 1103 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24932 1103 517 235 0 23633 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 99728

[startup+342.306 s]
/proc/loadavg: 2.10 2.05 1.95 3/81 2930
/proc/meminfo: memFree=1331332/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=339.38
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2258 0 0 0 33937 1 0 0 25 0 1 0 1990035146 102121472 1103 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24932 1103 517 235 0 23633 0
Current children cumulated CPU time (s) 339.38
Current children cumulated vsize (KiB) 99728

[startup+402.302 s]
/proc/loadavg: 2.09 2.05 1.95 3/81 2930
/proc/meminfo: memFree=1331332/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=398.86
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2258 0 0 0 39885 1 0 0 25 0 1 0 1990035146 102121472 1103 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24932 1103 517 235 0 23633 0
Current children cumulated CPU time (s) 398.86
Current children cumulated vsize (KiB) 99728

[startup+462.301 s]
/proc/loadavg: 2.08 2.06 1.96 3/81 2930
/proc/meminfo: memFree=1331332/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=458.35
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2258 0 0 0 45834 1 0 0 25 0 1 0 1990035146 102121472 1103 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/2929/statm: 24932 1103 517 235 0 23633 0
Current children cumulated CPU time (s) 458.35
Current children cumulated vsize (KiB) 99728

[startup+522.301 s]
/proc/loadavg: 1.92 2.02 1.95 2/68 2949
/proc/meminfo: memFree=1425068/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=517.87
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2292 0 0 0 51786 1 0 0 25 0 1 0 1990035146 102121472 1137 996147200 134512640 135477443 4294956224 18446744073709551615 134879736 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1137 517 235 0 23633 0
Current children cumulated CPU time (s) 517.87
Current children cumulated vsize (KiB) 99728

[startup+582.301 s]
/proc/loadavg: 1.97 2.02 1.95 3/81 2967
/proc/meminfo: memFree=1356100/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=577.85
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2298 0 0 0 57783 2 0 0 25 0 1 0 1990035146 102121472 1143 996147200 134512640 135477443 4294956224 18446744073709551615 134585563 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1143 517 235 0 23633 0
Current children cumulated CPU time (s) 577.85
Current children cumulated vsize (KiB) 99728

[startup+642.302 s]
/proc/loadavg: 1.99 2.01 1.95 3/81 2967
/proc/meminfo: memFree=1353732/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=637.83
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2301 0 0 0 63781 2 0 0 25 0 1 0 1990035146 102121472 1146 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1146 517 235 0 23633 0
Current children cumulated CPU time (s) 637.83
Current children cumulated vsize (KiB) 99728


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

[startup+822.302 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2967
/proc/meminfo: memFree=1353540/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=817.75
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2301 0 0 0 81773 2 0 0 25 0 1 0 1990035146 102121472 1146 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1146 517 235 0 23633 0
Current children cumulated CPU time (s) 817.75
Current children cumulated vsize (KiB) 99728

[startup+882.302 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2967
/proc/meminfo: memFree=1353604/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=877.72
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2301 0 0 0 87770 2 0 0 25 0 1 0 1990035146 102121472 1146 996147200 134512640 135477443 4294956224 18446744073709551615 135235205 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1146 517 235 0 23633 0
Current children cumulated CPU time (s) 877.72
Current children cumulated vsize (KiB) 99728

[startup+942.303 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2967
/proc/meminfo: memFree=1353604/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=937.69
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2301 0 0 0 93767 2 0 0 25 0 1 0 1990035146 102121472 1146 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1146 517 235 0 23633 0
Current children cumulated CPU time (s) 937.69
Current children cumulated vsize (KiB) 99728

[startup+1002.31 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2967
/proc/meminfo: memFree=1353604/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=997.67
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2301 0 0 0 99765 2 0 0 25 0 1 0 1990035146 102121472 1146 996147200 134512640 135477443 4294956224 18446744073709551615 134585552 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1146 517 235 0 23633 0
Current children cumulated CPU time (s) 997.67
Current children cumulated vsize (KiB) 99728

[startup+1062.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353476/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1057.63
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2313 0 0 0 105761 2 0 0 25 0 1 0 1990035146 102121472 1158 996147200 134512640 135477443 4294956224 18446744073709551615 4935426 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1158 517 235 0 23633 0
Current children cumulated CPU time (s) 1057.63
Current children cumulated vsize (KiB) 99728

[startup+1122.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353476/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1117.61
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2313 0 0 0 111759 2 0 0 25 0 1 0 1990035146 102121472 1158 996147200 134512640 135477443 4294956224 18446744073709551615 134880393 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1158 517 235 0 23633 0
Current children cumulated CPU time (s) 1117.61
Current children cumulated vsize (KiB) 99728

[startup+1182.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353348/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1177.58
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2313 0 0 0 117756 2 0 0 25 0 1 0 1990035146 102121472 1158 996147200 134512640 135477443 4294956224 18446744073709551615 134585538 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1158 517 235 0 23633 0
Current children cumulated CPU time (s) 1177.58
Current children cumulated vsize (KiB) 99728

[startup+1242.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353220/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1237.55
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2313 0 0 0 123753 2 0 0 25 0 1 0 1990035146 102121472 1158 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1158 517 235 0 23633 0
Current children cumulated CPU time (s) 1237.55
Current children cumulated vsize (KiB) 99728

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353092/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1297.53
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2313 0 0 0 129751 2 0 0 25 0 1 0 1990035146 102121472 1158 996147200 134512640 135477443 4294956224 18446744073709551615 134879777 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1158 517 235 0 23633 0
Current children cumulated CPU time (s) 1297.53
Current children cumulated vsize (KiB) 99728

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353156/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1357.5
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2313 0 0 0 135748 2 0 0 25 0 1 0 1990035146 102121472 1158 996147200 134512640 135477443 4294956224 18446744073709551615 135268286 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1158 517 235 0 23633 0
Current children cumulated CPU time (s) 1357.5
Current children cumulated vsize (KiB) 99728

[startup+1422.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353156/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1417.47
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2314 0 0 0 141745 2 0 0 25 0 1 0 1990035146 102121472 1159 996147200 134512640 135477443 4294956224 18446744073709551615 134583392 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1159 517 235 0 23633 0
Current children cumulated CPU time (s) 1417.47
Current children cumulated vsize (KiB) 99728

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353156/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1477.45
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2314 0 0 0 147743 2 0 0 25 0 1 0 1990035146 102121472 1159 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1159 517 235 0 23633 0
Current children cumulated CPU time (s) 1477.45
Current children cumulated vsize (KiB) 99728

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353092/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1537.43
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2319 0 0 0 153741 2 0 0 25 0 1 0 1990035146 102121472 1164 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1164 517 235 0 23633 0
Current children cumulated CPU time (s) 1537.43
Current children cumulated vsize (KiB) 99728

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353092/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1597.4
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2319 0 0 0 159738 2 0 0 25 0 1 0 1990035146 102121472 1164 996147200 134512640 135477443 4294956224 18446744073709551615 134879547 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1164 517 235 0 23633 0
Current children cumulated CPU time (s) 1597.4
Current children cumulated vsize (KiB) 99728

[startup+1662.31 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1353028/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1657.38
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2319 0 0 0 165735 3 0 0 25 0 1 0 1990035146 102121472 1164 996147200 134512640 135477443 4294956224 18446744073709551615 134673677 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1164 517 235 0 23633 0
Current children cumulated CPU time (s) 1657.38
Current children cumulated vsize (KiB) 99728

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1352964/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1717.35
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2319 0 0 0 171732 3 0 0 25 0 1 0 1990035146 102121472 1164 996147200 134512640 135477443 4294956224 18446744073709551615 134583600 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1164 517 235 0 23633 0
Current children cumulated CPU time (s) 1717.35
Current children cumulated vsize (KiB) 99728

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1352772/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1777.32
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2319 0 0 0 177729 3 0 0 25 0 1 0 1990035146 102121472 1164 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1164 517 235 0 23633 0
Current children cumulated CPU time (s) 1777.32
Current children cumulated vsize (KiB) 99728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 1.99 2.00 1.95 3/81 2973
/proc/meminfo: memFree=1352772/2055920 swapFree=4179760/4192956
[pid=2929] ppid=2927 vsize=99728 CPUtime=1800.02
/proc/2929/stat : 2929 (casperzao) R 2927 2929 2627 0 -1 4194304 2319 0 0 0 179999 3 0 0 25 0 1 0 1990035146 102121472 1164 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/2929/statm: 24932 1164 517 235 0 23633 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 99728

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): 1805.01
CPU time (s): 1800.03
CPU user time (s): 1799.99
CPU system time (s): 0.033994
CPU usage (%): 99.7241
Max. virtual memory (cumulated for all children) (KiB): 287108

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

runsolver used 1.61675 second user time and 4.96425 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 20:43:48
IDJOB=1057367
IDBENCH=54028
IDSOLVER=361
FILE ID=node45/1057367-1215110628
PBS_JOBID= 7877116
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 731de278672e01032a698d5eefd6377a
RANDOM SEED=717438959

node45.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.268
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.268
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:       1334700 kB
Buffers:         52340 kB
Cached:         500572 kB
SwapCached:       6932 kB
Active:         296340 kB
Inactive:       354944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1334700 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            2872 kB
Writeback:           0 kB
Mapped:         114488 kB
Slab:            55132 kB
Committed_AS:  4488732 kB
PageTables:       1924 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node45 at 2008-07-03 21:13:55