Trace number 1067577

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 zaoSAT 1580.7 1587.12

DiagnosticValue
CHECKS81040900

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-80-3-5.xml
MD5SUM07a44e1cfeebba994ced5ca515590998
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 benchmark91.1171
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity8
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

1.58/1.65	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
1.58/1.65	c Parsing = 1
1.58/1.65	c Building = 1
1.78/1.81	c [ NumberOfVariables = 100 ]
1.78/1.81	c [ NumberOfConstraints = 80 ]
1.78/1.81	c [ SizeOfSearchSpace(log2) = 612.928 ]
1.78/1.81	c SymmetrySearch = 1
1.78/1.81	c InitialPropagation = 1
1.78/1.82	c [ SizeOfSearchSpace(log2) = 563.086 ]
1.78/1.82	c InitialSAC = 1
26.17/26.40	c [ SizeOfSearchSpace(log2) = 544.247 ]
26.17/26.40	c Search(SampleFF) : 
107.64/108.13	c [ Sampling domwdeg ]
107.64/108.13	c [ Sampling impacts ]
107.64/108.13	c [ Sampling la ]
107.64/108.13	c [ SamplingScores: ]
107.64/108.13	c [ domwdeg+min = 0.0193765 | domwdeg+rnd = 0.0115048 ]
107.64/108.13	c [ impacts+min = 0.00355771 | impacts+rnd = 0.00659774 ]
107.64/108.13	c [ la+min = 0.000879741 | la+rnd = 6.70797e-05 ]
107.64/108.13	c [ domwdeg = 0.0154406 | impacts = 0.00507773 | la = 0.00047341 ]
107.64/108.13	c [ min = 0.00793797 | rand = 0.00507773 ]
107.64/108.13	c [ restarting at (1.60065,0.000382726) ]
111.63/112.15	c [ restarting at (4.00163,0.00039772) ]
121.59/122.16	c [ restarting at (10.0041,2.22467e-05) ]
146.49/147.18	c [ restarting at (25.0102,0.0585692) ]
208.84/209.73	c [ restarting at (62.5255,0.0193921) ]
364.61/366.10	c [ restarting at (156.314,0.00192812) ]
753.82/756.98	c [ restarting at (390.784,0.0775116) ]
1197.54/1202.41	c [ restarting at (976.961,0.0581592) ]
1580.68/1587.11	c Search(SampleFF) = 1
1580.68/1587.11	s SATISFIABLE
1580.68/1587.11	v 7 17 61 53 43 53 17 41 29 3 5 19 31 71 7 17 2 17 41 59 37 23 19 29 5 31 5 7 19 53 29 5 5 67 29 19 43 59 37 5 29 43 3 71 11 61 67 11 53 31 43 17 37 2 59 43 5 31 59 3 13 13 11 19 59 13 17 29 43 61 11 53 5 13 47 19 47 11 7 31 19 23 59 67 23 11 7 37 47 71 41 2 59 23 71 41 17 17 47 71
1580.68/1587.11	d CHECKS 81040904
1580.68/1587.11	c [ TotalFails = 199383 ]
1580.68/1587.11	c [ NumberOfRestarts = 68 ]
1580.68/1587.11	c [ TotalTime = 1586.8 secs ]

Verifier Data (download as text)

OK

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

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.92 1.97 1.97 4/81 17818
/proc/meminfo: memFree=1330280/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=18572 CPUtime=0
/proc/17818/stat : 17818 (runsolver) R 17816 17818 13011 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 152881914 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 212218735911 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17818/statm: 4643 292 257 25 0 2626 0

[startup+0.212642 s]
/proc/loadavg: 1.92 1.97 1.97 4/81 17818
/proc/meminfo: memFree=1330280/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=287108 CPUtime=0.19
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 981 0 0 0 19 0 0 0 19 0 1 0 152881914 293998592 656 996147200 134512640 135477443 4294956224 18446744073709551615 134586161 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 71777 656 466 235 0 70478 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 287108

[startup+0.301648 s]
/proc/loadavg: 1.92 1.97 1.97 4/81 17818
/proc/meminfo: memFree=1330280/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=287108 CPUtime=0.28
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 1153 0 0 0 28 0 0 0 19 0 1 0 152881914 293998592 666 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 71777 666 466 235 0 70478 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 287108

[startup+0.401658 s]
/proc/loadavg: 1.92 1.97 1.97 4/81 17818
/proc/meminfo: memFree=1330280/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=287108 CPUtime=0.38
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 1234 0 0 0 38 0 0 0 20 0 1 0 152881914 293998592 671 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 71777 671 466 235 0 70478 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 287108

[startup+0.70169 s]
/proc/loadavg: 1.92 1.97 1.97 4/81 17818
/proc/meminfo: memFree=1330280/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=287240 CPUtime=0.68
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 1541 0 0 0 68 0 0 0 23 0 1 0 152881914 294133760 700 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 71810 700 466 235 0 70511 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 287240

[startup+1.50177 s]
/proc/loadavg: 1.92 1.97 1.97 4/82 17819
/proc/meminfo: memFree=1328864/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=287504 CPUtime=1.48
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2410 0 0 0 147 1 0 0 25 0 1 0 152881914 294404096 775 996147200 134512640 135477443 4294956224 18446744073709551615 134583590 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 71876 775 466 235 0 70577 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 287504

[startup+3.10194 s]
/proc/loadavg: 1.92 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1328416/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=3.07
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2767 0 0 0 306 1 0 0 25 0 1 0 152881914 102563840 887 996147200 134512640 135477443 4294956224 18446744073709551615 134879775 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 887 509 235 0 23741 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 100160

[startup+6.30128 s]
/proc/loadavg: 1.93 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1328360/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=6.25
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2781 0 0 0 624 1 0 0 25 0 1 0 152881914 102563840 901 996147200 134512640 135477443 4294956224 18446744073709551615 134583584 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 901 509 235 0 23741 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 100160

[startup+12.702 s]
/proc/loadavg: 1.93 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1328296/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=12.63
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2806 0 0 0 1262 1 0 0 25 0 1 0 152881914 102563840 926 996147200 134512640 135477443 4294956224 18446744073709551615 134673665 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 926 509 235 0 23741 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 100160

[startup+25.5053 s]
/proc/loadavg: 1.95 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1328168/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=25.38
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2880 0 0 0 2537 1 0 0 25 0 1 0 152881914 102563840 1000 996147200 134512640 135477443 4294956224 18446744073709551615 134583413 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1000 509 235 0 23741 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 100160

[startup+51.102 s]
/proc/loadavg: 1.96 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1328040/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=50.87
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2914 0 0 0 5086 1 0 0 25 0 1 0 152881914 102563840 1034 996147200 134512640 135477443 4294956224 18446744073709551615 134880454 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1034 513 235 0 23741 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 100160

[startup+102.301 s]
/proc/loadavg: 1.98 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1327720/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=101.86
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2983 0 0 0 10185 1 0 0 25 0 1 0 152881914 102563840 1103 996147200 134512640 135477443 4294956224 18446744073709551615 134942480 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1103 513 235 0 23741 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 100160

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1327656/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=161.63
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2984 0 0 0 16161 2 0 0 25 0 1 0 152881914 102563840 1104 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1104 514 235 0 23741 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 100160

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1327656/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=221.39
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2984 0 0 0 22137 2 0 0 25 0 1 0 152881914 102563840 1104 996147200 134512640 135477443 4294956224 18446744073709551615 134673674 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1104 514 235 0 23741 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 100160

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1327656/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=281.14
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2984 0 0 0 28112 2 0 0 25 0 1 0 152881914 102563840 1104 996147200 134512640 135477443 4294956224 18446744073709551615 134880319 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1104 514 235 0 23741 0
Current children cumulated CPU time (s) 281.14
Current children cumulated vsize (KiB) 100160

[startup+342.306 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1327656/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=340.9
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2984 0 0 0 34088 2 0 0 25 0 1 0 152881914 102563840 1104 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1104 514 235 0 23741 0
Current children cumulated CPU time (s) 340.9
Current children cumulated vsize (KiB) 100160

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1327656/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=400.66
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2984 0 0 0 40064 2 0 0 25 0 1 0 152881914 102563840 1104 996147200 134512640 135477443 4294956224 18446744073709551615 134942430 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1104 514 235 0 23741 0
Current children cumulated CPU time (s) 400.66
Current children cumulated vsize (KiB) 100160

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1327656/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=460.41
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2984 0 0 0 46039 2 0 0 25 0 1 0 152881914 102563840 1104 996147200 134512640 135477443 4294956224 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1104 514 235 0 23741 0
Current children cumulated CPU time (s) 460.41
Current children cumulated vsize (KiB) 100160

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17819
/proc/meminfo: memFree=1327592/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=520.17
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2985 0 0 0 52015 2 0 0 25 0 1 0 152881914 102563840 1105 996147200 134512640 135477443 4294956224 18446744073709551615 134879573 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1105 514 235 0 23741 0
Current children cumulated CPU time (s) 520.17
Current children cumulated vsize (KiB) 100160

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17825
/proc/meminfo: memFree=1327584/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=579.92
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2985 0 0 0 57990 2 0 0 25 0 1 0 152881914 102563840 1105 996147200 134512640 135477443 4294956224 18446744073709551615 134586161 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1105 514 235 0 23741 0
Current children cumulated CPU time (s) 579.92
Current children cumulated vsize (KiB) 100160

[startup+642.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17825
/proc/meminfo: memFree=1327392/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=639.68
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2987 0 0 0 63966 2 0 0 25 0 1 0 152881914 102563840 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1107 514 235 0 23741 0
Current children cumulated CPU time (s) 639.68
Current children cumulated vsize (KiB) 100160


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

/proc/meminfo: memFree=1327464/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=938.47
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2987 0 0 0 93845 2 0 0 25 0 1 0 152881914 102563840 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134880393 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1107 514 235 0 23741 0
Current children cumulated CPU time (s) 938.47
Current children cumulated vsize (KiB) 100160

[startup+1002.31 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17825
/proc/meminfo: memFree=1327400/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=998.23
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2987 0 0 0 99821 2 0 0 25 0 1 0 152881914 102563840 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134695844 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1107 514 235 0 23741 0
Current children cumulated CPU time (s) 998.23
Current children cumulated vsize (KiB) 100160

[startup+1062.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17825
/proc/meminfo: memFree=1327400/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1057.99
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2987 0 0 0 105797 2 0 0 25 0 1 0 152881914 102563840 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134879777 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1107 514 235 0 23741 0
Current children cumulated CPU time (s) 1057.99
Current children cumulated vsize (KiB) 100160

[startup+1122.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17825
/proc/meminfo: memFree=1327400/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1117.74
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2987 0 0 0 111772 2 0 0 25 0 1 0 152881914 102563840 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1107 514 235 0 23741 0
Current children cumulated CPU time (s) 1117.74
Current children cumulated vsize (KiB) 100160

[startup+1182.3 s]
/proc/loadavg: 1.99 1.97 1.97 3/82 17825
/proc/meminfo: memFree=1327336/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1177.51
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2987 0 0 0 117748 3 0 0 25 0 1 0 152881914 102563840 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134585563 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1107 514 235 0 23741 0
Current children cumulated CPU time (s) 1177.51
Current children cumulated vsize (KiB) 100160

[startup+1242.3 s]
/proc/loadavg: 1.95 1.96 1.97 3/73 17855
/proc/meminfo: memFree=1492344/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1237.27
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2987 0 0 0 123724 3 0 0 25 0 1 0 152881914 102563840 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1107 514 235 0 23741 0
Current children cumulated CPU time (s) 1237.27
Current children cumulated vsize (KiB) 100160

[startup+1302.3 s]
/proc/loadavg: 1.94 1.95 1.96 3/82 17903
/proc/meminfo: memFree=1511984/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1297.03
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2987 0 0 0 129699 4 0 0 25 0 1 0 152881914 102563840 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1107 514 235 0 23741 0
Current children cumulated CPU time (s) 1297.03
Current children cumulated vsize (KiB) 100160

[startup+1362.3 s]
/proc/loadavg: 1.98 1.95 1.96 3/82 17903
/proc/meminfo: memFree=1493552/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1356.78
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2987 0 0 0 135674 4 0 0 25 0 1 0 152881914 102563840 1107 996147200 134512640 135477443 4294956224 18446744073709551615 134879157 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1107 514 235 0 23741 0
Current children cumulated CPU time (s) 1356.78
Current children cumulated vsize (KiB) 100160

[startup+1422.3 s]
/proc/loadavg: 1.99 1.96 1.96 3/82 17903
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1416.54
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 141650 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134879571 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1416.54
Current children cumulated vsize (KiB) 100160

[startup+1482.3 s]
/proc/loadavg: 1.99 1.96 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1476.3
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 147626 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134879427 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1476.3
Current children cumulated vsize (KiB) 100160

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1536.06
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 153602 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1536.06
Current children cumulated vsize (KiB) 100160

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

[startup+1561.7 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1555.38
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 155534 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1555.38
Current children cumulated vsize (KiB) 100160

[startup+1574.5 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1568.13
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 156809 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134879777 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1568.13
Current children cumulated vsize (KiB) 100160

[startup+1580.91 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1574.51
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 157447 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134583413 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1574.51
Current children cumulated vsize (KiB) 100160

[startup+1584.1 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1577.69
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 157765 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1577.69
Current children cumulated vsize (KiB) 100160

[startup+1585.7 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1579.28
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 157924 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134879857 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1579.28
Current children cumulated vsize (KiB) 100160

[startup+1586.5 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1580.08
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 158004 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134586161 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1580.08
Current children cumulated vsize (KiB) 100160

[startup+1586.9 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1580.48
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 158044 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134585553 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1580.48
Current children cumulated vsize (KiB) 100160

[startup+1587.1 s]
/proc/loadavg: 1.99 1.97 1.96 3/82 17905
/proc/meminfo: memFree=1493488/2055920 swapFree=4181068/4192956
[pid=17818] ppid=17816 vsize=100160 CPUtime=1580.68
/proc/17818/stat : 17818 (casperzao) R 17816 17818 13011 0 -1 4194304 2988 0 0 0 158064 4 0 0 25 0 1 0 152881914 102563840 1108 996147200 134512640 135477443 4294956224 18446744073709551615 134673681 0 0 4096 0 0 0 0 17 0 0 0
/proc/17818/statm: 25040 1108 514 235 0 23741 0
Current children cumulated CPU time (s) 1580.68
Current children cumulated vsize (KiB) 100160

Child status: 0
Real time (s): 1587.12
CPU time (s): 1580.7
CPU user time (s): 1580.66
CPU system time (s): 0.043993
CPU usage (%): 99.5957
Max. virtual memory (cumulated for all children) (KiB): 287636

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

runsolver used 1.73174 second user time and 4.04538 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-04 07:51:45
IDJOB=1067577
IDBENCH=55403
IDSOLVER=361
FILE ID=node46/1067577-1215150705
PBS_JOBID= 7877214
Free space on /tmp= 66212 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 07a44e1cfeebba994ced5ca515590998
RANDOM SEED=1773485324

node46.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.238
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.238
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:       1330760 kB
Buffers:         88032 kB
Cached:         321800 kB
SwapCached:       5852 kB
Active:         474872 kB
Inactive:       186012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1330760 kB
SwapTotal:     4192956 kB
SwapFree:      4181068 kB
Dirty:            2916 kB
Writeback:           0 kB
Mapped:         267844 kB
Slab:            48876 kB
Committed_AS:   792600 kB
PageTables:       2484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node46 at 2008-07-04 08:18:13