Trace number 2695117

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.1Wrong UNSAT 938.538 938.514

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_20_pb.cnf.cr--soft-66-100-0.wbo
MD5SUM1f875ef306d18e6f86db860a031faa4e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark0.011997
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables400
Total number of constraints60
Number of soft constraints16
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint20
Top cost 813
Min constraint cost 1
Max constraint cost 95
Sum of constraints costs 812
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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 18/2 clauses 26/14 units 0
0.00/0.00	c vars 400
938.51/938.51	c 777.127 9.17969 1837 15107948
938.51/938.51	s UNSATISFIABLE

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-2695117-1277886861/watcher-2695117-1277886861 -o /tmp/evaluation-result-2695117-1277886861/solver-2695117-1277886861 -C 1800 -W 2000 -M 3800 HOME/pbct --model HOME/instance-2695117-1277886861.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: 2.02 1.86 1.06 4/182 10840
/proc/meminfo: memFree=30585800/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=4104 CPUtime=0
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 722 0 0 0 0 0 0 0 25 0 1 0 129982208 4202496 642 4089446400 134512640 136421960 4291409648 18446744073709551615 135811817 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1026 643 193 467 0 557 0

[startup+0.0406389 s]
/proc/loadavg: 2.02 1.86 1.06 4/182 10840
/proc/meminfo: memFree=30585800/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=6096 CPUtime=0.03
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1233 0 0 0 3 0 0 0 25 0 1 0 129982208 6242304 1153 4089446400 134512640 136421960 4291409648 18446744073709551615 134903369 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1524 1153 213 467 0 1055 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6096

[startup+0.10064 s]
/proc/loadavg: 2.02 1.86 1.06 4/182 10840
/proc/meminfo: memFree=30585800/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=6224 CPUtime=0.09
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1258 0 0 0 7 2 0 0 25 0 1 0 129982208 6373376 1178 4089446400 134512640 136421960 4291409648 18446744073709551615 134868584 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1556 1178 214 467 0 1087 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6224

[startup+0.300596 s]
/proc/loadavg: 2.02 1.86 1.06 4/182 10840
/proc/meminfo: memFree=30585800/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=6360 CPUtime=0.29
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1290 0 0 0 23 6 0 0 25 0 1 0 129982208 6512640 1210 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1590 1210 214 467 0 1121 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6360

[startup+0.700523 s]
/proc/loadavg: 2.02 1.86 1.06 4/182 10840
/proc/meminfo: memFree=30585800/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=6360 CPUtime=0.69
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1290 0 0 0 51 18 0 0 25 0 1 0 129982208 6512640 1210 4089446400 134512640 136421960 4291409648 18446744073709551615 135021791 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1590 1210 214 467 0 1121 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6360

[startup+1.50039 s]
/proc/loadavg: 2.02 1.86 1.06 3/183 10841
/proc/meminfo: memFree=30579864/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=6360 CPUtime=1.49
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1303 0 0 0 115 34 0 0 25 0 1 0 129982208 6512640 1223 4089446400 134512640 136421960 4291409648 18446744073709551615 134861840 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1590 1223 214 467 0 1121 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6360

[startup+3.10111 s]
/proc/loadavg: 2.02 1.87 1.07 3/183 10841
/proc/meminfo: memFree=30577880/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=6488 CPUtime=3.09
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1336 0 0 0 239 70 0 0 25 0 1 0 129982208 6643712 1256 4089446400 134512640 136421960 4291409648 18446744073709551615 134863939 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1622 1256 214 467 0 1153 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6488

[startup+6.30053 s]
/proc/loadavg: 2.02 1.87 1.07 3/183 10841
/proc/meminfo: memFree=30573876/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=6620 CPUtime=6.29
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1375 0 0 0 493 136 0 0 25 0 1 0 129982208 6778880 1295 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1655 1295 214 467 0 1186 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6620

[startup+12.7004 s]
/proc/loadavg: 2.01 1.87 1.08 3/183 10842
/proc/meminfo: memFree=30567056/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=6884 CPUtime=12.69
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1417 0 0 0 1001 268 0 0 25 0 1 0 129982208 7049216 1337 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1721 1337 214 467 0 1252 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6884

[startup+25.5011 s]
/proc/loadavg: 2.01 1.87 1.09 3/183 10842
/proc/meminfo: memFree=30557208/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=7020 CPUtime=25.49
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1468 0 0 0 2026 523 0 0 25 0 1 0 129982208 7188480 1388 4089446400 134512640 136421960 4291409648 18446744073709551615 134862014 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1755 1388 214 467 0 1286 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7020

[startup+51.1005 s]
/proc/loadavg: 2.01 1.88 1.11 3/183 10843
/proc/meminfo: memFree=30533248/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=7280 CPUtime=51.09
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1548 0 0 0 4092 1017 0 0 25 0 1 0 129982208 7454720 1468 4089446400 134512640 136421960 4291409648 18446744073709551615 135026330 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1820 1468 214 467 0 1351 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 7280

[startup+102.306 s]
/proc/loadavg: 2.06 1.92 1.17 3/183 10844
/proc/meminfo: memFree=30476436/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=7676 CPUtime=102.3
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1622 0 0 0 8268 1962 0 0 25 0 1 0 129982208 7860224 1542 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1919 1542 214 467 0 1450 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 7676

[startup+162.301 s]
/proc/loadavg: 2.02 1.93 1.21 3/183 10846
/proc/meminfo: memFree=30411444/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=7808 CPUtime=162.3
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1670 0 0 0 13194 3036 0 0 25 0 1 0 129982208 7995392 1590 4089446400 134512640 136421960 4291409648 18446744073709551615 135818484 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 1952 1590 214 467 0 1483 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 7808

[startup+222.301 s]
/proc/loadavg: 2.00 1.94 1.26 3/183 10847
/proc/meminfo: memFree=30331304/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=8192 CPUtime=222.29
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1761 0 0 0 18125 4104 0 0 25 0 1 0 129982208 8388608 1681 4089446400 134512640 136421960 4291409648 18446744073709551615 134861913 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2048 1681 214 467 0 1579 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 8192

[startup+282.3 s]
/proc/loadavg: 2.00 1.95 1.30 3/183 10849
/proc/meminfo: memFree=30249320/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=8312 CPUtime=282.3
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1789 0 0 0 23075 5155 0 0 25 0 1 0 129982208 8511488 1709 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2078 1709 214 467 0 1609 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 8312

[startup+342.301 s]
/proc/loadavg: 2.00 1.95 1.34 3/183 10851
/proc/meminfo: memFree=30168440/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=8312 CPUtime=342.3
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1800 0 0 0 28050 6180 0 0 25 0 1 0 129982208 8511488 1720 4089446400 134512640 136421960 4291409648 18446744073709551615 134859615 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2078 1720 214 467 0 1609 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 8312

[startup+402.301 s]
/proc/loadavg: 2.00 1.96 1.38 3/183 10852
/proc/meminfo: memFree=30093260/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=8444 CPUtime=402.3
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1829 0 0 0 32979 7251 0 0 25 0 1 0 129982208 8646656 1749 4089446400 134512640 136421960 4291409648 18446744073709551615 134864654 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2111 1749 214 467 0 1642 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 8444

[startup+462.3 s]
/proc/loadavg: 2.00 1.96 1.42 3/183 10854
/proc/meminfo: memFree=30011024/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=8696 CPUtime=462.3
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1891 0 0 0 37953 8277 0 0 25 0 1 0 129982208 8904704 1811 4089446400 134512640 136421960 4291409648 18446744073709551615 134862027 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2174 1811 214 467 0 1705 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 8696

[startup+522.301 s]
/proc/loadavg: 2.00 1.97 1.45 3/183 10855
/proc/meminfo: memFree=29962376/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=8836 CPUtime=522.31
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1930 0 0 0 42997 9234 0 0 25 0 1 0 129982208 9048064 1850 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2209 1850 214 467 0 1740 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 8836

[startup+582.301 s]
/proc/loadavg: 2.00 1.97 1.48 3/183 10857
/proc/meminfo: memFree=29904184/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=8976 CPUtime=582.3
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1959 0 0 0 48057 10173 0 0 25 0 1 0 129982208 9191424 1879 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2244 1879 214 467 0 1775 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 8976

[startup+642.3 s]
/proc/loadavg: 2.08 1.99 1.52 3/183 10859
/proc/meminfo: memFree=29856912/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9116 CPUtime=642.31
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1975 0 0 0 53017 11214 0 0 25 0 1 0 129982208 9334784 1895 4089446400 134512640 136421960 4291409648 18446744073709551615 135686965 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2279 1895 214 467 0 1810 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 9116

[startup+702.3 s]
/proc/loadavg: 2.08 2.00 1.55 3/183 10860
/proc/meminfo: memFree=29795504/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9116 CPUtime=702.31
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 1995 0 0 0 58069 12162 0 0 25 0 1 0 129982208 9334784 1915 4089446400 134512640 136421960 4291409648 18446744073709551615 134862018 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2279 1915 214 467 0 1810 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 9116

[startup+762.307 s]
/proc/loadavg: 2.09 2.02 1.58 3/183 10862
/proc/meminfo: memFree=29719332/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9256 CPUtime=762.32
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2021 0 0 0 63086 13146 0 0 25 0 1 0 129982208 9478144 1941 4089446400 134512640 136421960 4291409648 18446744073709551615 134862018 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2314 1941 214 467 0 1845 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 9256

[startup+822.301 s]
/proc/loadavg: 2.11 2.03 1.61 3/183 10863
/proc/meminfo: memFree=29652092/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9256 CPUtime=822.31
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2035 0 0 0 68164 14067 0 0 25 0 1 0 129982208 9478144 1955 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2314 1955 214 467 0 1845 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 9256

[startup+882.3 s]
/proc/loadavg: 2.04 2.02 1.63 3/183 10865
/proc/meminfo: memFree=29574448/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9256 CPUtime=882.32
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2042 0 0 0 73081 15151 0 0 25 0 1 0 129982208 9478144 1962 4089446400 134512640 136421960 4291409648 18446744073709551615 134863698 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2314 1962 214 467 0 1845 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 9256

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

[startup+895.901 s]
/proc/loadavg: 2.03 2.02 1.64 3/183 10865
/proc/meminfo: memFree=29558696/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9256 CPUtime=895.91
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2042 0 0 0 74192 15399 0 0 25 0 1 0 129982208 9478144 1962 4089446400 134512640 136421960 4291409648 18446744073709551615 134903264 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2314 1962 214 467 0 1845 0
Current children cumulated CPU time (s) 895.91
Current children cumulated vsize (KiB) 9256

[startup+921.5 s]
/proc/loadavg: 2.02 2.02 1.64 3/183 10866
/proc/meminfo: memFree=29535732/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9256 CPUtime=921.51
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2042 0 0 0 76316 15835 0 0 25 0 1 0 129982208 9478144 1962 4089446400 134512640 136421960 4291409648 18446744073709551615 134861902 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2314 1962 214 467 0 1845 0
Current children cumulated CPU time (s) 921.51
Current children cumulated vsize (KiB) 9256

[startup+927.9 s]
/proc/loadavg: 2.02 2.02 1.65 3/183 10866
/proc/meminfo: memFree=29528036/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9256 CPUtime=927.91
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2042 0 0 0 76842 15949 0 0 25 0 1 0 129982208 9478144 1962 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2314 1962 214 467 0 1845 0
Current children cumulated CPU time (s) 927.91
Current children cumulated vsize (KiB) 9256

[startup+934.3 s]
/proc/loadavg: 2.02 2.02 1.65 3/183 10867
/proc/meminfo: memFree=29522324/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9396 CPUtime=934.32
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2045 0 0 0 77370 16062 0 0 25 0 1 0 129982208 9621504 1965 4089446400 134512640 136421960 4291409648 18446744073709551615 134861902 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2349 1965 214 467 0 1880 0
Current children cumulated CPU time (s) 934.32
Current children cumulated vsize (KiB) 9396

[startup+935.901 s]
/proc/loadavg: 2.02 2.02 1.65 3/183 10867
/proc/meminfo: memFree=29521580/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9396 CPUtime=935.91
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2045 0 0 0 77501 16090 0 0 25 0 1 0 129982208 9621504 1965 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2349 1965 214 467 0 1880 0
Current children cumulated CPU time (s) 935.91
Current children cumulated vsize (KiB) 9396

[startup+937.501 s]
/proc/loadavg: 2.01 2.01 1.65 3/183 10867
/proc/meminfo: memFree=29520460/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9396 CPUtime=937.51
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2045 0 0 0 77631 16120 0 0 25 0 1 0 129982208 9621504 1965 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2349 1965 214 467 0 1880 0
Current children cumulated CPU time (s) 937.51
Current children cumulated vsize (KiB) 9396

[startup+938.306 s]
/proc/loadavg: 2.01 2.01 1.65 3/183 10867
/proc/meminfo: memFree=29520088/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9396 CPUtime=938.32
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2045 0 0 0 77696 16136 0 0 25 0 1 0 129982208 9621504 1965 4089446400 134512640 136421960 4291409648 18446744073709551615 134864054 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2349 1965 214 467 0 1880 0
Current children cumulated CPU time (s) 938.32
Current children cumulated vsize (KiB) 9396

[startup+938.5 s]
/proc/loadavg: 2.01 2.01 1.65 3/183 10867
/proc/meminfo: memFree=29520088/32951124 swapFree=67111528/67111528
[pid=10840] ppid=10838 vsize=9396 CPUtime=938.51
/proc/10840/stat : 10840 (pbct) R 10838 10840 9869 0 -1 4202496 2045 0 0 0 77711 16140 0 0 25 0 1 0 129982208 9621504 1965 4089446400 134512640 136421960 4291409648 18446744073709551615 135874657 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/10840/statm: 2349 1965 214 467 0 1880 0
Current children cumulated CPU time (s) 938.51
Current children cumulated vsize (KiB) 9396

Child status: 0
Real time (s): 938.514
CPU time (s): 938.538
CPU user time (s): 777.13
CPU system time (s): 161.408
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 9396

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

runsolver used 1.69574 second user time and 3.32949 second system time

The end

Launcher Data

Begin job on node132 at 2010-06-30 10:34:21
IDJOB=2695117
IDBENCH=78667
IDSOLVER=1208
FILE ID=node132/2695117-1277886861
PBS_JOBID= 11197090
Free space on /tmp= 74136 MiB

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

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

MD5SUM BENCH= 1f875ef306d18e6f86db860a031faa4e
RANDOM SEED=127521970

node132.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.810
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.62
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.810
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.810
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.82
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.810
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.75
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.810
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.810
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.810
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.810
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30586328 kB
Buffers:        167784 kB
Cached:        1171716 kB
SwapCached:          0 kB
Active:        1379972 kB
Inactive:       842004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30586328 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1900 kB
Writeback:           0 kB
AnonPages:      882248 kB
Mapped:          15116 kB
Slab:            80100 kB
PageTables:       6224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1025408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74136 MiB
End job on node132 at 2010-06-30 10:49:59