Trace number 2695189

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.05 1800.01

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl35_45_pb.cnf.cr--soft-33-100-0.wbo
MD5SUM3aafd47af6446049bcdbc11c9b966efe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.6489
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3150
Total number of constraints160
Number of soft constraints101
Number of constraints which are clauses90
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 constraint45
Top cost 4835
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 4834
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 46
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.01	c constraints 30/40 clauses 29/61 units 0
0.00/0.01	c vars 3150
1800.04/1800.00	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-2695189-1277891598/watcher-2695189-1277891598 -o /tmp/evaluation-result-2695189-1277891598/solver-2695189-1277891598 -C 1800 -W 2000 -M 3800 HOME/pbct --model HOME/instance-2695189-1277891598.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 1.99 2.52 4/178 10084
/proc/meminfo: memFree=30921016/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=2136 CPUtime=0
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 253 0 0 0 0 0 0 0 21 0 1 0 130457738 2187264 172 4089446400 134512640 136421960 4294096560 18446744073709551615 135811817 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/10084/statm: 534 172 144 467 0 65 0

[startup+0.0578401 s]
/proc/loadavg: 1.92 1.99 2.52 4/178 10084
/proc/meminfo: memFree=30921016/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=16804 CPUtime=0.05
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 3888 0 0 0 5 0 0 0 21 0 1 0 130457738 17207296 3807 4089446400 134512640 136421960 4294096560 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 4201 3812 193 467 0 3732 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16804

[startup+0.100832 s]
/proc/loadavg: 1.92 1.99 2.52 4/178 10084
/proc/meminfo: memFree=30921016/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=25696 CPUtime=0.09
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6123 0 0 0 9 0 0 0 21 0 1 0 130457738 26312704 5865 4089446400 134512640 136421960 4294096560 18446744073709551615 134700917 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6424 5865 203 467 0 5955 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25696

[startup+0.300808 s]
/proc/loadavg: 1.92 1.99 2.52 4/178 10084
/proc/meminfo: memFree=30921016/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26396 CPUtime=0.29
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6310 0 0 0 12 17 0 0 21 0 1 0 130457738 27029504 6052 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6599 6052 214 467 0 6130 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26396

[startup+0.700721 s]
/proc/loadavg: 1.92 1.99 2.52 4/178 10084
/proc/meminfo: memFree=30921016/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26396 CPUtime=0.69
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6312 0 0 0 18 51 0 0 22 0 1 0 130457738 27029504 6054 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6599 6054 214 467 0 6130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26396

[startup+1.50056 s]
/proc/loadavg: 1.92 1.99 2.52 3/179 10085
/proc/meminfo: memFree=30896456/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26396 CPUtime=1.49
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6330 0 0 0 39 110 0 0 25 0 1 0 130457738 27029504 6072 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6599 6072 214 467 0 6130 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26396

[startup+3.1003 s]
/proc/loadavg: 1.93 1.99 2.52 3/179 10085
/proc/meminfo: memFree=30894224/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26528 CPUtime=3.09
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6341 0 0 0 82 227 0 0 25 0 1 0 130457738 27164672 6083 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6632 6083 214 467 0 6163 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26528

[startup+6.30074 s]
/proc/loadavg: 1.93 1.99 2.52 3/179 10085
/proc/meminfo: memFree=30890384/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26528 CPUtime=6.3
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6360 0 0 0 161 469 0 0 25 0 1 0 130457738 27164672 6102 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6632 6102 214 467 0 6163 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 26528

[startup+12.7006 s]
/proc/loadavg: 1.94 1.99 2.52 3/179 10085
/proc/meminfo: memFree=30886556/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26660 CPUtime=12.69
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6375 0 0 0 653 616 0 0 25 0 1 0 130457738 27299840 6117 4089446400 134512640 136421960 4294096560 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6665 6117 214 467 0 6196 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26660

[startup+25.5003 s]
/proc/loadavg: 1.95 1.99 2.51 3/179 10086
/proc/meminfo: memFree=30876804/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26660 CPUtime=25.49
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6379 0 0 0 1883 666 0 0 25 0 1 0 130457738 27299840 6121 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6665 6121 214 467 0 6196 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26660

[startup+51.1008 s]
/proc/loadavg: 1.96 1.99 2.49 3/179 10087
/proc/meminfo: memFree=30851332/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26660 CPUtime=51.09
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6392 0 0 0 4294 815 0 0 25 0 1 0 130457738 27299840 6134 4089446400 134512640 136421960 4294096560 18446744073709551615 134902521 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6665 6134 214 467 0 6196 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 26660

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.47 3/179 10088
/proc/meminfo: memFree=30791176/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26660 CPUtime=102.3
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6395 0 0 0 9342 888 0 0 25 0 1 0 130457738 27299840 6137 4089446400 134512640 136421960 4294096560 18446744073709551615 134902536 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6665 6137 214 467 0 6196 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 26660

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.44 3/179 10089
/proc/meminfo: memFree=30721204/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=162.3
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6401 0 0 0 15282 948 0 0 25 0 1 0 130457738 27439104 6143 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6143 214 467 0 6230 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 26796

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.41 3/179 10091
/proc/meminfo: memFree=30654820/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=222.3
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6403 0 0 0 21242 988 0 0 25 0 1 0 130457738 27439104 6145 4089446400 134512640 136421960 4294096560 18446744073709551615 134902557 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6145 214 467 0 6230 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 26796

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.38 3/179 10093
/proc/meminfo: memFree=30601956/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=282.3
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6405 0 0 0 27213 1017 0 0 25 0 1 0 130457738 27439104 6147 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6147 214 467 0 6230 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 26796

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.35 3/179 10095
/proc/meminfo: memFree=30561992/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=342.3
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6408 0 0 0 33183 1047 0 0 25 0 1 0 130457738 27439104 6150 4089446400 134512640 136421960 4294096560 18446744073709551615 134902388 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6150 214 467 0 6230 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 26796

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.33 3/179 10096
/proc/meminfo: memFree=30492012/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=402.3
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6408 0 0 0 39161 1069 0 0 25 0 1 0 130457738 27439104 6150 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6150 214 467 0 6230 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 26796

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.30 3/179 10097
/proc/meminfo: memFree=30427868/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=462.3
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6411 0 0 0 45133 1097 0 0 25 0 1 0 130457738 27439104 6153 4089446400 134512640 136421960 4294096560 18446744073709551615 134902521 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6153 214 467 0 6230 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 26796

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.28 3/179 10108
/proc/meminfo: memFree=30355464/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=522.31
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6411 0 0 0 51114 1117 0 0 25 0 1 0 130457738 27439104 6153 4089446400 134512640 136421960 4294096560 18446744073709551615 134902239 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6153 214 467 0 6230 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 26796

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.26 3/179 10110
/proc/meminfo: memFree=30298140/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=582.3
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6413 0 0 0 57096 1134 0 0 25 0 1 0 130457738 27439104 6155 4089446400 134512640 136421960 4294096560 18446744073709551615 134902548 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6155 214 467 0 6230 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 26796

[startup+642.301 s]
/proc/loadavg: 2.05 2.01 2.25 3/179 10112
/proc/meminfo: memFree=30209324/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=642.32
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6416 0 0 0 63072 1160 0 0 25 0 1 0 130457738 27439104 6158 4089446400 134512640 136421960 4294096560 18446744073709551615 134902253 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6158 214 467 0 6230 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 26796

[startup+702.3 s]

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

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.20 3/179 10116
/proc/meminfo: memFree=29969504/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=822.31
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6419 0 0 0 81001 1230 0 0 25 0 1 0 130457738 27439104 6161 4089446400 134512640 136421960 4294096560 18446744073709551615 134902512 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6161 214 467 0 6230 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 26796

[startup+882.3 s]
/proc/loadavg: 2.03 2.01 2.18 3/179 10118
/proc/meminfo: memFree=29890120/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=882.32
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6420 0 0 0 86978 1254 0 0 25 0 1 0 130457738 27439104 6162 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6162 214 467 0 6230 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 26796

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 2.17 3/179 10120
/proc/meminfo: memFree=29806136/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=942.32
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6420 0 0 0 92958 1274 0 0 25 0 1 0 130457738 27439104 6162 4089446400 134512640 136421960 4294096560 18446744073709551615 134902384 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6162 214 467 0 6230 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 26796

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/179 10121
/proc/meminfo: memFree=29705652/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1002.32
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6422 0 0 0 98939 1293 0 0 25 0 1 0 130457738 27439104 6164 4089446400 134512640 136421960 4294096560 18446744073709551615 134902384 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6164 214 467 0 6230 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 26796

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/179 10122
/proc/meminfo: memFree=29624888/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1062.32
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6422 0 0 0 104922 1310 0 0 25 0 1 0 130457738 27439104 6164 4089446400 134512640 136421960 4294096560 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6164 214 467 0 6230 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 26796

[startup+1122.3 s]
/proc/loadavg: 1.97 1.98 2.13 3/179 10152
/proc/meminfo: memFree=31807348/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1122.32
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6423 0 0 0 110901 1331 0 0 25 0 1 0 130457738 27439104 6165 4089446400 134512640 136421960 4294096560 18446744073709551615 134902237 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6165 214 467 0 6230 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 26796

[startup+1182.3 s]
/proc/loadavg: 1.98 1.98 2.12 3/179 10154
/proc/meminfo: memFree=31807180/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1182.32
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6424 0 0 0 116884 1348 0 0 25 0 1 0 130457738 27439104 6166 4089446400 134512640 136421960 4294096560 18446744073709551615 134902237 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6166 214 467 0 6230 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 26796

[startup+1242.3 s]
/proc/loadavg: 1.99 1.98 2.11 3/179 10156
/proc/meminfo: memFree=31807148/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1242.32
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6427 0 0 0 122868 1364 0 0 25 0 1 0 130457738 27439104 6169 4089446400 134512640 136421960 4294096560 18446744073709551615 134902548 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6169 214 467 0 6230 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 26796

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 2.10 3/179 10157
/proc/meminfo: memFree=31806992/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1302.33
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6428 0 0 0 128850 1383 0 0 25 0 1 0 130457738 27439104 6170 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6170 214 467 0 6230 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 26796

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 2.09 3/179 10158
/proc/meminfo: memFree=31806712/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1362.33
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6429 0 0 0 134831 1402 0 0 25 0 1 0 130457738 27439104 6171 4089446400 134512640 136421960 4294096560 18446744073709551615 134902521 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6171 214 467 0 6230 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 26796

[startup+1422.31 s]
/proc/loadavg: 2.04 2.00 2.09 3/179 10160
/proc/meminfo: memFree=31806916/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1422.33
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6429 0 0 0 140814 1419 0 0 25 0 1 0 130457738 27439104 6171 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6171 214 467 0 6230 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 26796

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.08 4/179 10162
/proc/meminfo: memFree=31807004/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1482.33
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6429 0 0 0 146799 1434 0 0 25 0 1 0 130457738 27439104 6171 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6171 214 467 0 6230 0
Current children cumulated CPU time (s) 1482.33
Current children cumulated vsize (KiB) 26796

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 10164
/proc/meminfo: memFree=31807072/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1542.33
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6430 0 0 0 152780 1453 0 0 25 0 1 0 130457738 27439104 6172 4089446400 134512640 136421960 4294096560 18446744073709551615 134902178 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6172 214 467 0 6230 0
Current children cumulated CPU time (s) 1542.33
Current children cumulated vsize (KiB) 26796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.07 3/179 10165
/proc/meminfo: memFree=31806904/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1602.33
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6431 0 0 0 158765 1468 0 0 25 0 1 0 130457738 27439104 6173 4089446400 134512640 136421960 4294096560 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6173 214 467 0 6230 0
Current children cumulated CPU time (s) 1602.33
Current children cumulated vsize (KiB) 26796

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 10166
/proc/meminfo: memFree=31806864/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1662.33
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6433 0 0 0 164749 1484 0 0 25 0 1 0 130457738 27439104 6175 4089446400 134512640 136421960 4294096560 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6175 214 467 0 6230 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 26796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.06 3/179 10168
/proc/meminfo: memFree=31806816/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1722.33
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6434 0 0 0 170734 1499 0 0 25 0 1 0 130457738 27439104 6176 4089446400 134512640 136421960 4294096560 18446744073709551615 134902253 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6176 214 467 0 6230 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 26796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.05 3/179 10170
/proc/meminfo: memFree=31806544/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1782.33
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6434 0 0 0 176717 1516 0 0 25 0 1 0 130457738 27439104 6176 4089446400 134512640 136421960 4294096560 18446744073709551615 134902408 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6176 214 467 0 6230 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 26796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.07 2.02 2.06 3/179 10170
/proc/meminfo: memFree=31806784/32951124 swapFree=67111528/67111528
[pid=10084] ppid=10082 vsize=26796 CPUtime=1800.04
/proc/10084/stat : 10084 (pbct) R 10082 10084 8150 0 -1 4202496 6435 0 0 0 178482 1522 0 0 25 0 1 0 130457738 27439104 6177 4089446400 134512640 136421960 4294096560 18446744073709551615 134902245 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/10084/statm: 6699 6177 214 467 0 6230 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 26796

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

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

Child status: 0
Real time (s): 1800.01
CPU time (s): 1800.05
CPU user time (s): 1784.83
CPU system time (s): 15.2247
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 26796

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

runsolver used 3.21851 second user time and 5.8861 second system time

The end

Launcher Data

Begin job on node101 at 2010-06-30 11:53:18
IDJOB=2695189
IDBENCH=78702
IDSOLVER=1208
FILE ID=node101/2695189-1277891598
PBS_JOBID= 11197152
Free space on /tmp= 74208 MiB

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

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

MD5SUM BENCH= 3aafd47af6446049bcdbc11c9b966efe
RANDOM SEED=423722003

node101.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.837
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.67
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.837
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	: 5226.15
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.837
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.75
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.837
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.83
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.837
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.74
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.837
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.82
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.837
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.837
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30921172 kB
Buffers:        175832 kB
Cached:         725640 kB
SwapCached:          0 kB
Active:        1369336 kB
Inactive:       517288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30921172 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1928 kB
Writeback:           0 kB
AnonPages:      984604 kB
Mapped:          14952 kB
Slab:            77468 kB
PageTables:       6232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1131972 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 /tmp at the end= 74208 MiB
End job on node101 at 2010-06-30 12:23:21