Trace number 2667707

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.15 1800.67

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.00/0.00	c PB/CT 0.1 http://www.residual.se/pbct
0.00/0.00	c Based on OpenSMT/CT 20091015
0.29/0.38	c constraints 16708/0 clauses 16206/0 units 0
0.29/0.38	c vars 1000
1800.07/1800.61	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-2667707-1276676399/watcher-2667707-1276676399 -o /tmp/evaluation-result-2667707-1276676399/solver-2667707-1276676399 -C 1800 -W 2000 -M 1800 HOME/pbct --model HOME/instance-2667707-1276676399.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.07 4/107 8872
/proc/meminfo: memFree=1777696/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=2340 CPUtime=0
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 304 0 0 0 0 0 0 0 17 0 1 0 41295683 2396160 226 1992294400 134512640 136485738 4286837552 18446744073709551615 135850441 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8872/statm: 585 226 156 482 0 101 0

[startup+0.0673649 s]
/proc/loadavg: 1.00 1.00 1.07 4/107 8872
/proc/meminfo: memFree=1777696/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=3924 CPUtime=0.06
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 697 0 0 0 6 0 0 0 17 0 1 0 41295683 4018176 619 1992294400 134512640 136485738 4286837552 18446744073709551615 135850441 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8872/statm: 981 619 156 482 0 497 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3924

[startup+0.101366 s]
/proc/loadavg: 1.00 1.00 1.07 4/107 8872
/proc/meminfo: memFree=1777696/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=4716 CPUtime=0.09
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 892 0 0 0 9 0 0 0 17 0 1 0 41295683 4829184 814 1992294400 134512640 136485738 4286837552 18446744073709551615 135177445 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8872/statm: 1179 815 156 482 0 695 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4716

[startup+0.301383 s]
/proc/loadavg: 1.00 1.00 1.07 4/107 8872
/proc/meminfo: memFree=1777696/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=9672 CPUtime=0.29
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 2137 0 0 0 29 0 0 0 17 0 1 0 41295683 9904128 2059 1992294400 134512640 136485738 4286837552 18446744073709551615 135844704 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8872/statm: 2418 2060 156 482 0 1934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9672

[startup+0.70142 s]
/proc/loadavg: 1.00 1.00 1.07 4/107 8872
/proc/meminfo: memFree=1777696/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=42948 CPUtime=0.69
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 10520 0 0 0 64 5 0 0 17 0 1 0 41295683 43978752 10343 1992294400 134512640 136485738 4286837552 18446744073709551615 135850441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 10737 10344 191 482 0 10253 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42948

[startup+1.50149 s]
/proc/loadavg: 1.00 1.00 1.07 2/108 8873
/proc/meminfo: memFree=1713332/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=100196 CPUtime=1.49
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 25706 0 0 0 137 12 0 0 18 0 1 0 41295683 102600704 24349 1992294400 134512640 136485738 4286837552 18446744073709551615 135849325 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 25049 24350 196 482 0 24565 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100196

[startup+3.10064 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 8873
/proc/meminfo: memFree=1647116/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=191532 CPUtime=3.09
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 50362 0 0 0 284 25 0 0 21 0 1 0 41295683 196128768 47143 1992294400 134512640 136485738 4286837552 18446744073709551615 135850441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 47883 47144 196 482 0 47399 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191532

[startup+6.30092 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 8873
/proc/meminfo: memFree=1379400/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=425176 CPUtime=6.29
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 111412 0 0 0 580 49 0 0 25 0 1 0 41295683 435380224 102801 1992294400 134512640 136485738 4286837552 18446744073709551615 135848129 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 106294 102801 208 482 0 105810 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 425176

[startup+12.7005 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 8873
/proc/meminfo: memFree=1324220/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=469464 CPUtime=12.68
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 122461 0 0 0 1208 60 0 0 25 0 1 0 41295683 480731136 113225 1992294400 134512640 136485738 4286837552 18446744073709551615 135044346 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 117366 113225 224 482 0 116882 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 469464

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 8873
/proc/meminfo: memFree=1324220/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=469464 CPUtime=25.49
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 122467 0 0 0 2480 69 0 0 25 0 1 0 41295683 480731136 113231 1992294400 134512640 136485738 4286837552 18446744073709551615 135040541 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 117366 113231 224 482 0 116882 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 469464

[startup+51.1009 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 8875
/proc/meminfo: memFree=1323972/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=469728 CPUtime=51.07
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 122542 0 0 0 5026 81 0 0 25 0 1 0 41295683 481001472 113306 1992294400 134512640 136485738 4286837552 18446744073709551615 135725396 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 117432 113306 224 482 0 116948 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 469728

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.06 2/108 8875
/proc/meminfo: memFree=1322980/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=470652 CPUtime=102.27
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 122766 0 0 0 10109 118 0 0 25 0 1 0 41295683 481947648 113530 1992294400 134512640 136485738 4286837552 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 117663 113530 224 482 0 117179 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 470652

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.05 2/108 8877
/proc/meminfo: memFree=1320252/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=473292 CPUtime=162.24
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 123418 0 0 0 16064 160 0 0 25 0 1 0 41295683 484651008 114182 1992294400 134512640 136485738 4286837552 18446744073709551615 135047552 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 118323 114182 224 482 0 117839 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 473292

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.04 2/108 8879
/proc/meminfo: memFree=1316656/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=476856 CPUtime=222.23
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 124328 0 0 0 22032 191 0 0 25 0 1 0 41295683 488300544 115092 1992294400 134512640 136485738 4286837552 18446744073709551615 135047540 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 119214 115092 224 482 0 118730 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 476856

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.04 2/108 8881
/proc/meminfo: memFree=1313184/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=480420 CPUtime=282.22
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 125218 0 0 0 27999 223 0 0 25 0 1 0 41295683 491950080 115982 1992294400 134512640 136485738 4286837552 18446744073709551615 135047545 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 120105 115982 224 482 0 119621 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 480420

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/108 8883
/proc/meminfo: memFree=1309588/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=483852 CPUtime=342.2
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 126067 0 0 0 33966 254 0 0 25 0 1 0 41295683 495464448 116831 1992294400 134512640 136485738 4286837552 18446744073709551615 135051011 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 120963 116831 224 482 0 120479 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 483852

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.03 2/108 8883
/proc/meminfo: memFree=1305496/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=488076 CPUtime=402.18
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 127114 0 0 0 39935 283 0 0 25 0 1 0 41295683 499789824 117878 1992294400 134512640 136485738 4286837552 18446744073709551615 135024897 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 122019 117878 224 482 0 121535 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 488076

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.02 2/108 8885
/proc/meminfo: memFree=1300660/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=492828 CPUtime=462.16
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 128295 0 0 0 45897 319 0 0 25 0 1 0 41295683 504655872 119059 1992294400 134512640 136485738 4286837552 18446744073709551615 135044342 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 123207 119059 224 482 0 122723 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 492828

[startup+522.301 s]
/proc/loadavg: 1.04 1.01 1.02 2/108 8887
/proc/meminfo: memFree=1297312/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=495996 CPUtime=522.15
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 129113 0 0 0 51865 350 0 0 25 0 1 0 41295683 507899904 119877 1992294400 134512640 136485738 4286837552 18446744073709551615 134616222 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 123999 119877 224 482 0 123515 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 495996

[startup+582.302 s]
/proc/loadavg: 1.01 1.01 1.01 2/108 8889
/proc/meminfo: memFree=1293716/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=499560 CPUtime=582.13
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 130004 0 0 0 57828 385 0 0 25 0 1 0 41295683 511549440 120768 1992294400 134512640 136485738 4286837552 18446744073709551615 135044905 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 124890 120768 224 482 0 124406 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 499560

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/108 8891
/proc/meminfo: memFree=1289376/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=503916 CPUtime=642.12
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 131077 0 0 0 63795 417 0 0 25 0 1 0 41295683 516009984 121841 1992294400 134512640 136485738 4286837552 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 125979 121841 224 482 0 125495 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 503916

[startup+702.301 s]

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

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8895
/proc/meminfo: memFree=1277844/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=515400 CPUtime=822.05
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 133955 0 0 0 81687 518 0 0 25 0 1 0 41295683 527769600 124719 1992294400 134512640 136485738 4286837552 18446744073709551615 135044950 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 128850 124719 224 482 0 128366 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 515400

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8897
/proc/meminfo: memFree=1269908/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=523056 CPUtime=882.04
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 135865 0 0 0 87644 560 0 0 25 0 1 0 41295683 535609344 126629 1992294400 134512640 136485738 4286837552 18446744073709551615 134880498 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 130764 126629 224 482 0 130280 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 523056

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8899
/proc/meminfo: memFree=1264080/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=529092 CPUtime=942.02
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 137371 0 0 0 93609 593 0 0 25 0 1 0 41295683 541790208 128135 1992294400 134512640 136485738 4286837552 18446744073709551615 134878360 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 132273 128135 224 482 0 131789 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 529092

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8899
/proc/meminfo: memFree=1257880/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=535164 CPUtime=1002
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 138871 0 0 0 99566 634 0 0 25 0 1 0 41295683 548007936 129635 1992294400 134512640 136485738 4286837552 18446744073709551615 134882833 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 133791 129635 224 482 0 133307 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 535164

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8901
/proc/meminfo: memFree=1253788/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=539124 CPUtime=1061.98
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 139872 0 0 0 105531 667 0 0 25 0 1 0 41295683 552062976 130636 1992294400 134512640 136485738 4286837552 18446744073709551615 135047563 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 134781 130636 224 482 0 134297 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 539124

[startup+1122.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/108 8906
/proc/meminfo: memFree=1249076/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=543216 CPUtime=1121.97
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 140885 0 0 0 111493 704 0 0 25 0 1 0 41295683 556253184 131649 1992294400 134512640 136485738 4286837552 18446744073709551615 135047545 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 135804 131649 224 482 0 135320 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 543216

[startup+1182.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/108 8908
/proc/meminfo: memFree=1244860/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=547440 CPUtime=1181.94
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 141947 0 0 0 117456 738 0 0 25 0 1 0 41295683 560578560 132711 1992294400 134512640 136485738 4286837552 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 136860 132711 224 482 0 136376 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 547440

[startup+1242.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/108 8910
/proc/meminfo: memFree=1240892/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=551400 CPUtime=1241.92
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 142935 0 0 0 123420 772 0 0 25 0 1 0 41295683 564633600 133699 1992294400 134512640 136485738 4286837552 18446744073709551615 135024568 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 137850 133699 224 482 0 137366 0
Current children cumulated CPU time (s) 1241.92
Current children cumulated vsize (KiB) 551400

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8910
/proc/meminfo: memFree=1237172/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=555096 CPUtime=1301.91
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 143881 0 0 0 129384 807 0 0 25 0 1 0 41295683 568418304 134645 1992294400 134512640 136485738 4286837552 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 138774 134645 224 482 0 138290 0
Current children cumulated CPU time (s) 1301.91
Current children cumulated vsize (KiB) 555096

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8912
/proc/meminfo: memFree=1232708/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=559672 CPUtime=1361.89
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 145005 0 0 0 135351 838 0 0 25 0 1 0 41295683 573104128 135769 1992294400 134512640 136485738 4286837552 18446744073709551615 135047552 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 139918 135769 224 482 0 139434 0
Current children cumulated CPU time (s) 1361.89
Current children cumulated vsize (KiB) 559672

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8914
/proc/meminfo: memFree=1227748/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=564688 CPUtime=1421.88
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 146232 0 0 0 141312 876 0 0 25 0 1 0 41295683 578240512 136996 1992294400 134512640 136485738 4286837552 18446744073709551615 134638729 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 141172 136996 224 482 0 140688 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 564688

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8916
/proc/meminfo: memFree=1223904/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=568516 CPUtime=1481.85
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 147203 0 0 0 147278 907 0 0 25 0 1 0 41295683 582160384 137967 1992294400 134512640 136485738 4286837552 18446744073709551615 134878445 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 142129 137967 224 482 0 141645 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 568516

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8918
/proc/meminfo: memFree=1220184/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=572080 CPUtime=1541.83
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 148114 0 0 0 153247 936 0 0 25 0 1 0 41295683 585809920 138878 1992294400 134512640 136485738 4286837552 18446744073709551615 135050800 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 143020 138878 224 482 0 142536 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 572080

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8918
/proc/meminfo: memFree=1215720/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=576700 CPUtime=1601.81
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 149252 0 0 0 159212 969 0 0 25 0 1 0 41295683 590540800 140016 1992294400 134512640 136485738 4286837552 18446744073709551615 134638729 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 144175 140016 224 482 0 143691 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 576700

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8920
/proc/meminfo: memFree=1212000/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=580132 CPUtime=1661.8
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 150132 0 0 0 165177 1003 0 0 25 0 1 0 41295683 594055168 140896 1992294400 134512640 136485738 4286837552 18446744073709551615 134992520 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 145033 140896 224 482 0 144549 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 580132

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8922
/proc/meminfo: memFree=1208156/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=584092 CPUtime=1721.78
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 151111 0 0 0 171143 1035 0 0 25 0 1 0 41295683 598110208 141875 1992294400 134512640 136485738 4286837552 18446744073709551615 135913329 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 146023 141875 224 482 0 145539 0
Current children cumulated CPU time (s) 1721.78
Current children cumulated vsize (KiB) 584092

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8924
/proc/meminfo: memFree=1203692/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=588184 CPUtime=1781.77
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 152146 0 0 0 177109 1068 0 0 25 0 1 0 41295683 602300416 142910 1992294400 134512640 136485738 4286837552 18446744073709551615 135024568 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 147046 142910 224 482 0 146562 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 588184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 8924
/proc/meminfo: memFree=1202080/2059040 swapFree=4140108/4192956
[pid=8872] ppid=8870 vsize=589768 CPUtime=1800.07
/proc/8872/stat : 8872 (pbct) R 8870 8872 8359 0 -1 4202496 152548 0 0 0 178929 1078 0 0 25 0 1 0 41295683 603922432 143312 1992294400 134512640 136485738 4286837552 18446744073709551615 134992447 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/8872/statm: 147442 143312 224 482 0 146958 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 589768

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.67
CPU time (s): 1800.15
CPU user time (s): 1789.3
CPU system time (s): 10.8454
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 589768

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

runsolver used 2.80957 second user time and 8.67168 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-16 10:20:00
IDJOB=2667707
IDBENCH=48295
IDSOLVER=1170
FILE ID=node025/2667707-1276676399
PBS_JOBID= 11172539
Free space on /tmp= 62580 MiB

SOLVER NAME= PB/CT 0.1
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= HOME/pbct --model BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667707-1276676399/watcher-2667707-1276676399 -o /tmp/evaluation-result-2667707-1276676399/solver-2667707-1276676399 -C 1800 -W 2000 -M 1800  HOME/pbct --model HOME/instance-2667707-1276676399.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=29682838

node025.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1778224 kB
Buffers:         77400 kB
Cached:         113924 kB
SwapCached:       7304 kB
Active:          99432 kB
Inactive:       106452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1778224 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            2404 kB
Writeback:           0 kB
AnonPages:       12028 kB
Mapped:          12956 kB
Slab:            53084 kB
PageTables:       4096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node025 at 2010-06-16 10:50:02