Trace number 2695450

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
PB/CT 0.1? (TO) 1800.09 1800.11

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_40_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM72248c5a2862af1e3cf852420a7ca986
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.168973
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2800
Total number of constraints150
Number of soft constraints150
Number of constraints which are clauses80
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint35
Maximum length of a constraint40
Top cost 7477
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 7476
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PB/CT 0.1.1 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015
0.00/0.00	c constraints 0/70 clauses 0/80 units 0
0.00/0.00	c vars 2800
1800.08/1800.10	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2695450-1277919561/watcher-2695450-1277919561 -o /tmp/evaluation-result-2695450-1277919561/solver-2695450-1277919561 -C 1800 -W 2000 -M 3800 HOME/pbct --model HOME/instance-2695450-1277919561.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 14714
/proc/meminfo: memFree=30812464/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=2136 CPUtime=0
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 259 0 0 0 0 0 0 0 25 0 1 0 133252613 2187264 178 4089446400 134512640 136421960 4292215376 18446744073709551615 135811817 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/14714/statm: 534 178 144 467 0 65 0

[startup+0.07044 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 14714
/proc/meminfo: memFree=30812464/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=22084 CPUtime=0.06
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5216 0 0 0 6 0 0 0 25 0 1 0 133252613 22614016 5032 4089446400 134512640 136421960 4292215376 18446744073709551615 135830543 0 0 4096 16387 0 0 0 17 4 0 0 0
/proc/14714/statm: 5521 5032 203 467 0 5052 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 22084

[startup+0.100435 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 14714
/proc/meminfo: memFree=30812464/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=23944 CPUtime=0.09
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5702 0 0 0 8 1 0 0 25 0 1 0 133252613 24518656 5485 4089446400 134512640 136421960 4292215376 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 4 0 0 0
/proc/14714/statm: 5986 5485 213 467 0 5517 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23944

[startup+0.300401 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 14714
/proc/meminfo: memFree=30812464/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=23944 CPUtime=0.29
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5710 0 0 0 21 8 0 0 25 0 1 0 133252613 24518656 5493 4089446400 134512640 136421960 4292215376 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 4 0 0 0
/proc/14714/statm: 5986 5493 214 467 0 5517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23944

[startup+0.700333 s]
/proc/loadavg: 1.92 2.00 1.99 4/176 14714
/proc/meminfo: memFree=30812464/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24076 CPUtime=0.69
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5721 0 0 0 48 21 0 0 25 0 1 0 133252613 24653824 5504 4089446400 134512640 136421960 4292215376 18446744073709551615 134867949 0 0 4096 16387 0 0 0 17 4 0 0 0
/proc/14714/statm: 6019 5504 214 467 0 5550 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24076

[startup+1.5002 s]
/proc/loadavg: 1.92 2.00 1.99 3/177 14715
/proc/meminfo: memFree=30791128/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24076 CPUtime=1.49
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5750 0 0 0 109 40 0 0 25 0 1 0 133252613 24653824 5533 4089446400 134512640 136421960 4292215376 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 4 0 0 0
/proc/14714/statm: 6019 5533 214 467 0 5550 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24076

[startup+3.10093 s]
/proc/loadavg: 1.92 2.00 1.99 3/177 14715
/proc/meminfo: memFree=30790408/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24208 CPUtime=3.1
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5760 0 0 0 263 47 0 0 25 0 1 0 133252613 24788992 5543 4089446400 134512640 136421960 4292215376 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 4 0 0 0
/proc/14714/statm: 6052 5543 214 467 0 5583 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 24208

[startup+6.30039 s]
/proc/loadavg: 1.93 2.00 1.99 3/177 14715
/proc/meminfo: memFree=30789812/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24208 CPUtime=6.27
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5769 0 0 0 575 52 0 0 25 0 1 0 133252613 24788992 5552 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6052 5552 214 467 0 5583 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24208

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 1.99 3/177 14715
/proc/meminfo: memFree=30787652/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24208 CPUtime=12.66
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5771 0 0 0 1213 53 0 0 25 0 1 0 133252613 24788992 5554 4089446400 134512640 136421960 4292215376 18446744073709551615 134902536 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6052 5554 214 467 0 5583 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 24208

[startup+25.5001 s]
/proc/loadavg: 1.95 2.00 1.99 3/177 14715
/proc/meminfo: memFree=30780212/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24208 CPUtime=25.46
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5774 0 0 0 2490 56 0 0 25 0 1 0 133252613 24788992 5557 4089446400 134512640 136421960 4292215376 18446744073709551615 134902253 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6052 5557 214 467 0 5583 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 24208

[startup+51.1008 s]
/proc/loadavg: 1.96 2.00 1.99 3/177 14715
/proc/meminfo: memFree=30772116/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24208 CPUtime=51.07
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5783 0 0 0 5044 63 0 0 25 0 1 0 133252613 24788992 5566 4089446400 134512640 136421960 4292215376 18446744073709551615 134902237 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6052 5566 214 467 0 5583 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24208

[startup+102.306 s]
/proc/loadavg: 1.98 2.00 1.99 3/177 14717
/proc/meminfo: memFree=30750748/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24340 CPUtime=102.27
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5798 0 0 0 10153 74 0 0 25 0 1 0 133252613 24924160 5581 4089446400 134512640 136421960 4292215376 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6085 5581 214 467 0 5616 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24340

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/177 14719
/proc/meminfo: memFree=30722336/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24340 CPUtime=162.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5811 0 0 0 16142 84 0 0 25 0 1 0 133252613 24924160 5594 4089446400 134512640 136421960 4292215376 18446744073709551615 134902521 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6085 5594 214 467 0 5616 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 24340

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/177 14721
/proc/meminfo: memFree=30697884/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24472 CPUtime=222.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5822 0 0 0 22133 93 0 0 25 0 1 0 133252613 25059328 5605 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6118 5605 214 467 0 5649 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 24472

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14721
/proc/meminfo: memFree=30671180/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24472 CPUtime=282.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5842 0 0 0 28127 99 0 0 25 0 1 0 133252613 25059328 5625 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6118 5625 214 467 0 5649 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 24472

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14723
/proc/meminfo: memFree=30643736/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24472 CPUtime=342.25
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5843 0 0 0 34119 106 0 0 25 0 1 0 133252613 25059328 5626 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6118 5626 214 467 0 5649 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 24472

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14725
/proc/meminfo: memFree=30618908/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24472 CPUtime=402.25
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5847 0 0 0 40113 112 0 0 25 0 1 0 133252613 25059328 5630 4089446400 134512640 136421960 4292215376 18446744073709551615 134902245 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6118 5630 214 467 0 5649 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 24472

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14727
/proc/meminfo: memFree=30593952/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24604 CPUtime=462.25
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5854 0 0 0 46107 118 0 0 25 0 1 0 133252613 25194496 5637 4089446400 134512640 136421960 4292215376 18446744073709551615 134902536 0 0 4096 16387 0 0 0 17 2 0 0 0
/proc/14714/statm: 6151 5637 214 467 0 5682 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 24604

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14757
/proc/meminfo: memFree=31348012/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24604 CPUtime=522.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5860 0 0 0 52098 128 0 0 25 0 1 0 133252613 25194496 5643 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6151 5643 214 467 0 5682 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 24604

[startup+582.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 14757
/proc/meminfo: memFree=31240824/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24604 CPUtime=582.25
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5868 0 0 0 58086 139 0 0 25 0 1 0 133252613 25194496 5651 4089446400 134512640 136421960 4292215376 18446744073709551615 134902275 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6151 5651 214 467 0 5682 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 24604

[startup+642.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14759
/proc/meminfo: memFree=31115396/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24604 CPUtime=642.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5875 0 0 0 64075 151 0 0 25 0 1 0 133252613 25194496 5658 4089446400 134512640 136421960 4292215376 18446744073709551615 134902265 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6151 5658 214 467 0 5682 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 24604

[startup+702.301 s]

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

[startup+882.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/177 14765
/proc/meminfo: memFree=30810148/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24880 CPUtime=882.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5913 0 0 0 88031 195 0 0 25 0 1 0 133252613 25477120 5696 4089446400 134512640 136421960 4292215376 18446744073709551615 134902548 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6220 5696 214 467 0 5751 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 24880

[startup+942.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14767
/proc/meminfo: memFree=30735440/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24880 CPUtime=942.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5914 0 0 0 94021 205 0 0 25 0 1 0 133252613 25477120 5697 4089446400 134512640 136421960 4292215376 18446744073709551615 134902259 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6220 5697 214 467 0 5751 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 24880

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14769
/proc/meminfo: memFree=30662228/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24880 CPUtime=1002.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5914 0 0 0 100011 215 0 0 25 0 1 0 133252613 25477120 5697 4089446400 134512640 136421960 4292215376 18446744073709551615 134902403 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6220 5697 214 467 0 5751 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 24880

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14771
/proc/meminfo: memFree=30590140/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24880 CPUtime=1062.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5919 0 0 0 106002 224 0 0 25 0 1 0 133252613 25477120 5702 4089446400 134512640 136421960 4292215376 18446744073709551615 134902265 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6220 5702 214 467 0 5751 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 24880

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14773
/proc/meminfo: memFree=30512088/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24880 CPUtime=1122.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5924 0 0 0 111994 232 0 0 25 0 1 0 133252613 25477120 5707 4089446400 134512640 136421960 4292215376 18446744073709551615 134902548 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6220 5707 214 467 0 5751 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 24880

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14773
/proc/meminfo: memFree=30438512/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24880 CPUtime=1182.27
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5931 0 0 0 117987 240 0 0 25 0 1 0 133252613 25477120 5714 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6220 5714 214 467 0 5751 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 24880

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14775
/proc/meminfo: memFree=30363564/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24880 CPUtime=1242.27
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5939 0 0 0 123980 247 0 0 25 0 1 0 133252613 25477120 5722 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6220 5722 214 467 0 5751 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 24880

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14786
/proc/meminfo: memFree=30285380/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=24880 CPUtime=1302.27
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5939 0 0 0 129972 255 0 0 25 0 1 0 133252613 25477120 5722 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6220 5722 214 467 0 5751 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 24880

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14788
/proc/meminfo: memFree=30209628/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1362.27
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5948 0 0 0 135963 264 0 0 25 0 1 0 133252613 25612288 5731 4089446400 134512640 136421960 4292215376 18446744073709551615 134902259 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5731 214 467 0 5784 0
Current children cumulated CPU time (s) 1362.27
Current children cumulated vsize (KiB) 25012

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14790
/proc/meminfo: memFree=30134552/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1422.28
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5951 0 0 0 141956 272 0 0 25 0 1 0 133252613 25612288 5734 4089446400 134512640 136421960 4292215376 18446744073709551615 134902384 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5734 214 467 0 5784 0
Current children cumulated CPU time (s) 1422.28
Current children cumulated vsize (KiB) 25012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14790
/proc/meminfo: memFree=30058616/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1482.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5955 0 0 0 147948 278 0 0 25 0 1 0 133252613 25612288 5738 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5738 214 467 0 5784 0
Current children cumulated CPU time (s) 1482.26
Current children cumulated vsize (KiB) 25012

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14792
/proc/meminfo: memFree=29987388/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1542.26
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5960 0 0 0 153942 284 0 0 25 0 1 0 133252613 25612288 5743 4089446400 134512640 136421960 4292215376 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5743 214 467 0 5784 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 25012

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14794
/proc/meminfo: memFree=29914796/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1602.27
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5963 0 0 0 159936 291 0 0 25 0 1 0 133252613 25612288 5746 4089446400 134512640 136421960 4292215376 18446744073709551615 134902384 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5746 214 467 0 5784 0
Current children cumulated CPU time (s) 1602.27
Current children cumulated vsize (KiB) 25012

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 14796
/proc/meminfo: memFree=29841200/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1662.27
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5968 0 0 0 165929 298 0 0 25 0 1 0 133252613 25612288 5751 4089446400 134512640 136421960 4292215376 18446744073709551615 134902394 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5751 214 467 0 5784 0
Current children cumulated CPU time (s) 1662.27
Current children cumulated vsize (KiB) 25012

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/177 14798
/proc/meminfo: memFree=29762652/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1722.28
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5971 0 0 0 171922 306 0 0 25 0 1 0 133252613 25612288 5754 4089446400 134512640 136421960 4292215376 18446744073709551615 134902406 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5754 214 467 0 5784 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 25012

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/177 14798
/proc/meminfo: memFree=29689308/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1782.27
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5973 0 0 0 177914 313 0 0 25 0 1 0 133252613 25612288 5756 4089446400 134512640 136421960 4292215376 18446744073709551615 134902237 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5756 214 467 0 5784 0
Current children cumulated CPU time (s) 1782.27
Current children cumulated vsize (KiB) 25012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14800
/proc/meminfo: memFree=29666484/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1800.08
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5973 0 0 0 179693 315 0 0 25 0 1 0 133252613 25612288 5756 4089446400 134512640 136421960 4292215376 18446744073709551615 134902275 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5756 214 467 0 5784 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 25012

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/177 14800
/proc/meminfo: memFree=29666484/32951132 swapFree=67111528/67111528
[pid=14714] ppid=14712 vsize=25012 CPUtime=1800.08
/proc/14714/stat : 14714 (pbct) R 14712 14714 13569 0 -1 4202496 5973 0 0 0 179693 315 0 0 25 0 1 0 133252613 25612288 5756 4089446400 134512640 136421960 4292215376 18446744073709551615 134902275 0 0 4096 16387 0 0 0 17 5 0 0 0
/proc/14714/statm: 6253 5756 214 467 0 5784 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 25012

Child status: 0
Real time (s): 1800.11
CPU time (s): 1800.09
CPU user time (s): 1796.94
CPU system time (s): 3.15252
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 25012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.94
system time used= 3.15252
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5975
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= 1
involuntary context switches= 7413

runsolver used 2.54561 second user time and 5.64714 second system time

The end

Launcher Data

Begin job on node129 at 2010-06-30 19:39:21
IDJOB=2695450
IDBENCH=79150
IDSOLVER=1208
FILE ID=node129/2695450-1277919561
PBS_JOBID= 11197280
Free space on /tmp= 74208 MiB

SOLVER NAME= PB/CT 0.1
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl35_40_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695450-1277919561/watcher-2695450-1277919561 -o /tmp/evaluation-result-2695450-1277919561/solver-2695450-1277919561 -C 1800 -W 2000 -M 3800  HOME/pbct --model HOME/instance-2695450-1277919561.wbo

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

MD5SUM BENCH= 72248c5a2862af1e3cf852420a7ca986
RANDOM SEED=1712871159

node129.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.831
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.66
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.831
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.83
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.831
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.76
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.831
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.84
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.831
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	: 5410.05
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.831
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.83
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.831
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.75
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.831
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30812984 kB
Buffers:        206424 kB
Cached:        1075152 kB
SwapCached:          0 kB
Active:        1284352 kB
Inactive:       710724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30812984 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2088 kB
Writeback:           0 kB
AnonPages:      713296 kB
Mapped:          16332 kB
Slab:            79424 kB
PageTables:       5864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   863760 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74208 MiB
End job on node129 at 2010-06-30 20:09:23