Trace number 3448718

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
clasp 2.0-RC2OPTIMUM 529.881 529.885

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom40-2_wcsp.wbo
MD5SUMdc0207dd780e8486ac4fdb37fec549e2
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark0.007997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables80
Total number of constraints196
Number of soft constraints156
Number of constraints which are clauses156
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Top cost 79
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 156
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 3
Number of bits of the biggest sum of numbers2
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...897137/instance-3448718-1307897137.wbo
0.00/0.00	c Solving...
0.00/0.00	o 78
0.00/0.00	o 76
0.00/0.00	o 51
0.00/0.00	o 44
0.00/0.00	o 34
0.00/0.00	o 33
0.00/0.00	o 31
0.00/0.00	o 30
0.00/0.00	o 29
0.00/0.00	o 28
0.00/0.00	o 27
0.00/0.02	o 26
0.00/0.02	o 25
0.09/0.10	o 24
0.09/0.13	o 23
5.40/5.45	o 22
529.79/529.88	c Answer: 16
529.79/529.88	v -x1 x2 x3 -x4 x5 -x6 -x7 x8 -x9 x10 x11 -x12 x13 -x14 -x15 x16 x17 -x18
529.79/529.88	v -x19 x20 -x21 x22 -x23 x24 -x25 x26 -x27 x28 x29 -x30 x31 -x32 x33 -x34
529.79/529.88	v x35 -x36 x37 -x38 x39 -x40 x41 -x42 x43 -x44 -x45 x46 x47 -x48 -x49 x50
529.79/529.88	v x51 -x52 -x53 x54 -x55 x56 x57 -x58 -x59 x60 -x61 x62 -x63 x64 -x65 x66
529.79/529.88	v -x67 x68 -x69 x70 x71 -x72 x73 -x74 -x75 x76 x77 -x78 -x79 x80
529.79/529.88	s OPTIMUM FOUND
529.79/529.88	
529.79/529.88	c Models        : 1     
529.79/529.88	c   Enumerated  : 16
529.79/529.88	c   Optimum     : yes
529.79/529.88	c Optimization  : 22
529.79/529.88	c Time          : 529.882s (Solving: 529.88s 1st Model: 0.00s Unsat: 524.42s)
529.79/529.88	c CPU Time      : 529.950s

Verifier Data

OK	22

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3448718-1307897137/watcher-3448718-1307897137 -o /var/tmp/evaluation-result-3448718-1307897137/solver-3448718-1307897137 -C 1800 -W 1900 -M 15500 HOME/clasp HOME/instance-3448718-1307897137.wbo --restart-on-model --opt-heu=2 --heu=Berkmin --berk-max=512 --berk-once 

running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.84 3/177 11449
/proc/meminfo: memFree=1348244/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2132 CPUtime=0 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 305 0 0 0 0 0 0 0 24 0 1 0 901312421 2183168 259 33554432000 134512640 136285325 4289013248 18446744073709551615 135029377 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 533 259 209 433 0 98 0

[startup+0.0568359 s]
/proc/loadavg: 1.84 1.97 1.84 3/177 11449
/proc/meminfo: memFree=1348244/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2132 CPUtime=0.05 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 316 0 0 0 5 0 0 0 24 0 1 0 901312421 2183168 270 33554432000 134512640 136285325 4289013248 18446744073709551615 134971755 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 533 270 209 433 0 98 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2132

[startup+0.100829 s]
/proc/loadavg: 1.84 1.97 1.84 3/177 11449
/proc/meminfo: memFree=1348244/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2132 CPUtime=0.09 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 318 0 0 0 9 0 0 0 24 0 1 0 901312421 2183168 272 33554432000 134512640 136285325 4289013248 18446744073709551615 134971755 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 533 272 209 433 0 98 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2132

[startup+0.300795 s]
/proc/loadavg: 1.84 1.97 1.84 3/177 11449
/proc/meminfo: memFree=1348244/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2132 CPUtime=0.29 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 326 0 0 0 29 0 0 0 25 0 1 0 901312421 2183168 280 33554432000 134512640 136285325 4289013248 18446744073709551615 134676521 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 533 280 209 433 0 98 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2132

[startup+0.700728 s]
/proc/loadavg: 1.84 1.97 1.84 3/177 11449
/proc/meminfo: memFree=1348244/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2260 CPUtime=0.69 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 336 0 0 0 69 0 0 0 25 0 1 0 901312421 2314240 290 33554432000 134512640 136285325 4289013248 18446744073709551615 135026641 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 565 290 209 433 0 130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2260

[startup+1.50066 s]
/proc/loadavg: 1.84 1.97 1.84 3/178 11450
/proc/meminfo: memFree=1347020/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2260 CPUtime=1.49 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 344 0 0 0 149 0 0 0 25 0 1 0 901312421 2314240 298 33554432000 134512640 136285325 4289013248 18446744073709551615 134954247 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 565 298 209 433 0 130 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2260

[startup+3.10033 s]
/proc/loadavg: 1.84 1.97 1.84 3/178 11450
/proc/meminfo: memFree=1346612/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2260 CPUtime=3.09 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 356 0 0 0 309 0 0 0 25 0 1 0 901312421 2314240 310 33554432000 134512640 136285325 4289013248 18446744073709551615 134667449 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 565 310 209 433 0 130 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2260

[startup+6.30086 s]
/proc/loadavg: 1.86 1.97 1.84 3/178 11450
/proc/meminfo: memFree=1346364/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2392 CPUtime=6.29 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 370 0 0 0 629 0 0 0 25 0 1 0 901312421 2449408 324 33554432000 134512640 136285325 4289013248 18446744073709551615 134677250 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 598 324 209 433 0 163 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2392

[startup+12.7007 s]
/proc/loadavg: 1.87 1.97 1.84 3/178 11450
/proc/meminfo: memFree=1345268/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2392 CPUtime=12.69 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 388 0 0 0 1269 0 0 0 25 0 1 0 901312421 2449408 342 33554432000 134512640 136285325 4289013248 18446744073709551615 134971837 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 598 342 209 433 0 163 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2392

[startup+25.5006 s]
/proc/loadavg: 1.90 1.97 1.84 3/178 11450
/proc/meminfo: memFree=1345192/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2524 CPUtime=25.49 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 405 0 0 0 2549 0 0 0 25 0 1 0 901312421 2584576 359 33554432000 134512640 136285325 4289013248 18446744073709551615 134953179 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 631 359 209 433 0 196 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2524

[startup+51.1003 s]
/proc/loadavg: 1.93 1.97 1.84 3/178 11451
/proc/meminfo: memFree=1344916/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2656 CPUtime=51.09 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 434 0 0 0 5109 0 0 0 25 0 1 0 901312421 2719744 388 33554432000 134512640 136285325 4289013248 18446744073709551615 134939298 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 664 388 209 433 0 229 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2656

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.85 3/178 11452
/proc/meminfo: memFree=1343908/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2656 CPUtime=102.3 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 456 0 0 0 10230 0 0 0 25 0 1 0 901312421 2719744 410 33554432000 134512640 136285325 4289013248 18446744073709551615 135022881 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 664 410 209 433 0 229 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2656

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.85 3/178 11454
/proc/meminfo: memFree=1343744/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2788 CPUtime=162.29 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 472 0 0 0 16229 0 0 0 25 0 1 0 901312421 2854912 426 33554432000 134512640 136285325 4289013248 18446744073709551615 135022879 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 697 426 209 433 0 262 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2788

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.86 3/178 11455
/proc/meminfo: memFree=1343588/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2788 CPUtime=222.29 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 484 0 0 0 22229 0 0 0 25 0 1 0 901312421 2854912 438 33554432000 134512640 136285325 4289013248 18446744073709551615 135028721 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 697 438 209 433 0 262 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2788

[startup+282.3 s]
/proc/loadavg: 1.99 1.97 1.87 3/178 11457
/proc/meminfo: memFree=1343428/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=282.29 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 498 0 0 0 28229 0 0 0 25 0 1 0 901312421 2990080 452 33554432000 134512640 136285325 4289013248 18446744073709551615 134731787 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/11449/statm: 730 452 209 433 0 295 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2920

[startup+342.3 s]
/proc/loadavg: 2.06 1.99 1.88 3/178 11458
/proc/meminfo: memFree=1343384/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=342.29 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 506 0 0 0 34229 0 0 0 25 0 1 0 901312421 2990080 460 33554432000 134512640 136285325 4289013248 18446744073709551615 134954777 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 460 209 433 0 295 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2920

[startup+402.3 s]
/proc/loadavg: 2.02 1.99 1.88 3/178 11460
/proc/meminfo: memFree=1343348/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=402.29 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 509 0 0 0 40229 0 0 0 25 0 1 0 901312421 2990080 463 33554432000 134512640 136285325 4289013248 18446744073709551615 134958591 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 463 209 433 0 295 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 2920

[startup+462.3 s]
/proc/loadavg: 2.01 1.99 1.89 3/178 11462
/proc/meminfo: memFree=1343436/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=462.29 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 512 0 0 0 46229 0 0 0 25 0 1 0 901312421 2990080 466 33554432000 134512640 136285325 4289013248 18446744073709551615 134953704 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 466 209 433 0 295 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 2920

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.89 3/178 11463
/proc/meminfo: memFree=1343528/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=522.29 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 512 0 0 0 52229 0 0 0 25 0 1 0 901312421 2990080 466 33554432000 134512640 136285325 4289013248 18446744073709551615 134954214 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 466 209 433 0 295 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 2920

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

[startup+524.706 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 11464
/proc/meminfo: memFree=1343528/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=524.7 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 512 0 0 0 52470 0 0 0 25 0 1 0 901312421 2990080 466 33554432000 134512640 136285325 4289013248 18446744073709551615 134732287 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 466 209 433 0 295 0
Current children cumulated CPU time (s) 524.7
Current children cumulated vsize (KiB) 2920

[startup+527.9 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 11464
/proc/meminfo: memFree=1343404/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=527.9 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 512 0 0 0 52790 0 0 0 25 0 1 0 901312421 2990080 466 33554432000 134512640 136285325 4289013248 18446744073709551615 134638500 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 466 209 433 0 295 0
Current children cumulated CPU time (s) 527.9
Current children cumulated vsize (KiB) 2920

[startup+528.701 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 11464
/proc/meminfo: memFree=1343404/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=528.69 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 512 0 0 0 52869 0 0 0 25 0 1 0 901312421 2990080 466 33554432000 134512640 136285325 4289013248 18446744073709551615 134954572 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 466 209 433 0 295 0
Current children cumulated CPU time (s) 528.69
Current children cumulated vsize (KiB) 2920

[startup+529.501 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 11464
/proc/meminfo: memFree=1343404/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=529.49 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 512 0 0 0 52949 0 0 0 25 0 1 0 901312421 2990080 466 33554432000 134512640 136285325 4289013248 18446744073709551615 135028038 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 466 209 433 0 295 0
Current children cumulated CPU time (s) 529.49
Current children cumulated vsize (KiB) 2920

[startup+529.701 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 11464
/proc/meminfo: memFree=1343404/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=529.69 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 512 0 0 0 52969 0 0 0 25 0 1 0 901312421 2990080 466 33554432000 134512640 136285325 4289013248 18446744073709551615 134944042 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 466 209 433 0 295 0
Current children cumulated CPU time (s) 529.69
Current children cumulated vsize (KiB) 2920

[startup+529.801 s]
/proc/loadavg: 2.00 1.99 1.90 3/178 11464
/proc/meminfo: memFree=1343404/32950928 swapFree=67050636/67111528
[pid=11449] ppid=11447 vsize=2920 CPUtime=529.79 cores=1,3,5,7
/proc/11449/stat : 11449 (clasp) R 11447 11449 10203 0 -1 4202496 512 0 0 0 52979 0 0 0 25 0 1 0 901312421 2990080 466 33554432000 134512640 136285325 4289013248 18446744073709551615 134933746 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/11449/statm: 730 466 209 433 0 295 0
Current children cumulated CPU time (s) 529.79
Current children cumulated vsize (KiB) 2920

Child status: 10
Real time (s): 529.885
CPU time (s): 529.881
CPU user time (s): 529.878
CPU system time (s): 0.002999
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 2920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 529.878
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524
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= 5
involuntary context switches= 4222

runsolver used 0.769882 second user time and 1.64175 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-12 18:45:37
IDJOB=3448718
IDBENCH=79437
IDSOLVER=1946
FILE ID=node126/3448718-1307897137
RUNJOBID= node126-1307895221-10456
PBS_JOBID= 13559580
Free space on /var/tmp= 2892 MiB

SOLVER NAME= clasp 2.0-RC2
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom40-2_wcsp.wbo
COMMAND LINE= HOME/clasp BENCHNAME --restart-on-model --opt-heu=2 --heu=Berkmin --berk-max=512 --berk-once
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3448718-1307897137/watcher-3448718-1307897137 -o /var/tmp/evaluation-result-3448718-1307897137/solver-3448718-1307897137 -C 1800 -W 1900 -M 15500  HOME/clasp HOME/instance-3448718-1307897137.wbo --restart-on-model --opt-heu=2 --heu=Berkmin --berk-max=512 --berk-once

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= dc0207dd780e8486ac4fdb37fec549e2
RANDOM SEED=1545223652

node126.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1349036 kB
Buffers:         48516 kB
Cached:       30573128 kB
SwapCached:      14604 kB
Active:       15748252 kB
Inactive:     14894616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1349036 kB
SwapTotal:    67111528 kB
SwapFree:     67050636 kB
Dirty:            4104 kB
Writeback:           0 kB
AnonPages:       18768 kB
Mapped:           9960 kB
Slab:           896176 kB
PageTables:       4672 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   212668 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2888 MiB
End job on node126 at 2011-06-12 18:54:27