Trace number 2065588

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
pcs-restart 0.3.2SAT 1406.57 1409.09

DiagnosticValue
ASSIGNMENTS39022

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-20-2-5.xml
MD5SUM50f72344c481dde4742ead244b18f8da
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 benchmark0.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.01	c Seed is 74645097
0.00/0.02	c Constructing HOME/instance-2065588-1247703579.xml  with 197 constraints
0.00/0.02	c Solving 39022 backtracks 17 restarts
1406.48/1409.07	s SATISFIABLE
1406.48/1409.07	c V0=43, V1=6, V2=113, V3=113, V4=113, V5=76, V6=49, V7=113, V8=2, V9=113, V10=113, V11=113, V12=113, V13=113, V14=86, V15=96, V16=42, V17=17, V18=113, V19=113, V20=12, V21=7, V22=98, V23=113, V24=113, V25=2, V26=113, V27=47, V28=3, V29=113, V30=23, V31=39, V32=113, V33=4, V34=113, V35=113, V36=74, V37=113, V38=112, V39=112, V40=32, V41=113, V42=97, V43=113, V44=44, V45=113, V46=109, V47=113, V48=92, V49=2, V50=110, V51=100, V52=113, V53=113, V54=113, V55=113, V56=5, V57=113, V58=3, V59=113, V60=113, V61=113, V62=73, V63=113, V64=113, V65=113, V66=113, V67=113, V68=112, V69=4, V70=113, V71=113, V72=113, V73=113, V74=2, V75=113, V76=112, V77=113, V78=2, V79=35, V80=113, V81=110, V82=113, V83=113, V84=23, V85=79, V86=2, V87=2, V88=47, V89=113, V90=2, V91=19, V92=2, V93=92, V94=112, V95=79, V96=98, V97=112, V98=113, V99=113, 
1406.48/1409.07	v 43 6 113 113 113 76 49 113 2 113 113 113 113 113 86 96 42 17 113 113 12 7 98 113 113 2 113 47 3 113 23 39 113 4 113 113 74 113 112 112 32 113 97 113 44 113 109 113 92 2 110 100 113 113 113 113 5 113 3 113 113 113 73 113 113 113 113 113 112 4 113 113 113 113 2 113 112 113 2 35 113 110 113 113 23 79 2 2 47 113 2 19 2 92 112 79 98 112 113 113 
1406.48/1409.07	d ASSIGNMENTS 39022

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065588-1247703579/watcher-2065588-1247703579 -o /tmp/evaluation-result-2065588-1247703579/solver-2065588-1247703579 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 74645097 HOME/instance-2065588-1247703579.xml 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 2.01 1.90 4/81 11273
/proc/meminfo: memFree=1276768/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=18576 CPUtime=0
/proc/11273/stat : 11273 (runsolver) R 11271 11273 9806 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 57425300 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11273/statm: 4644 284 249 26 0 2626 0

[startup+0.0981339 s]
/proc/loadavg: 1.85 2.01 1.90 4/81 11273
/proc/meminfo: memFree=1276768/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=4812 CPUtime=0.07
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 920 644 0 0 7 0 0 0 25 0 1 0 57425300 4927488 551 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 1203 551 415 171 0 128 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4812

[startup+0.102133 s]
/proc/loadavg: 1.85 2.01 1.90 4/81 11273
/proc/meminfo: memFree=1276768/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=4812 CPUtime=0.08
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 920 644 0 0 8 0 0 0 25 0 1 0 57425300 4927488 551 996147200 134512640 135215973 4294956320 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 1203 551 415 171 0 128 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4812

[startup+0.302173 s]
/proc/loadavg: 1.85 2.01 1.90 4/81 11273
/proc/meminfo: memFree=1276768/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=5156 CPUtime=0.28
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 964 644 0 0 28 0 0 0 25 0 1 0 57425300 5279744 595 996147200 134512640 135215973 4294956320 18446744073709551615 135095049 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 1289 595 415 171 0 214 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5156

[startup+0.701252 s]
/proc/loadavg: 1.85 2.01 1.90 4/81 11273
/proc/meminfo: memFree=1276768/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=5288 CPUtime=0.68
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 1030 644 0 0 68 0 0 0 25 0 1 0 57425300 5414912 661 996147200 134512640 135215973 4294956320 18446744073709551615 4158960014 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 1322 661 415 171 0 247 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5288

[startup+1.50141 s]
/proc/loadavg: 1.85 2.01 1.90 4/82 11278
/proc/meminfo: memFree=1275480/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=5856 CPUtime=1.47
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 1168 644 0 0 147 0 0 0 25 0 1 0 57425300 5996544 799 996147200 134512640 135215973 4294956320 18446744073709551615 134597392 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 1464 799 415 171 0 389 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5856

[startup+3.10173 s]
/proc/loadavg: 1.87 2.01 1.90 3/82 11278
/proc/meminfo: memFree=1274712/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=6512 CPUtime=3.05
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 1326 644 0 0 305 0 0 0 25 0 1 0 57425300 6668288 957 996147200 134512640 135215973 4294956320 18446744073709551615 135094992 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 1628 957 415 171 0 553 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 6512

[startup+6.30136 s]
/proc/loadavg: 1.87 2.01 1.90 3/82 11278
/proc/meminfo: memFree=1273688/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=7424 CPUtime=6.22
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 1537 644 0 0 622 0 0 0 25 0 1 0 57425300 7602176 1168 996147200 134512640 135215973 4294956320 18446744073709551615 4158960014 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 1856 1168 415 171 0 781 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 7424

[startup+12.7016 s]
/proc/loadavg: 1.89 2.01 1.91 3/82 11278
/proc/meminfo: memFree=1271512/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=9244 CPUtime=12.57
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 2017 644 0 0 1256 1 0 0 25 0 1 0 57425300 9465856 1615 996147200 134512640 135215973 4294956320 18446744073709551615 4158853399 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 2311 1615 415 171 0 1236 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 9244

[startup+25.5021 s]
/proc/loadavg: 1.98 2.03 1.91 3/82 11278
/proc/meminfo: memFree=1268696/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=11992 CPUtime=25.25
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 2738 644 0 0 2523 2 0 0 25 0 1 0 57425300 12279808 2336 996147200 134512640 135215973 4294956320 18446744073709551615 135096918 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 2998 2336 415 171 0 1923 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 11992

[startup+51.1022 s]
/proc/loadavg: 1.98 2.02 1.91 3/82 11278
/proc/meminfo: memFree=1266008/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=15132 CPUtime=50.6
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 3528 644 0 0 5058 2 0 0 25 0 1 0 57425300 15495168 3061 996147200 134512640 135215973 4294956320 18446744073709551615 134583335 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 3783 3061 415 171 0 2708 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 15132

[startup+102.306 s]
/proc/loadavg: 2.08 2.05 1.92 3/82 11278
/proc/meminfo: memFree=1261912/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=18876 CPUtime=101.32
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 4500 644 0 0 10129 3 0 0 25 0 1 0 57425300 19329024 3980 996147200 134512640 135215973 4294956320 18446744073709551615 134585491 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 4719 3980 415 171 0 3644 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 18876

[startup+162.303 s]
/proc/loadavg: 2.07 2.05 1.93 3/73 11310
/proc/meminfo: memFree=1255472/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=21368 CPUtime=161.15
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 5165 644 0 0 16112 3 0 0 25 0 1 0 57425300 21880832 4645 996147200 134512640 135215973 4294956320 18446744073709551615 134590083 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 5342 4645 415 171 0 4267 0
Current children cumulated CPU time (s) 161.15
Current children cumulated vsize (KiB) 21368

[startup+222.302 s]
/proc/loadavg: 2.07 2.05 1.93 3/73 11310
/proc/meminfo: memFree=1222320/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=28780 CPUtime=221.12
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 7036 644 0 0 22107 5 0 0 25 0 1 0 57425300 29470720 6387 996147200 134512640 135215973 4294956320 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 7195 6387 415 171 0 6120 0
Current children cumulated CPU time (s) 221.12
Current children cumulated vsize (KiB) 28780

[startup+282.302 s]
/proc/loadavg: 2.06 2.06 1.94 3/73 11310
/proc/meminfo: memFree=1198192/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=30092 CPUtime=281.09
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 7379 644 0 0 28104 5 0 0 25 0 1 0 57425300 30814208 6730 996147200 134512640 135215973 4294956320 18446744073709551615 134591100 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 7523 6730 415 171 0 6448 0
Current children cumulated CPU time (s) 281.09
Current children cumulated vsize (KiB) 30092

[startup+342.301 s]
/proc/loadavg: 2.06 2.06 1.94 3/73 11310
/proc/meminfo: memFree=1173424/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=33504 CPUtime=341.06
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 8251 644 0 0 34100 6 0 0 25 0 1 0 57425300 34308096 7602 996147200 134512640 135215973 4294956320 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 8376 7602 415 171 0 7301 0
Current children cumulated CPU time (s) 341.06
Current children cumulated vsize (KiB) 33504

[startup+402.301 s]
/proc/loadavg: 2.21 2.09 1.96 3/83 11350
/proc/meminfo: memFree=1250144/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=35588 CPUtime=401.03
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 8792 644 0 0 40096 7 0 0 25 0 1 0 57425300 36442112 8143 996147200 134512640 135215973 4294956320 18446744073709551615 134583604 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 8897 8143 415 171 0 7822 0
Current children cumulated CPU time (s) 401.03
Current children cumulated vsize (KiB) 35588

[startup+462.303 s]
/proc/loadavg: 2.22 2.10 1.97 3/82 11351
/proc/meminfo: memFree=1239784/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=40976 CPUtime=461
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 10172 644 0 0 46093 7 0 0 25 0 1 0 57425300 41959424 9523 996147200 134512640 135215973 4294956320 18446744073709551615 134590129 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 10244 9523 415 171 0 9169 0
Current children cumulated CPU time (s) 461
Current children cumulated vsize (KiB) 40976

[startup+522.302 s]
/proc/loadavg: 2.16 2.10 1.98 3/82 11351
/proc/meminfo: memFree=1233640/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=47036 CPUtime=520.97
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 11681 644 0 0 52089 8 0 0 25 0 1 0 57425300 48164864 11032 996147200 134512640 135215973 4294956320 18446744073709551615 4158960162 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 11759 11032 415 171 0 10684 0
Current children cumulated CPU time (s) 520.97
Current children cumulated vsize (KiB) 47036

[startup+582.302 s]
/proc/loadavg: 2.11 2.09 1.98 3/82 11351
/proc/meminfo: memFree=1228648/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=52044 CPUtime=580.94
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 12926 644 0 0 58085 9 0 0 25 0 1 0 57425300 53293056 12277 996147200 134512640 135215973 4294956320 18446744073709551615 4158960153 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 13011 12277 415 171 0 11936 0
Current children cumulated CPU time (s) 580.94
Current children cumulated vsize (KiB) 52044

[startup+642.301 s]
/proc/loadavg: 2.10 2.09 1.99 3/82 11351
/proc/meminfo: memFree=1224040/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=56644 CPUtime=640.91
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 14082 644 0 0 64081 10 0 0 25 0 1 0 57425300 58003456 13433 996147200 134512640 135215973 4294956320 18446744073709551615 4158960027 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 14161 13433 415 171 0 13086 0
Current children cumulated CPU time (s) 640.91
Current children cumulated vsize (KiB) 56644

[startup+702.301 s]

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

/proc/meminfo: memFree=1212264/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=68228 CPUtime=820.83
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 16991 644 0 0 82071 12 0 0 25 0 1 0 57425300 69865472 16342 996147200 134512640 135215973 4294956320 18446744073709551615 134590073 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 17057 16342 415 171 0 15982 0
Current children cumulated CPU time (s) 820.83
Current children cumulated vsize (KiB) 68228

[startup+882.302 s]
/proc/loadavg: 2.07 2.08 2.00 3/82 11351
/proc/meminfo: memFree=1209640/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=70728 CPUtime=880.8
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 17640 644 0 0 88067 13 0 0 25 0 1 0 57425300 72425472 16991 996147200 134512640 135215973 4294956320 18446744073709551615 134594291 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 17682 16991 415 171 0 16607 0
Current children cumulated CPU time (s) 880.8
Current children cumulated vsize (KiB) 70728

[startup+942.302 s]
/proc/loadavg: 2.10 2.09 2.01 3/82 11351
/proc/meminfo: memFree=1207848/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=73336 CPUtime=940.77
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 18301 644 0 0 94064 13 0 0 25 0 1 0 57425300 75096064 17395 996147200 134512640 135215973 4294956320 18446744073709551615 4158960069 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 18334 17395 415 171 0 17259 0
Current children cumulated CPU time (s) 940.77
Current children cumulated vsize (KiB) 73336

[startup+1002.3 s]
/proc/loadavg: 2.07 2.09 2.01 3/82 11351
/proc/meminfo: memFree=1207016/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=74388 CPUtime=1000.74
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 18553 644 0 0 100061 13 0 0 25 0 1 0 57425300 76173312 17647 996147200 134512640 135215973 4294956320 18446744073709551615 134590214 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 18597 17647 415 171 0 17522 0
Current children cumulated CPU time (s) 1000.74
Current children cumulated vsize (KiB) 74388

[startup+1062.3 s]
/proc/loadavg: 2.06 2.08 2.01 3/82 11351
/proc/meminfo: memFree=1206888/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=74516 CPUtime=1060.7
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 18612 644 0 0 106057 13 0 0 25 0 1 0 57425300 76304384 17706 996147200 134512640 135215973 4294956320 18446744073709551615 4158960012 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 18629 17706 415 171 0 17554 0
Current children cumulated CPU time (s) 1060.7
Current children cumulated vsize (KiB) 74516

[startup+1122.3 s]
/proc/loadavg: 2.18 2.11 2.02 4/82 11351
/proc/meminfo: memFree=1205480/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=75700 CPUtime=1120.68
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 18914 644 0 0 112054 14 0 0 25 0 1 0 57425300 77516800 18008 996147200 134512640 135215973 4294956320 18446744073709551615 134648275 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 18925 18008 415 171 0 17850 0
Current children cumulated CPU time (s) 1120.68
Current children cumulated vsize (KiB) 75700

[startup+1182.3 s]
/proc/loadavg: 2.14 2.11 2.02 3/82 11351
/proc/meminfo: memFree=1204712/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=76488 CPUtime=1180.65
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 19116 644 0 0 118051 14 0 0 25 0 1 0 57425300 78323712 18210 996147200 134512640 135215973 4294956320 18446744073709551615 134599875 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 19122 18210 415 171 0 18047 0
Current children cumulated CPU time (s) 1180.65
Current children cumulated vsize (KiB) 76488

[startup+1242.3 s]
/proc/loadavg: 2.14 2.11 2.02 3/82 11351
/proc/meminfo: memFree=1203240/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=77932 CPUtime=1240.62
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 19476 644 0 0 124047 15 0 0 25 0 1 0 57425300 79802368 18570 996147200 134512640 135215973 4294956320 18446744073709551615 4158960547 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 19483 18570 415 171 0 18408 0
Current children cumulated CPU time (s) 1240.62
Current children cumulated vsize (KiB) 77932

[startup+1302.3 s]
/proc/loadavg: 2.15 2.12 2.02 3/82 11351
/proc/meminfo: memFree=1201384/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=79772 CPUtime=1300.6
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 19939 644 0 0 130045 15 0 0 25 0 1 0 57425300 81686528 19033 996147200 134512640 135215973 4294956320 18446744073709551615 134599849 0 0 4096 0 0 0 0 17 0 0 0
/proc/11273/statm: 19943 19033 415 171 0 18868 0
Current children cumulated CPU time (s) 1300.6
Current children cumulated vsize (KiB) 79772

[startup+1362.3 s]
/proc/loadavg: 2.11 2.11 2.02 3/82 11351
/proc/meminfo: memFree=1199272/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=82012 CPUtime=1360.22
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20504 644 0 0 136006 16 0 0 25 0 1 0 57425300 83980288 19598 996147200 134512640 135215973 4294956320 18446744073709551615 134591100 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20503 19598 415 171 0 19428 0
Current children cumulated CPU time (s) 1360.22
Current children cumulated vsize (KiB) 82012

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

[startup+1382.3 s]
/proc/loadavg: 2.08 2.10 2.02 3/82 11351
/proc/meminfo: memFree=1199144/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=82012 CPUtime=1380.03
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20528 644 0 0 137987 16 0 0 25 0 1 0 57425300 83980288 19622 996147200 134512640 135215973 4294956320 18446744073709551615 134585576 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20503 19622 415 171 0 19428 0
Current children cumulated CPU time (s) 1380.03
Current children cumulated vsize (KiB) 82012

[startup+1395.1 s]
/proc/loadavg: 2.22 2.13 2.03 3/82 11351
/proc/meminfo: memFree=1199080/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=82140 CPUtime=1392.71
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20546 644 0 0 139255 16 0 0 25 0 1 0 57425300 84111360 19640 996147200 134512640 135215973 4294956320 18446744073709551615 4158960150 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20535 19640 415 171 0 19460 0
Current children cumulated CPU time (s) 1392.71
Current children cumulated vsize (KiB) 82140

[startup+1401.5 s]
/proc/loadavg: 2.20 2.13 2.03 4/82 11351
/proc/meminfo: memFree=1199080/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=82140 CPUtime=1399.05
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20557 644 0 0 139889 16 0 0 25 0 1 0 57425300 84111360 19651 996147200 134512640 135215973 4294956320 18446744073709551615 134583194 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20535 19651 415 171 0 19460 0
Current children cumulated CPU time (s) 1399.05
Current children cumulated vsize (KiB) 82140

[startup+1404.71 s]
/proc/loadavg: 2.19 2.13 2.03 3/82 11351
/proc/meminfo: memFree=1199016/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=82140 CPUtime=1402.22
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20560 644 0 0 140206 16 0 0 25 0 1 0 57425300 84111360 19654 996147200 134512640 135215973 4294956320 18446744073709551615 134590993 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20535 19654 415 171 0 19460 0
Current children cumulated CPU time (s) 1402.22
Current children cumulated vsize (KiB) 82140

[startup+1406.3 s]
/proc/loadavg: 2.19 2.13 2.03 3/82 11351
/proc/meminfo: memFree=1199016/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=82140 CPUtime=1403.8
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20561 644 0 0 140364 16 0 0 25 0 1 0 57425300 84111360 19655 996147200 134512640 135215973 4294956320 18446744073709551615 134532714 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20535 19655 415 171 0 19460 0
Current children cumulated CPU time (s) 1403.8
Current children cumulated vsize (KiB) 82140

[startup+1407.9 s]
/proc/loadavg: 2.17 2.13 2.03 3/82 11351
/proc/meminfo: memFree=1199016/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=82268 CPUtime=1405.39
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20568 644 0 0 140523 16 0 0 25 0 1 0 57425300 84242432 19662 996147200 134512640 135215973 4294956320 18446744073709551615 135095040 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20567 19662 415 171 0 19492 0
Current children cumulated CPU time (s) 1405.39
Current children cumulated vsize (KiB) 82268

[startup+1408.7 s]
/proc/loadavg: 2.17 2.13 2.03 3/82 11351
/proc/meminfo: memFree=1199016/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=83060 CPUtime=1406.18
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20797 644 0 0 140602 16 0 0 25 0 1 0 57425300 85053440 19891 996147200 134512640 135215973 4294956320 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20765 19891 415 171 0 19690 0
Current children cumulated CPU time (s) 1406.18
Current children cumulated vsize (KiB) 83060

[startup+1408.9 s]
/proc/loadavg: 2.17 2.13 2.03 3/82 11351
/proc/meminfo: memFree=1199016/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=81404 CPUtime=1406.38
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20873 644 0 0 140622 16 0 0 25 0 1 0 57425300 83357696 19660 996147200 134512640 135215973 4294956320 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20351 19660 415 171 0 19276 0
Current children cumulated CPU time (s) 1406.38
Current children cumulated vsize (KiB) 81404

[startup+1409 s]
/proc/loadavg: 2.17 2.13 2.03 3/82 11351
/proc/meminfo: memFree=1198824/2055924 swapFree=4192812/4192956
[pid=11273] ppid=11271 vsize=81404 CPUtime=1406.48
/proc/11273/stat : 11273 (pcs.big) R 11271 11273 9806 0 -1 4194304 20873 644 0 0 140632 16 0 0 25 0 1 0 57425300 83357696 19660 996147200 134512640 135215973 4294956320 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/11273/statm: 20351 19660 415 171 0 19276 0
Current children cumulated CPU time (s) 1406.48
Current children cumulated vsize (KiB) 81404

Child status: 0
Real time (s): 1409.09
CPU time (s): 1406.57
CPU user time (s): 1406.39
CPU system time (s): 0.179972
CPU usage (%): 99.8214
Max. virtual memory (cumulated for all children) (KiB): 83060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1406.39
system time used= 0.179972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21519
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= 19
involuntary context switches= 13432

runsolver used 2.09668 second user time and 4.25035 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-16 02:19:39
IDJOB=2065588
IDBENCH=54378
IDSOLVER=734
FILE ID=node6/2065588-1247703579
PBS_JOBID= 9521296
Free space on /tmp= 66316 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-20-2-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065588-1247703579/watcher-2065588-1247703579 -o /tmp/evaluation-result-2065588-1247703579/solver-2065588-1247703579 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 74645097 HOME/instance-2065588-1247703579.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 50f72344c481dde4742ead244b18f8da
RANDOM SEED=74645097

node6.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.263
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.263
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:      2055924 kB
MemFree:       1277312 kB
Buffers:        100908 kB
Cached:         546996 kB
SwapCached:          0 kB
Active:         264620 kB
Inactive:       418836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1277312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:          55992 kB
Slab:            80380 kB
Committed_AS:   529912 kB
PageTables:       1968 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= 66312 MiB
End job on node6 at 2009-07-16 02:43:08