Trace number 2063553

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 1526.06 1530.7

DiagnosticValue
ASSIGNMENTS36056

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-2-5.xml
MD5SUMacaa860b0fdfe19b90740ee02393143f
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.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size96
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.02	c Seed is 114893856
0.00/0.02	c Constructing HOME/instance-2063553-1247696059.xml  with 197 constraints
0.00/0.02	c Solving 36056 backtracks 17 restarts
1525.94/1530.68	s SATISFIABLE
1525.94/1530.68	c V0=22, V1=85, V2=97, V3=97, V4=97, V5=33, V6=96, V7=97, V8=8, V9=97, V10=97, V11=97, V12=95, V13=23, V14=97, V15=2, V16=94, V17=12, V18=97, V19=97, V20=23, V21=51, V22=3, V23=97, V24=97, V25=3, V26=97, V27=97, V28=54, V29=31, V30=3, V31=22, V32=97, V33=2, V34=97, V35=97, V36=97, V37=97, V38=97, V39=87, V40=7, V41=97, V42=97, V43=36, V44=3, V45=97, V46=97, V47=97, V48=93, V49=97, V50=2, V51=57, V52=97, V53=31, V54=97, V55=97, V56=95, V57=97, V58=95, V59=97, V60=97, V61=97, V62=59, V63=97, V64=47, V65=97, V66=97, V67=97, V68=8, V69=33, V70=97, V71=97, V72=97, V73=97, V74=6, V75=97, V76=97, V77=97, V78=3, V79=97, V80=97, V81=75, V82=97, V83=97, V84=93, V85=2, V86=11, V87=21, V88=57, V89=95, V90=6, V91=55, V92=14, V93=92, V94=60, V95=91, V96=97, V97=96, V98=97, V99=4, 
1525.94/1530.68	v 22 85 97 97 97 33 96 97 8 97 97 97 95 23 97 2 94 12 97 97 23 51 3 97 97 3 97 97 54 31 3 22 97 2 97 97 97 97 97 87 7 97 97 36 3 97 97 97 93 97 2 57 97 31 97 97 95 97 95 97 97 97 59 97 47 97 97 97 8 33 97 97 97 97 6 97 97 97 3 97 97 75 97 97 93 2 11 21 57 95 6 55 14 92 60 91 97 96 97 4 
1525.94/1530.68	d ASSIGNMENTS 36056

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-2063553-1247696059/watcher-2063553-1247696059 -o /tmp/evaluation-result-2063553-1247696059/solver-2063553-1247696059 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 114893856 HOME/instance-2063553-1247696059.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.89 1.94 1.67 4/73 10781
/proc/meminfo: memFree=1388704/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=5356 CPUtime=0
/proc/10781/stat : 10781 (pcssolve) R 10779 10781 10501 0 -1 4194304 290 0 0 0 0 0 0 0 25 0 1 0 56672415 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10781/statm: 1339 241 200 169 0 50 0
[pid=10782] ppid=10781 vsize=3676 CPUtime=0
/proc/10782/stat : 10782 (fgrep) R 10781 10781 10501 0 -1 4194304 142 0 0 0 0 0 0 0 25 0 1 0 56672416 3764224 109 996147200 4194304 4274172 548682068976 18446744073709551615 4243289 0 0 4096 0 0 0 0 17 1 0 0
/proc/10782/statm: 919 109 86 19 0 43 0
[pid=10783] ppid=10781 vsize=5356 CPUtime=0
/proc/10783/stat : 10783 (pcssolve) R 10781 10781 10501 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 1 0 56672416 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/10783/statm: 1339 241 200 169 0 50 0

[startup+0.0698139 s]
/proc/loadavg: 1.89 1.94 1.67 4/73 10781
/proc/meminfo: memFree=1388704/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=4812 CPUtime=0.05
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 919 644 0 0 5 0 0 0 25 0 1 0 56672415 4927488 550 996147200 134512640 135215973 4294956304 18446744073709551615 134609879 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 1203 550 415 171 0 128 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4812

[startup+0.101816 s]
/proc/loadavg: 1.89 1.94 1.67 4/73 10781
/proc/meminfo: memFree=1388704/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=5000 CPUtime=0.08
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 946 644 0 0 8 0 0 0 25 0 1 0 56672415 5120000 577 996147200 134512640 135215973 4294956304 18446744073709551615 4158960012 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 1250 577 415 171 0 175 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5000

[startup+0.301837 s]
/proc/loadavg: 1.89 1.94 1.67 4/73 10781
/proc/meminfo: memFree=1388704/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=5132 CPUtime=0.28
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 991 644 0 0 28 0 0 0 25 0 1 0 56672415 5255168 622 996147200 134512640 135215973 4294956304 18446744073709551615 134590017 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 1283 622 415 171 0 208 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5132

[startup+0.701884 s]
/proc/loadavg: 1.89 1.94 1.67 4/73 10781
/proc/meminfo: memFree=1388704/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=5620 CPUtime=0.68
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 1109 644 0 0 68 0 0 0 25 0 1 0 56672415 5754880 740 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 1405 740 415 171 0 330 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5620

[startup+1.50198 s]
/proc/loadavg: 1.89 1.94 1.67 3/74 10786
/proc/meminfo: memFree=1387032/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=6280 CPUtime=1.47
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 1266 644 0 0 147 0 0 0 25 0 1 0 56672415 6430720 897 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 1570 897 415 171 0 495 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 6280

[startup+3.10216 s]
/proc/loadavg: 1.89 1.94 1.67 3/74 10786
/proc/meminfo: memFree=1386072/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=6936 CPUtime=3.07
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 1436 644 0 0 307 0 0 0 25 0 1 0 56672415 7102464 1067 996147200 134512640 135215973 4294956304 18446744073709551615 134606783 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 1734 1067 415 171 0 659 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 6936

[startup+6.30153 s]
/proc/loadavg: 1.89 1.94 1.67 3/74 10786
/proc/meminfo: memFree=1373208/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=8244 CPUtime=6.25
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 1747 644 0 0 625 0 0 0 25 0 1 0 56672415 8441856 1378 996147200 134512640 135215973 4294956304 18446744073709551615 134612203 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 2061 1378 415 171 0 986 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 8244

[startup+12.7013 s]
/proc/loadavg: 1.90 1.94 1.67 3/74 10786
/proc/meminfo: memFree=1370656/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=10548 CPUtime=12.61
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 2373 644 0 0 1260 1 0 0 25 0 1 0 56672415 10801152 1918 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 2637 1918 415 171 0 1562 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 10548

[startup+25.5017 s]
/proc/loadavg: 1.92 1.94 1.68 3/74 10786
/proc/meminfo: memFree=1368544/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=12368 CPUtime=25.35
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 2832 644 0 0 2533 2 0 0 25 0 1 0 56672415 12664832 2377 996147200 134512640 135215973 4294956304 18446744073709551615 4158960601 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 3092 2377 415 171 0 2017 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 12368

[startup+51.1016 s]
/proc/loadavg: 1.95 1.95 1.68 3/74 10786
/proc/meminfo: memFree=1364896/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=15776 CPUtime=50.83
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 3712 644 0 0 5080 3 0 0 25 0 1 0 56672415 16154624 3192 996147200 134512640 135215973 4294956304 18446744073709551615 4158960067 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 3944 3192 415 171 0 2869 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 15776

[startup+102.306 s]
/proc/loadavg: 1.98 1.95 1.70 3/74 10786
/proc/meminfo: memFree=1359072/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=20652 CPUtime=101.79
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 4934 644 0 0 10175 4 0 0 25 0 1 0 56672415 21147648 4414 996147200 134512640 135215973 4294956304 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 5163 4414 415 171 0 4088 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 20652

[startup+162.301 s]
/proc/loadavg: 1.99 1.96 1.72 3/74 10786
/proc/meminfo: memFree=1352608/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=25784 CPUtime=161.49
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 6249 644 0 0 16145 4 0 0 25 0 1 0 56672415 26402816 5729 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 6446 5729 415 171 0 5371 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 25784

[startup+222.302 s]
/proc/loadavg: 1.99 1.96 1.73 3/74 10786
/proc/meminfo: memFree=1347040/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=30640 CPUtime=221.2
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 7503 644 0 0 22115 5 0 0 25 0 1 0 56672415 31375360 6854 996147200 134512640 135215973 4294956304 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 7660 6854 415 171 0 6585 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 30640

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.74 3/74 10786
/proc/meminfo: memFree=1343008/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=33524 CPUtime=280.92
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 8251 644 0 0 28086 6 0 0 25 0 1 0 56672415 34328576 7602 996147200 134512640 135215973 4294956304 18446744073709551615 4158960058 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 8381 7602 415 171 0 7306 0
Current children cumulated CPU time (s) 280.92
Current children cumulated vsize (KiB) 33524

[startup+342.302 s]
/proc/loadavg: 1.99 1.97 1.75 3/74 10786
/proc/meminfo: memFree=1337504/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=38000 CPUtime=340.62
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 9367 644 0 0 34056 6 0 0 25 0 1 0 56672415 38912000 8718 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 9500 8718 415 171 0 8425 0
Current children cumulated CPU time (s) 340.62
Current children cumulated vsize (KiB) 38000

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.77 3/74 10786
/proc/meminfo: memFree=1332128/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=42344 CPUtime=400.33
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 10461 644 0 0 40026 7 0 0 25 0 1 0 56672415 43360256 9812 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 10586 9812 415 171 0 9511 0
Current children cumulated CPU time (s) 400.33
Current children cumulated vsize (KiB) 42344

[startup+462.301 s]
/proc/loadavg: 1.99 1.97 1.78 3/74 10786
/proc/meminfo: memFree=1326944/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=46424 CPUtime=460.04
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 11497 644 0 0 45996 8 0 0 25 0 1 0 56672415 47538176 10848 996147200 134512640 135215973 4294956304 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 11606 10848 415 171 0 10531 0
Current children cumulated CPU time (s) 460.04
Current children cumulated vsize (KiB) 46424

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.79 3/74 10786
/proc/meminfo: memFree=1322016/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=49320 CPUtime=519.76
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 12240 644 0 0 51967 9 0 0 25 0 1 0 56672415 50503680 11591 996147200 134512640 135215973 4294956304 18446744073709551615 134533067 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 12330 11591 415 171 0 11255 0
Current children cumulated CPU time (s) 519.76
Current children cumulated vsize (KiB) 49320

[startup+582.302 s]
/proc/loadavg: 1.99 1.97 1.80 3/74 10786
/proc/meminfo: memFree=1315744/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=53528 CPUtime=579.46
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 13297 644 0 0 57937 9 0 0 25 0 1 0 56672415 54812672 12648 996147200 134512640 135215973 4294956304 18446744073709551615 134590129 0 0 4096 0 0 0 0 17 1 0 0
/proc/10781/statm: 13382 12648 415 171 0 12307 0
Current children cumulated CPU time (s) 579.46
Current children cumulated vsize (KiB) 53528

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.81 3/74 10786
/proc/meminfo: memFree=1309344/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=57876 CPUtime=639.18

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

/proc/meminfo: memFree=1366296/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=76960 CPUtime=937.86
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 19201 644 0 0 93769 17 0 0 25 0 1 0 56672415 78807040 18552 996147200 134512640 135215973 4294956304 18446744073709551615 134533067 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 19240 18552 415 171 0 18165 0
Current children cumulated CPU time (s) 937.86
Current children cumulated vsize (KiB) 76960

[startup+1002.3 s]
/proc/loadavg: 2.00 1.97 1.85 3/83 10912
/proc/meminfo: memFree=1362584/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=80388 CPUtime=997.83
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 20053 644 0 0 99766 17 0 0 25 0 1 0 56672415 82317312 19404 996147200 134512640 135215973 4294956304 18446744073709551615 4158960648 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 20097 19404 415 171 0 19022 0
Current children cumulated CPU time (s) 997.83
Current children cumulated vsize (KiB) 80388

[startup+1062.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/83 10912
/proc/meminfo: memFree=1359704/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=83284 CPUtime=1057.82
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 20790 644 0 0 105764 18 0 0 25 0 1 0 56672415 85282816 20141 996147200 134512640 135215973 4294956304 18446744073709551615 4158960224 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 20821 20141 415 171 0 19746 0
Current children cumulated CPU time (s) 1057.82
Current children cumulated vsize (KiB) 83284

[startup+1122.3 s]
/proc/loadavg: 2.00 1.97 1.86 3/83 10912
/proc/meminfo: memFree=1356376/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=87476 CPUtime=1117.8
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 21813 644 0 0 111761 19 0 0 25 0 1 0 56672415 89575424 20907 996147200 134512640 135215973 4294956304 18446744073709551615 134599865 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 21869 20907 415 171 0 20794 0
Current children cumulated CPU time (s) 1117.8
Current children cumulated vsize (KiB) 87476

[startup+1182.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/83 10912
/proc/meminfo: memFree=1354392/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=89452 CPUtime=1177.77
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 22327 644 0 0 117758 19 0 0 25 0 1 0 56672415 91598848 21421 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 22363 21421 415 171 0 21288 0
Current children cumulated CPU time (s) 1177.77
Current children cumulated vsize (KiB) 89452

[startup+1242.3 s]
/proc/loadavg: 2.00 1.97 1.87 3/83 10954
/proc/meminfo: memFree=1350424/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=92752 CPUtime=1237.75
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 23152 644 0 0 123755 20 0 0 25 0 1 0 56672415 94978048 22246 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 23188 22246 415 171 0 22113 0
Current children cumulated CPU time (s) 1237.75
Current children cumulated vsize (KiB) 92752

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.88 3/83 10954
/proc/meminfo: memFree=1346776/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=96184 CPUtime=1297.73
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 24023 644 0 0 129752 21 0 0 25 0 1 0 56672415 98492416 23117 996147200 134512640 135215973 4294956304 18446744073709551615 134583640 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 24046 23117 415 171 0 22971 0
Current children cumulated CPU time (s) 1297.73
Current children cumulated vsize (KiB) 96184

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.89 3/83 10954
/proc/meminfo: memFree=1344152/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=98816 CPUtime=1357.7
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 24693 644 0 0 135749 21 0 0 25 0 1 0 56672415 101187584 23787 996147200 134512640 135215973 4294956304 18446744073709551615 134585386 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 24704 23787 415 171 0 23629 0
Current children cumulated CPU time (s) 1357.7
Current children cumulated vsize (KiB) 98816

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.89 3/83 10954
/proc/meminfo: memFree=1340440/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=102496 CPUtime=1417.68
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 25629 644 0 0 141747 21 0 0 25 0 1 0 56672415 104955904 24690 996147200 134512640 135215973 4294956304 18446744073709551615 134602879 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 25624 24690 415 171 0 24549 0
Current children cumulated CPU time (s) 1417.68
Current children cumulated vsize (KiB) 102496

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/83 10954
/proc/meminfo: memFree=1337112/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=105912 CPUtime=1477.66
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26473 644 0 0 147744 22 0 0 25 0 1 0 56672415 108453888 25534 996147200 134512640 135215973 4294956304 18446744073709551615 134532916 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26478 25534 415 171 0 25403 0
Current children cumulated CPU time (s) 1477.66
Current children cumulated vsize (KiB) 105912

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

[startup+1484.7 s]
/proc/loadavg: 2.00 1.97 1.90 3/83 10954
/proc/meminfo: memFree=1337048/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=105912 CPUtime=1480.06
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26475 644 0 0 147984 22 0 0 25 0 1 0 56672415 108453888 25536 996147200 134512640 135215973 4294956304 18446744073709551615 134600385 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26478 25536 415 171 0 25403 0
Current children cumulated CPU time (s) 1480.06
Current children cumulated vsize (KiB) 105912

[startup+1510.31 s]
/proc/loadavg: 2.00 1.97 1.90 4/83 10954
/proc/meminfo: memFree=1336600/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=106436 CPUtime=1505.66
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26600 644 0 0 150544 22 0 0 25 0 1 0 56672415 108990464 25661 996147200 134512640 135215973 4294956304 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26609 25661 415 171 0 25534 0
Current children cumulated CPU time (s) 1505.66
Current children cumulated vsize (KiB) 106436

[startup+1523.1 s]
/proc/loadavg: 2.00 1.97 1.90 3/83 10954
/proc/meminfo: memFree=1336472/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=106436 CPUtime=1518.44
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26624 644 0 0 151822 22 0 0 25 0 1 0 56672415 108990464 25685 996147200 134512640 135215973 4294956304 18446744073709551615 4158960064 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26609 25685 415 171 0 25534 0
Current children cumulated CPU time (s) 1518.44
Current children cumulated vsize (KiB) 106436

[startup+1526.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/83 10954
/proc/meminfo: memFree=1336472/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=106568 CPUtime=1521.64
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26638 644 0 0 152142 22 0 0 25 0 1 0 56672415 109125632 25699 996147200 134512640 135215973 4294956304 18446744073709551615 134591100 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26642 25699 415 171 0 25567 0
Current children cumulated CPU time (s) 1521.64
Current children cumulated vsize (KiB) 106568

[startup+1527.91 s]
/proc/loadavg: 2.00 1.97 1.90 3/83 10954
/proc/meminfo: memFree=1336408/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=106568 CPUtime=1523.24
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26640 644 0 0 152302 22 0 0 25 0 1 0 56672415 109125632 25701 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26642 25701 415 171 0 25567 0
Current children cumulated CPU time (s) 1523.24
Current children cumulated vsize (KiB) 106568

[startup+1529.5 s]
/proc/loadavg: 2.00 1.97 1.90 3/83 10954
/proc/meminfo: memFree=1336408/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=106568 CPUtime=1524.84
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26641 644 0 0 152462 22 0 0 25 0 1 0 56672415 109125632 25702 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26642 25702 415 171 0 25567 0
Current children cumulated CPU time (s) 1524.84
Current children cumulated vsize (KiB) 106568

[startup+1530.3 s]
/proc/loadavg: 2.00 1.97 1.90 3/83 10954
/proc/meminfo: memFree=1336408/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=104516 CPUtime=1525.64
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26642 644 0 0 152542 22 0 0 25 0 1 0 56672415 107024384 25419 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26129 25419 415 171 0 25054 0
Current children cumulated CPU time (s) 1525.64
Current children cumulated vsize (KiB) 104516

[startup+1530.5 s]
/proc/loadavg: 2.00 1.97 1.90 3/83 10954
/proc/meminfo: memFree=1336408/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=104516 CPUtime=1525.84
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26642 644 0 0 152562 22 0 0 25 0 1 0 56672415 107024384 25419 996147200 134512640 135215973 4294956304 18446744073709551615 9706276 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26129 25419 415 171 0 25054 0
Current children cumulated CPU time (s) 1525.84
Current children cumulated vsize (KiB) 104516

[startup+1530.6 s]
/proc/loadavg: 2.00 1.97 1.90 3/83 10954
/proc/meminfo: memFree=1336408/2055920 swapFree=4192812/4192956
[pid=10781] ppid=10779 vsize=104516 CPUtime=1525.94
/proc/10781/stat : 10781 (pcs.big) R 10779 10781 10501 0 -1 4194304 26642 644 0 0 152572 22 0 0 25 0 1 0 56672415 107024384 25419 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/10781/statm: 26129 25419 415 171 0 25054 0
Current children cumulated CPU time (s) 1525.94
Current children cumulated vsize (KiB) 104516

Child status: 0
Real time (s): 1530.7
CPU time (s): 1526.06
CPU user time (s): 1525.81
CPU system time (s): 0.248962
CPU usage (%): 99.6966
Max. virtual memory (cumulated for all children) (KiB): 106568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1525.81
system time used= 0.248962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27288
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= 18
involuntary context switches= 13140

runsolver used 1.69674 second user time and 4.74928 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-16 00:14:19
IDJOB=2063553
IDBENCH=54042
IDSOLVER=734
FILE ID=node32/2063553-1247696059
PBS_JOBID= 9521246
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= acaa860b0fdfe19b90740ee02393143f
RANDOM SEED=114893856

node32.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.236
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.236
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:       1389184 kB
Buffers:         71796 kB
Cached:         439292 kB
SwapCached:          0 kB
Active:         247240 kB
Inactive:       349384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          96996 kB
Slab:            55128 kB
Committed_AS:   620956 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node32 at 2009-07-16 00:39:50