Trace number 2082946

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 803.557 807.474

DiagnosticValue
ASSIGNMENTS107558

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-08-1093.xml
MD5SUMbf78e921ba91dea8e58cc955c04517cb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.266958
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1094
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
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.18/0.21	c Seed is 573551494
0.18/0.21	c Constructing HOME/instance-2082946-1247721940.xml  with 6500 constraints
0.18/0.21	c Solving 107558 backtracks 20 restarts
803.38/807.40	s SATISFIABLE
803.38/807.40	c V0=1093, V1=1088, V2=703, V3=1073, V4=55, V5=0, V6=990, V7=1, V8=1069, V9=3, V10=390, V11=1071, V12=8, V13=276, V14=0, V15=988, V16=9, V17=15, V18=494, V19=55, V20=1018, V21=0, V22=1085, V23=667, V24=390, V25=1073, V26=1074, V27=114, V28=350, V29=304, V30=355, V31=625, V32=23, V33=535, V34=13, V35=608, V36=12, V37=16, V38=0, V39=1030, V40=1014, V41=555, V42=978, V43=583, V44=1089, V45=15, V46=1085, V47=3, V48=1088, V49=2, V50=667, V51=1086, V52=0, V53=1076, V54=707, V55=1, V56=84, V57=23, V58=1073, V59=351, V60=173, V61=1087, V62=2, V63=1074, V64=8, V65=1014, V66=385, V67=1085, V68=12, V69=0, V70=351, V71=114, V72=583, V73=555, V74=10, V75=2, V76=13, V77=0, V78=1053, V79=707, V80=1059, V81=1053, V82=1089, V83=641, V84=1073, V85=658, V86=173, V87=304, V88=988, V89=250, V90=0, V91=608, V92=535, V93=0, V94=1085, V95=538, V96=282, V97=641, V98=385, V99=276, V100=1086, 
803.38/807.40	v 1093 1088 703 1073 55 0 990 1 1069 3 390 1071 8 276 0 988 9 15 494 55 1018 0 1085 667 390 1073 1074 114 350 304 355 625 23 535 13 608 12 16 0 1030 1014 555 978 583 1089 15 1085 3 1088 2 667 1086 0 1076 707 1 84 23 1073 351 173 1087 2 1074 8 1014 385 1085 12 0 351 114 583 555 10 2 13 0 1053 707 1059 1053 1089 641 1073 658 173 304 988 250 0 608 535 0 1085 538 282 641 385 276 1086 
803.38/807.40	d ASSIGNMENTS 107558

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-2082946-1247721940/watcher-2082946-1247721940 -o /tmp/evaluation-result-2082946-1247721940/solver-2082946-1247721940 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 573551494 HOME/instance-2082946-1247721940.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: 2.07 1.99 1.99 4/82 12436
/proc/meminfo: memFree=1277712/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=5356 CPUtime=0
/proc/12436/stat : 12436 (pcssolve) R 12434 12436 9855 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59256799 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12436/statm: 1339 241 200 169 0 50 0
[pid=12437] ppid=12436 vsize=0 CPUtime=0
/proc/12437/stat : 12437 (fgrep) Z 12436 12436 9855 0 -1 4194316 155 0 0 0 0 0 0 0 22 0 1 0 59256800 0 0 996147200 0 0 0 0 0 0 0 4096 0 18446744071563351923 0 0 17 1 0 0
/proc/12437/statm: 0 0 0 0 0 0 0
[pid=12438] ppid=12436 vsize=5356 CPUtime=0
/proc/12438/stat : 12438 (pcssolve) R 12436 12436 9855 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59256800 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12438/statm: 1339 241 200 169 0 50 0

[startup+0.0833619 s]
/proc/loadavg: 2.07 1.99 1.99 4/82 12436
/proc/meminfo: memFree=1277712/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=6036 CPUtime=0.06
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 1175 657 0 0 6 0 0 0 18 0 1 0 59256799 6180864 773 996147200 134512640 135215973 4294956304 18446744073709551615 10305149 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 1509 773 388 171 0 434 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6036

[startup+0.101359 s]
/proc/loadavg: 2.07 1.99 1.99 4/82 12436
/proc/meminfo: memFree=1277712/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=6492 CPUtime=0.08
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 1290 657 0 0 8 0 0 0 18 0 1 0 59256799 6647808 847 996147200 134512640 135215973 4294956304 18446744073709551615 10274427 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 1623 847 388 171 0 548 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6492

[startup+0.301384 s]
/proc/loadavg: 2.07 1.99 1.99 4/82 12436
/proc/meminfo: memFree=1277712/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=8960 CPUtime=0.28
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 2150 657 0 0 27 1 0 0 19 0 1 0 59256799 9175040 1493 996147200 134512640 135215973 4294956304 18446744073709551615 134590088 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 2240 1493 407 171 0 1165 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8960

[startup+0.70143 s]
/proc/loadavg: 2.07 1.99 1.99 4/82 12436
/proc/meminfo: memFree=1277712/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=9100 CPUtime=0.68
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 2181 657 0 0 67 1 0 0 23 0 1 0 59256799 9318400 1524 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 2275 1524 407 171 0 1200 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9100

[startup+1.50152 s]
/proc/loadavg: 2.07 1.99 1.99 3/83 12441
/proc/meminfo: memFree=1273096/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=9604 CPUtime=1.47
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 2298 657 0 0 146 1 0 0 25 0 1 0 59256799 9834496 1641 996147200 134512640 135215973 4294956304 18446744073709551615 134648311 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 2401 1641 407 171 0 1326 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9604

[startup+3.10171 s]
/proc/loadavg: 2.06 1.99 1.99 3/83 12441
/proc/meminfo: memFree=1272392/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=11916 CPUtime=3.06
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 2962 657 0 0 305 1 0 0 25 0 1 0 59256799 12201984 2063 996147200 134512640 135215973 4294956304 18446744073709551615 135095910 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 2979 2063 407 171 0 1904 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 11916

[startup+6.30109 s]
/proc/loadavg: 2.06 1.99 1.99 3/83 12441
/proc/meminfo: memFree=1269768/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=13448 CPUtime=6.24
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 3396 657 0 0 623 1 0 0 25 0 1 0 59256799 13770752 2432 996147200 134512640 135215973 4294956304 18446744073709551615 134587268 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 3362 2432 407 171 0 2287 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 13448

[startup+12.7018 s]
/proc/loadavg: 2.05 1.99 1.99 3/83 12441
/proc/meminfo: memFree=1265352/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=18156 CPUtime=12.62
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 4657 657 0 0 1259 3 0 0 25 0 1 0 59256799 18591744 3499 996147200 134512640 135215973 4294956304 18446744073709551615 134648545 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 4539 3499 407 171 0 3464 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 18156

[startup+25.5013 s]
/proc/loadavg: 2.04 1.99 1.99 3/83 12441
/proc/meminfo: memFree=1245904/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=26248 CPUtime=25.35
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 6862 657 0 0 2530 5 0 0 25 0 1 0 59256799 26877952 5447 996147200 134512640 135215973 4294956304 18446744073709551615 134591622 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 6562 5447 407 171 0 5487 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 26248

[startup+51.1013 s]
/proc/loadavg: 2.03 1.99 1.99 3/83 12441
/proc/meminfo: memFree=1198160/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=42044 CPUtime=50.83
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 11284 657 0 0 5075 8 0 0 25 0 1 0 59256799 43053056 9356 996147200 134512640 135215973 4294956304 18446744073709551615 134532976 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 10511 9356 407 171 0 9436 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 42044

[startup+102.305 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 12441
/proc/meminfo: memFree=1155408/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=75504 CPUtime=101.78
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 20339 657 0 0 10163 15 0 0 25 0 1 0 59256799 77316096 17257 996147200 134512640 135215973 4294956304 18446744073709551615 134600035 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 18876 17257 407 171 0 17801 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 75504

[startup+162.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12441
/proc/meminfo: memFree=1084496/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=114356 CPUtime=161.49
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 30876 657 0 0 16125 24 0 0 25 0 1 0 59256799 117100544 25745 996147200 134512640 135215973 4294956304 18446744073709551615 134610603 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 28589 25745 407 171 0 27514 0
Current children cumulated CPU time (s) 161.49
Current children cumulated vsize (KiB) 114356

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12441
/proc/meminfo: memFree=1013584/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=145976 CPUtime=221.2
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 39563 657 0 0 22088 32 0 0 25 0 1 0 59256799 149479424 34175 996147200 134512640 135215973 4294956304 18446744073709551615 134648297 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 36494 34175 407 171 0 35419 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 145976

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12441
/proc/meminfo: memFree=934352/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=175500 CPUtime=280.91
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 47805 657 0 0 28051 40 0 0 25 0 1 0 59256799 179712000 42417 996147200 134512640 135215973 4294956304 18446744073709551615 4158960136 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 43875 42417 407 171 0 42800 0
Current children cumulated CPU time (s) 280.91
Current children cumulated vsize (KiB) 175500

[startup+342.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12441
/proc/meminfo: memFree=866064/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=223604 CPUtime=340.62
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 60747 657 0 0 34012 50 0 0 25 0 1 0 59256799 228970496 51262 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 55901 51262 407 171 0 54826 0
Current children cumulated CPU time (s) 340.62
Current children cumulated vsize (KiB) 223604

[startup+402.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/83 12441
/proc/meminfo: memFree=827856/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=247496 CPUtime=400.33
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 67346 657 0 0 39976 57 0 0 25 0 1 0 59256799 253435904 57861 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 61874 57861 407 171 0 60799 0
Current children cumulated CPU time (s) 400.33
Current children cumulated vsize (KiB) 247496

[startup+462.302 s]
/proc/loadavg: 2.07 2.00 2.00 3/83 12441
/proc/meminfo: memFree=759504/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=282480 CPUtime=460.04
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 76910 657 0 0 45939 65 0 0 25 0 1 0 59256799 289259520 66912 996147200 134512640 135215973 4294956304 18446744073709551615 4158960146 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 70620 66912 407 171 0 69545 0
Current children cumulated CPU time (s) 460.04
Current children cumulated vsize (KiB) 282480

[startup+522.302 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 12441
/proc/meminfo: memFree=688528/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=310988 CPUtime=519.75
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 84782 657 0 0 51903 72 0 0 25 0 1 0 59256799 318451712 74784 996147200 134512640 135215973 4294956304 18446744073709551615 134532657 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 77747 74784 407 171 0 76672 0
Current children cumulated CPU time (s) 519.75
Current children cumulated vsize (KiB) 310988

[startup+582.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 12441
/proc/meminfo: memFree=619472/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=345828 CPUtime=579.45
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 94308 657 0 0 57867 78 0 0 25 0 1 0 59256799 354127872 84310 996147200 134512640 135215973 4294956304 18446744073709551615 4158960148 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 86457 84310 407 171 0 85382 0
Current children cumulated CPU time (s) 579.45
Current children cumulated vsize (KiB) 345828

[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 12441
/proc/meminfo: memFree=551120/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=376000 CPUtime=639.17
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 102714 657 0 0 63831 86 0 0 25 0 1 0 59256799 385024000 92716 996147200 134512640 135215973 4294956304 18446744073709551615 134590055 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 94000 92716 407 171 0 92925 0
Current children cumulated CPU time (s) 639.17
Current children cumulated vsize (KiB) 376000

[startup+702.302 s]
/proc/loadavg: 2.06 2.01 2.00 3/83 12441
/proc/meminfo: memFree=480272/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=442156 CPUtime=698.88
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 120070 657 0 0 69790 98 0 0 25 0 1 0 59256799 452767744 101879 996147200 134512640 135215973 4294956304 18446744073709551615 4158960114 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 110539 101879 407 171 0 109464 0
Current children cumulated CPU time (s) 698.88
Current children cumulated vsize (KiB) 442156

[startup+762.306 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 12441
/proc/meminfo: memFree=440848/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=473324 CPUtime=758.59
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 128659 657 0 0 75754 105 0 0 25 0 1 0 59256799 484683776 110468 996147200 134512640 135215973 4294956304 18446744073709551615 134604669 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 118331 110468 407 171 0 117256 0
Current children cumulated CPU time (s) 758.59
Current children cumulated vsize (KiB) 473324

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

[startup+767.902 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 12441
/proc/meminfo: memFree=437776/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=476216 CPUtime=764.16
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 129438 657 0 0 76310 106 0 0 25 0 1 0 59256799 487645184 111247 996147200 134512640 135215973 4294956304 18446744073709551615 134532661 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 119054 111247 407 171 0 117979 0
Current children cumulated CPU time (s) 764.16
Current children cumulated vsize (KiB) 476216

[startup+793.502 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 12441
/proc/meminfo: memFree=418000/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=490088 CPUtime=789.64
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 133296 657 0 0 78853 111 0 0 25 0 1 0 59256799 501850112 115105 996147200 134512640 135215973 4294956304 18446744073709551615 10280610 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 122522 115105 407 171 0 121447 0
Current children cumulated CPU time (s) 789.64
Current children cumulated vsize (KiB) 490088

[startup+799.901 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 12441
/proc/meminfo: memFree=381072/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=497216 CPUtime=796.01
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 135162 657 0 0 79489 112 0 0 25 0 1 0 59256799 509149184 116971 996147200 134512640 135215973 4294956304 18446744073709551615 4158960288 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 124304 116971 407 171 0 123229 0
Current children cumulated CPU time (s) 796.01
Current children cumulated vsize (KiB) 497216

[startup+803.103 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 12441
/proc/meminfo: memFree=380048/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=497976 CPUtime=799.19
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 135410 657 0 0 79807 112 0 0 25 0 1 0 59256799 509927424 117219 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 124494 117219 407 171 0 123419 0
Current children cumulated CPU time (s) 799.19
Current children cumulated vsize (KiB) 497976

[startup+804.702 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 12441
/proc/meminfo: memFree=379728/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=498412 CPUtime=800.78
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 135520 657 0 0 79966 112 0 0 25 0 1 0 59256799 510373888 117329 996147200 134512640 135215973 4294956304 18446744073709551615 134648399 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 124603 117329 407 171 0 123528 0
Current children cumulated CPU time (s) 800.78
Current children cumulated vsize (KiB) 498412

[startup+806.306 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 12441
/proc/meminfo: memFree=379088/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=498628 CPUtime=802.37
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 135637 657 0 0 80125 112 0 0 25 0 1 0 59256799 510595072 117446 996147200 134512640 135215973 4294956304 18446744073709551615 134604846 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 124657 117446 407 171 0 123582 0
Current children cumulated CPU time (s) 802.37
Current children cumulated vsize (KiB) 498628

[startup+807.101 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 12441
/proc/meminfo: memFree=379088/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=494528 CPUtime=803.17
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 135639 657 0 0 80204 113 0 0 25 0 1 0 59256799 506396672 116556 996147200 134512640 135215973 4294956304 18446744073709551615 134532714 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 123632 116556 407 171 0 122557 0
Current children cumulated CPU time (s) 803.17
Current children cumulated vsize (KiB) 494528

[startup+807.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 12441
/proc/meminfo: memFree=382480/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=494528 CPUtime=803.38
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194304 135639 657 0 0 80225 113 0 0 25 0 1 0 59256799 506396672 116556 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 123632 116556 407 171 0 122557 0
Current children cumulated CPU time (s) 803.38
Current children cumulated vsize (KiB) 494528

[startup+807.406 s]
/proc/loadavg: 2.01 2.00 2.00 3/83 12441
/proc/meminfo: memFree=382480/2055920 swapFree=4192812/4192956
[pid=12436] ppid=12434 vsize=0 CPUtime=803.47
/proc/12436/stat : 12436 (pcs.big) R 12434 12436 9855 0 -1 4194308 135642 657 0 0 80234 113 0 0 25 0 1 0 59256799 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/12436/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 803.47
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 807.474
CPU time (s): 803.557
CPU user time (s): 802.346
CPU system time (s): 1.21081
CPU usage (%): 99.5149
Max. virtual memory (cumulated for all children) (KiB): 498628

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

runsolver used 0.761884 second user time and 2.18567 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-16 07:25:40
IDJOB=2082946
IDBENCH=57656
IDSOLVER=734
FILE ID=node66/2082946-1247721940
PBS_JOBID= 9521324
Free space on /tmp= 66260 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-08-1093.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082946-1247721940/watcher-2082946-1247721940 -o /tmp/evaluation-result-2082946-1247721940/solver-2082946-1247721940 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 573551494 HOME/instance-2082946-1247721940.xml

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

MD5SUM BENCH= bf78e921ba91dea8e58cc955c04517cb
RANDOM SEED=573551494

node66.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.214
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.214
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:       1278192 kB
Buffers:         75348 kB
Cached:         383924 kB
SwapCached:          0 kB
Active:         313028 kB
Inactive:       384824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1278192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         258992 kB
Slab:            64604 kB
Committed_AS:   867808 kB
PageTables:       2236 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= 66256 MiB
End job on node66 at 2009-07-16 07:39:07