Trace number 2705309

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
SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver? (TO) 1802.16 1802.08

General information on the benchmark

Name/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl--soft-0-100-0.wbo
MD5SUMc79e7c2e90b077e3e4741aedcc3e19d9
Bench CategorySOFT-BIGINT-LIN (only soft constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3422
Best CPU time to get the best result obtained on this benchmark1800.07
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables109757
Total number of constraints313451
Number of soft constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
Top cost 15797213
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 15797212
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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 SCIP version 1.2.1.3 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Clp 1.11.1]
0.00/0.00	c Copyright (c) 2002-2010 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-2705309-1278576546.wbo>
3.99/4.03	c original problem has 736659 variables (423208 bin, 0 int, 313451 impl, 0 cont) and 626903 constraints
3.99/4.03	c problem read
3.99/4.03	c presolving settings loaded
1800.08/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)

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-2705309-1278576546/watcher-2705309-1278576546 -o /tmp/evaluation-result-2705309-1278576546/solver-2705309-1278576546 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705309-1278576546.wbo -t 1800 -m 3800 

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.85 1.97 1.91 3/178 23944
/proc/meminfo: memFree=29183632/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=12336 CPUtime=0
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 1929 0 0 0 0 0 0 0 22 0 1 0 25867068 12632064 1848 4089446400 4194304 10345943 140735560878512 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/23944/statm: 3084 1858 429 1502 0 1577 0

[startup+0.0179679 s]
/proc/loadavg: 1.85 1.97 1.91 3/178 23944
/proc/meminfo: memFree=29183632/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=17828 CPUtime=0.01
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 3223 0 0 0 1 0 0 0 22 0 1 0 25867068 18255872 3143 4089446400 4194304 10345943 140735560878512 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23944/statm: 4457 3171 429 1502 0 2950 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17828

[startup+0.10099 s]
/proc/loadavg: 1.85 1.97 1.91 3/178 23944
/proc/meminfo: memFree=29183632/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=39172 CPUtime=0.09
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 8608 0 0 0 9 0 0 0 22 0 1 0 25867068 40112128 8528 4089446400 4194304 10345943 140735560878512 18446744073709551615 6326861 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23944/statm: 9793 8557 430 1502 0 8286 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39172

[startup+0.300951 s]
/proc/loadavg: 1.85 1.97 1.91 3/178 23944
/proc/meminfo: memFree=29183632/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=89304 CPUtime=0.29
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 21180 0 0 0 27 2 0 0 22 0 1 0 25867068 91447296 21099 4089446400 4194304 10345943 140735560878512 18446744073709551615 9134633 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23944/statm: 22326 21099 430 1502 0 20819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89304

[startup+0.700871 s]
/proc/loadavg: 1.85 1.97 1.91 3/178 23944
/proc/meminfo: memFree=29183632/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=188624 CPUtime=0.69
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 45955 0 0 0 63 6 0 0 24 0 1 0 25867068 193150976 45874 4089446400 4194304 10345943 140735560878512 18446744073709551615 9259126 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23944/statm: 47156 45874 430 1502 0 45649 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 188624

[startup+1.50071 s]
/proc/loadavg: 1.85 1.97 1.91 3/179 23945
/proc/meminfo: memFree=28933400/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=382408 CPUtime=1.49
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 94354 0 0 0 138 11 0 0 25 0 1 0 25867068 391585792 94273 4089446400 4194304 10345943 140735560878512 18446744073709551615 9264890 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23944/statm: 95602 94273 430 1502 0 94095 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 382408

[startup+3.1004 s]
/proc/loadavg: 1.85 1.97 1.91 3/179 23945
/proc/meminfo: memFree=28666056/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=764852 CPUtime=3.09
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 189767 0 0 0 285 24 0 0 25 0 1 0 25867068 783208448 189686 4089446400 4194304 10345943 140735560878512 18446744073709551615 9077223 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/23944/statm: 191213 189686 430 1502 0 189706 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 764852

[startup+6.30077 s]
/proc/loadavg: 1.86 1.97 1.91 3/179 23945
/proc/meminfo: memFree=27395772/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2138176 CPUtime=6.29
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 529690 0 0 0 568 61 0 0 25 0 1 0 25867068 2189492224 529219 4089446400 4194304 10345943 140735560878512 18446744073709551615 4604681 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 534544 529220 494 1502 0 533037 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2138176

[startup+12.7005 s]
/proc/loadavg: 1.87 1.97 1.91 3/179 23945
/proc/meminfo: memFree=26877184/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=12.69
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 1203 66 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2331304

[startup+25.5009 s]
/proc/loadavg: 1.90 1.97 1.91 3/179 23946
/proc/meminfo: memFree=26875708/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=25.49
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 2483 66 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2331304

[startup+51.1008 s]
/proc/loadavg: 1.93 1.97 1.91 3/179 23947
/proc/meminfo: memFree=26875576/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=51.09
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 5043 66 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138332 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 2331304

[startup+102.307 s]
/proc/loadavg: 2.04 1.99 1.91 3/179 23948
/proc/meminfo: memFree=26870912/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=102.3
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 10164 66 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138627 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2331304

[startup+162.301 s]
/proc/loadavg: 2.01 1.99 1.91 3/179 23949
/proc/meminfo: memFree=26848048/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=162.3
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 16164 66 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138564 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2331304

[startup+222.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23951
/proc/meminfo: memFree=26827536/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=222.3
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 22163 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2331304

[startup+282.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23953
/proc/meminfo: memFree=26808268/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=282.31
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 28164 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 2331304

[startup+342.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23955
/proc/meminfo: memFree=26788736/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=342.31
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 34164 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 2331304

[startup+402.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23956
/proc/meminfo: memFree=26769216/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=402.31
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 40164 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 2331304

[startup+462.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23957
/proc/meminfo: memFree=26749452/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=462.31
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 46164 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246677 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2331304

[startup+522.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23959
/proc/meminfo: memFree=26730432/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=522.32
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 52165 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246683 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 2331304

[startup+582.301 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 23963
/proc/meminfo: memFree=26709172/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=582.32
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 58165 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 2331304

[startup+642.3 s]
/proc/loadavg: 2.04 2.00 1.92 3/179 23966
/proc/meminfo: memFree=26690680/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=642.33
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 64166 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138569 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 2331304

[startup+702.3 s]

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

/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 100166 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138564 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 2331304

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 23976
/proc/meminfo: memFree=26553832/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1062.34
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 106167 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 2331304

[startup+1122.3 s]
/proc/loadavg: 2.06 2.01 1.93 3/179 23978
/proc/meminfo: memFree=26535556/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1122.34
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 112167 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 2331304

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 23980
/proc/meminfo: memFree=26515544/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1182.34
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 118167 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138661 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 2331304

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23982
/proc/meminfo: memFree=26498992/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1242.34
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 124167 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246426 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 2331304

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23983
/proc/meminfo: memFree=26479856/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1302.35
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 130168 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1302.35
Current children cumulated vsize (KiB) 2331304

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23984
/proc/meminfo: memFree=26463572/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1362.35
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 136168 67 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138574 0 0 4096 16384 0 0 0 17 0 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1362.35
Current children cumulated vsize (KiB) 2331304

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23986
/proc/meminfo: memFree=26441824/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1422.36
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 142168 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1422.36
Current children cumulated vsize (KiB) 2331304

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23988
/proc/meminfo: memFree=26419456/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1482.36
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 148168 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138540 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1482.36
Current children cumulated vsize (KiB) 2331304

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23990
/proc/meminfo: memFree=26404020/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1542.36
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 154168 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1542.36
Current children cumulated vsize (KiB) 2331304

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 23991
/proc/meminfo: memFree=26385604/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1602.36
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 160168 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138651 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1602.36
Current children cumulated vsize (KiB) 2331304

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/179 23992
/proc/meminfo: memFree=26368912/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1662.37
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 166169 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1662.37
Current children cumulated vsize (KiB) 2331304

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/179 23994
/proc/meminfo: memFree=26348784/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1722.37
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 172169 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138519 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 2331304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24023
/proc/meminfo: memFree=26971676/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1782.37
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 178169 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 2331304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 24023
/proc/meminfo: memFree=26965532/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1800.08
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 179940 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138564 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 2331304

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23944

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

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24024
/proc/meminfo: memFree=26964776/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1801.47
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 180079 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138641 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1801.47
Current children cumulated vsize (KiB) 2331304

[startup+1801.81 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24024
/proc/meminfo: memFree=26963660/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1801.88
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 180120 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 4246430 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1801.88
Current children cumulated vsize (KiB) 2331304

[startup+1802 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 24024
/proc/meminfo: memFree=26963660/32951124 swapFree=67111528/67111528
[pid=23944] ppid=23942 vsize=2331304 CPUtime=1802.07
/proc/23944/stat : 23944 (pbscip.linux.x8) R 23942 23944 23527 0 -1 4202496 577353 0 0 0 180139 68 0 0 25 0 1 0 25867068 2387255296 576882 4089446400 4194304 10345943 140735560878512 18446744073709551615 9138526 0 0 4096 16384 0 0 0 17 6 0 0 0
/proc/23944/statm: 582826 576882 509 1502 0 581319 0
Current children cumulated CPU time (s) 1802.07
Current children cumulated vsize (KiB) 2331304

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.08
CPU time (s): 1802.16
CPU user time (s): 1801.4
CPU system time (s): 0.760884
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 2331304

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

runsolver used 3.37649 second user time and 6.41402 second system time

The end

Launcher Data

Begin job on node143 at 2010-07-08 10:09:07
IDJOB=2705309
IDBENCH=79101
IDSOLVER=1214
FILE ID=node143/2705309-1278576546
PBS_JOBID= 11240169
Free space on /tmp= 73220 MiB

SOLVER NAME= SCIPclp SCIP 1.2.1.3 with Clp 1.11.1 (Release Version) as LP solver
BENCH NAME= PB10/normalized-PB10/SOFT-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl--soft-0-100-0.wbo
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.clp -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2705309-1278576546/watcher-2705309-1278576546 -o /tmp/evaluation-result-2705309-1278576546/solver-2705309-1278576546 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.clp -f HOME/instance-2705309-1278576546.wbo -t 1800 -m 3800

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

MD5SUM BENCH= c79e7c2e90b077e3e4741aedcc3e19d9
RANDOM SEED=461426973

node143.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.829
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.65
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.829
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.829
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.829
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.72
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.829
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	: 5338.82
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.829
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.829
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.74
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.829
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29184036 kB
Buffers:        153848 kB
Cached:        3234088 kB
SwapCached:          0 kB
Active:        1815448 kB
Inactive:      1790424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29184036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           39448 kB
Writeback:           0 kB
AnonPages:      218324 kB
Mapped:          17716 kB
Slab:            96116 kB
PageTables:       4960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   374404 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= 73208 MiB
End job on node143 at 2010-07-08 10:39:09