Trace number 1057493

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.02 1809.51

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-2-7.xml
MD5SUM7aef82243bc2aebd1c139344929a6be1
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 benchmark15.3407
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity9
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.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.21	c Parsing = 1
0.00/0.21	c Building = 1
0.00/1.30	c [ NumberOfVariables = 100 ]
0.00/1.30	c [ NumberOfConstraints = 40 ]
0.00/1.30	c [ SizeOfSearchSpace(log2) = 658.496 ]
0.00/1.30	c SymmetrySearch = 1
0.00/1.30	c [ Found 9.58003e+08 symmetries ]
0.00/1.30	c InitialPropagation = 1
0.00/1.31	c [ SizeOfSearchSpace(log2) = 594.868 ]
0.00/1.31	c InitialSAC = 1
0.00/1.36	c [ SizeOfSearchSpace(log2) = 594.868 ]
0.00/1.36	c Search(SampleFF) : 
78.91/79.49	c [ Sampling domwdeg ]
78.91/79.49	c [ Sampling impacts ]
78.91/79.49	c [ Sampling la ]
78.91/79.49	c [ SamplingScores: ]
78.91/79.49	c [ domwdeg+min = 4.55826e-07 | domwdeg+rnd = 1.19583e-07 ]
78.91/79.49	c [ impacts+min = 2.03484e-17 | impacts+rnd = 2.89074e-05 ]
78.91/79.49	c [ la+min = 4.68474e-07 | la+rnd = 1.82185e-05 ]
78.91/79.49	c [ domwdeg = 2.87705e-07 | impacts = 1.44537e-05 | la = 9.34348e-06 ]
78.91/79.49	c [ min = 3.081e-07 | rand = 1.44537e-05 ]
78.91/79.49	c [ restarting at (2.26378,1.40893e-17) ]
84.95/85.56	c [ restarting at (5.65945,8.83572e-14) ]
100.03/100.73	c [ restarting at (14.1486,2.58273e-07) ]
137.60/138.65	c [ restarting at (35.3716,2.1016e-06) ]
231.63/233.45	c [ restarting at (88.4289,2.1016e-06) ]
467.57/470.50	c [ restarting at (221.072,2.1016e-06) ]
1057.16/1063.01	c [ restarting at (552.681,2.1016e-06) ]

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

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.82 1.95 1.91 4/82 31714
/proc/meminfo: memFree=416832/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=18572 CPUtime=0
/proc/31714/stat : 31714 (runsolver) R 31712 31714 31263 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 1990090546 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 246406507815 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31714/statm: 4643 292 257 25 0 2626 0

[startup+1.87632 s]
/proc/loadavg: 1.82 1.95 1.91 4/82 31714
/proc/meminfo: memFree=416832/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99728 CPUtime=1.84
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 1921 0 0 0 184 0 0 0 25 0 1 0 1990090546 102121472 788 996147200 134512640 135477443 4294956224 18446744073709551615 134879498 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24932 788 517 235 0 23633 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 99728

[startup+1.90232 s]
/proc/loadavg: 1.82 1.95 1.91 4/82 31714
/proc/meminfo: memFree=416832/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99728 CPUtime=1.87
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 1921 0 0 0 187 0 0 0 25 0 1 0 1990090546 102121472 788 996147200 134512640 135477443 4294956224 18446744073709551615 134585538 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24932 788 517 235 0 23633 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 99728

[startup+2.00235 s]
/proc/loadavg: 1.82 1.95 1.91 4/82 31714
/proc/meminfo: memFree=416832/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99728 CPUtime=1.97
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 1921 0 0 0 197 0 0 0 25 0 1 0 1990090546 102121472 788 996147200 134512640 135477443 4294956224 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24932 788 517 235 0 23633 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 99728

[startup+2.10236 s]
/proc/loadavg: 1.82 1.95 1.91 4/82 31714
/proc/meminfo: memFree=416832/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99728 CPUtime=2.07
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 1921 0 0 0 207 0 0 0 25 0 1 0 1990090546 102121472 788 996147200 134512640 135477443 4294956224 18446744073709551615 134585552 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24932 788 517 235 0 23633 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 99728

[startup+2.20139 s]
/proc/loadavg: 1.82 1.95 1.91 4/82 31714
/proc/meminfo: memFree=416832/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99728 CPUtime=2.17
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 1921 0 0 0 217 0 0 0 25 0 1 0 1990090546 102121472 788 996147200 134512640 135477443 4294956224 18446744073709551615 134880449 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24932 788 517 235 0 23633 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 99728

[startup+3.10153 s]
/proc/loadavg: 2.07 2.00 1.93 3/83 31715
/proc/meminfo: memFree=379064/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99728 CPUtime=3.06
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 1924 0 0 0 306 0 0 0 25 0 1 0 1990090546 102121472 791 996147200 134512640 135477443 4294956224 18446744073709551615 134585520 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24932 791 517 235 0 23633 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99728

[startup+6.30109 s]
/proc/loadavg: 2.07 2.00 1.93 3/83 31715
/proc/meminfo: memFree=338488/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99728 CPUtime=6.24
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 1930 0 0 0 623 1 0 0 25 0 1 0 1990090546 102121472 797 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24932 797 517 235 0 23633 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 99728

[startup+12.7012 s]
/proc/loadavg: 2.06 2.00 1.93 3/83 31715
/proc/meminfo: memFree=254584/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99728 CPUtime=12.6
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 1934 0 0 0 1257 3 0 0 25 0 1 0 1990090546 102121472 801 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24932 801 517 235 0 23633 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 99728

[startup+25.5015 s]
/proc/loadavg: 2.13 2.02 1.93 3/83 31715
/proc/meminfo: memFree=103288/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99728 CPUtime=25.33
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 1945 0 0 0 2528 5 0 0 25 0 1 0 1990090546 102121472 812 996147200 134512640 135477443 4294956224 18446744073709551615 134586012 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24932 812 517 235 0 23633 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 99728

[startup+51.1019 s]
/proc/loadavg: 2.61 2.14 1.97 3/83 31715
/proc/meminfo: memFree=14968/2055920 swapFree=4156004/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=50.77
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2020 0 0 0 5066 11 0 0 25 0 1 0 1990090546 102256640 887 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 0 0 0
/proc/31714/statm: 24965 887 517 235 0 23666 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 99860

[startup+102.302 s]
/proc/loadavg: 2.44 2.16 1.99 4/83 31790
/proc/meminfo: memFree=1152120/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=101.61
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2071 0 0 0 10143 18 0 0 25 0 1 0 1990090546 102256640 938 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 938 518 235 0 23666 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 99860

[startup+162.301 s]
/proc/loadavg: 2.27 2.16 2.00 4/83 31790
/proc/meminfo: memFree=1640504/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=161.1
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2074 0 0 0 16092 18 0 0 25 0 1 0 1990090546 102256640 941 996147200 134512640 135477443 4294956224 18446744073709551615 134673680 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 941 518 235 0 23666 0
Current children cumulated CPU time (s) 161.1
Current children cumulated vsize (KiB) 99860

[startup+222.302 s]
/proc/loadavg: 2.13 2.14 2.00 3/82 31791
/proc/meminfo: memFree=1723576/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=220.58
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2074 0 0 0 22040 18 0 0 25 0 1 0 1990090546 102256640 941 996147200 134512640 135477443 4294956224 18446744073709551615 134879862 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 941 518 235 0 23666 0
Current children cumulated CPU time (s) 220.58
Current children cumulated vsize (KiB) 99860

[startup+282.306 s]
/proc/loadavg: 2.05 2.11 2.00 3/82 31791
/proc/meminfo: memFree=1723448/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=280.3
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2074 0 0 0 28011 19 0 0 25 0 1 0 1990090546 102256640 941 996147200 134512640 135477443 4294956224 18446744073709551615 134942802 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 941 518 235 0 23666 0
Current children cumulated CPU time (s) 280.3
Current children cumulated vsize (KiB) 99860

[startup+342.302 s]
/proc/loadavg: 2.02 2.09 2.00 3/82 31791
/proc/meminfo: memFree=1723384/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=340
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2074 0 0 0 33981 19 0 0 25 0 1 0 1990090546 102256640 941 996147200 134512640 135477443 4294956224 18446744073709551615 134942176 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 941 518 235 0 23666 0
Current children cumulated CPU time (s) 340
Current children cumulated vsize (KiB) 99860

[startup+402.301 s]
/proc/loadavg: 2.00 2.07 2.00 3/82 31791
/proc/meminfo: memFree=1723384/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=399.7
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2074 0 0 0 39951 19 0 0 25 0 1 0 1990090546 102256640 941 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 941 518 235 0 23666 0
Current children cumulated CPU time (s) 399.7
Current children cumulated vsize (KiB) 99860

[startup+462.302 s]
/proc/loadavg: 2.12 2.09 2.01 3/82 31791
/proc/meminfo: memFree=1723384/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=459.41
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2074 0 0 0 45922 19 0 0 25 0 1 0 1990090546 102256640 941 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 941 518 235 0 23666 0
Current children cumulated CPU time (s) 459.41
Current children cumulated vsize (KiB) 99860

[startup+522.301 s]
/proc/loadavg: 2.13 2.10 2.01 3/82 31797
/proc/meminfo: memFree=1722680/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=519.11
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2074 0 0 0 51892 19 0 0 25 0 1 0 1990090546 102256640 941 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 941 518 235 0 23666 0
Current children cumulated CPU time (s) 519.11
Current children cumulated vsize (KiB) 99860

[startup+582.302 s]
/proc/loadavg: 2.10 2.09 2.01 3/82 31797
/proc/meminfo: memFree=1722232/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=578.82
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 57863 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 578.82
Current children cumulated vsize (KiB) 99860

[startup+642.301 s]
/proc/loadavg: 2.04 2.07 2.01 3/82 31797
/proc/meminfo: memFree=1722168/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=638.52
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 63833 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 638.52
Current children cumulated vsize (KiB) 99860


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

[startup+882.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 31797
/proc/meminfo: memFree=1721784/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=877.35
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 87716 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 877.35
Current children cumulated vsize (KiB) 99860

[startup+942.307 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 31797
/proc/meminfo: memFree=1721784/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=937.06
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 93687 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 937.06
Current children cumulated vsize (KiB) 99860

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 31797
/proc/meminfo: memFree=1721720/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=996.76
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 99657 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134879777 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 996.76
Current children cumulated vsize (KiB) 99860

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 31797
/proc/meminfo: memFree=1721720/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1056.46
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 105627 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134880319 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1056.46
Current children cumulated vsize (KiB) 99860

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721656/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1116.17
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 111598 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134586241 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1116.17
Current children cumulated vsize (KiB) 99860

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721592/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1175.88
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 117569 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1175.88
Current children cumulated vsize (KiB) 99860

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721528/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1235.58
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 123539 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134879445 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1235.58
Current children cumulated vsize (KiB) 99860

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721336/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1295.29
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 129510 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134695274 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1295.29
Current children cumulated vsize (KiB) 99860

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721272/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1355
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 135481 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1355
Current children cumulated vsize (KiB) 99860

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721336/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1414.7
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 141451 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134585526 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1414.7
Current children cumulated vsize (KiB) 99860

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721272/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1474.41
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 147422 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134585570 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1474.41
Current children cumulated vsize (KiB) 99860

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721272/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1534.11
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 153392 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134585552 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1534.11
Current children cumulated vsize (KiB) 99860

[startup+1602.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721208/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1593.82
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 159363 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1593.82
Current children cumulated vsize (KiB) 99860

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721208/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1653.52
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 165333 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1653.52
Current children cumulated vsize (KiB) 99860

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721144/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1713.23
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 171304 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1713.23
Current children cumulated vsize (KiB) 99860

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721144/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1772.94
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 177275 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134585529 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1772.94
Current children cumulated vsize (KiB) 99860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721080/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1800.01
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 179982 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 99860

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

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

[startup+1809.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 31797
/proc/meminfo: memFree=1721080/2055920 swapFree=4180700/4192956
[pid=31714] ppid=31712 vsize=99860 CPUtime=1800.01
/proc/31714/stat : 31714 (casperzao) R 31712 31714 31263 0 -1 4194304 2079 0 0 0 179982 19 0 0 25 0 1 0 1990090546 102256640 946 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/31714/statm: 24965 946 518 235 0 23666 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 99860

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.51
CPU time (s): 1800.02
CPU user time (s): 1799.82
CPU system time (s): 0.19697
CPU usage (%): 99.4757
Max. virtual memory (cumulated for all children) (KiB): 99860

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

runsolver used 1.69274 second user time and 4.95325 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-03 20:53:12
IDJOB=1057493
IDBENCH=54045
IDSOLVER=361
FILE ID=node61/1057493-1215111192
PBS_JOBID= 7877083
Free space on /tmp= 65588 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7aef82243bc2aebd1c139344929a6be1
RANDOM SEED=1237209679

node61.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.269
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.269
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:        417440 kB
Buffers:         63800 kB
Cached:        1432368 kB
SwapCached:      30908 kB
Active:        1284188 kB
Inactive:       260388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        417440 kB
SwapTotal:     4192956 kB
SwapFree:      4156004 kB
Dirty:          205028 kB
Writeback:           0 kB
Mapped:          40680 kB
Slab:            79272 kB
Committed_AS:  3865424 kB
PageTables:       1876 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node61 at 2008-07-03 21:23:24