Trace number 3701627

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 NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (MO) 157.72 171.42

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-mspp16.opb
MD5SUM141454b66937b2c93528081cb91f0e55
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark33
Best CPU time to get the best result obtained on this benchmark190.345
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29280
Total number of constraints561657
Number of constraints which are clauses1695
Number of constraints which are cardinality constraints (but not clauses)559482
Number of constraints which are nor clauses,nor cardinality constraints480
Minimum length of a constraint1
Maximum length of a constraint960
Number of terms in the objective function 4065
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4065
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 4065
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

123.95/137.64	c run usual solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3701627-1338101859/watcher-3701627-1338101859 -o /tmp/evaluation-result-3701627-1338101859/solver-3701627-1338101859 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701627-1338101859.opb 1939465185 HOME HOME 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.45 3.21 3/180 2446
/proc/meminfo: memFree=31153972/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0

[startup+0.052088 s]
/proc/loadavg: 2.03 2.45 3.21 3/180 2446
/proc/meminfo: memFree=31153972/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100252 s]
/proc/loadavg: 2.03 2.45 3.21 3/180 2446
/proc/meminfo: memFree=31153972/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300254 s]
/proc/loadavg: 2.03 2.45 3.21 3/180 2446
/proc/meminfo: memFree=31153972/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700243 s]
/proc/loadavg: 2.03 2.45 3.21 3/180 2446
/proc/meminfo: memFree=31153972/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50032 s]
/proc/loadavg: 2.03 2.45 3.21 3/182 2448
/proc/meminfo: memFree=31107736/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
[pid=2447] ppid=2446 vsize=57800 CPUtime=1.49 cores=0,2,4,6
/proc/2447/stat : 2447 (npSolver-pbo) R 2446 2446 31075 0 -1 4202496 8313 0 0 0 148 1 0 0 20 0 1 0 276311502 59187200 12321 33554432000 4194304 5992684 140734142933824 140734142929560 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2447/statm: 14450 12322 145 440 0 14006 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66948

[startup+3.10028 s]
/proc/loadavg: 2.03 2.45 3.21 3/182 2448
/proc/meminfo: memFree=31078140/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
[pid=2447] ppid=2446 vsize=109060 CPUtime=3.09 cores=0,2,4,6
/proc/2447/stat : 2447 (npSolver-pbo) R 2446 2446 31075 0 -1 4202496 18847 0 0 0 305 4 0 0 20 0 1 0 276311502 111677440 24126 33554432000 4194304 5992684 140734142933824 140734142929944 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2447/statm: 27265 24126 145 440 0 26821 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118208

[startup+6.30025 s]
/proc/loadavg: 2.10 2.46 3.21 3/182 2448
/proc/meminfo: memFree=30987920/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
[pid=2447] ppid=2446 vsize=211844 CPUtime=6.29 cores=0,2,4,6
/proc/2447/stat : 2447 (npSolver-pbo) R 2446 2446 31075 0 -1 4202496 39441 0 0 0 619 10 0 0 20 0 1 0 276311502 216928256 47263 33554432000 4194304 5992684 140734142933824 140734142929944 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2447/statm: 52961 47263 145 440 0 52517 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 220992

[startup+12.7003 s]
/proc/loadavg: 2.10 2.45 3.21 3/182 2448
/proc/meminfo: memFree=30794368/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
[pid=2447] ppid=2446 vsize=371432 CPUtime=12.69 cores=0,2,4,6
/proc/2447/stat : 2447 (npSolver-pbo) R 2446 2446 31075 0 -1 4202496 79354 0 0 0 1250 19 0 0 20 0 1 0 276311502 380346368 90753 33554432000 4194304 5992684 140734142933824 140734142929944 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2447/statm: 92858 90753 145 440 0 92414 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 380580

[startup+25.5066 s]
/proc/loadavg: 2.07 2.43 3.19 3/182 2448
/proc/meminfo: memFree=29617344/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
[pid=2447] ppid=2446 vsize=1911408 CPUtime=25.49 cores=0,2,4,6
/proc/2447/stat : 2447 (npSolver-pbo) R 2446 2446 31075 0 -1 4202496 210215 0 0 0 2488 61 0 0 20 0 1 0 276311502 1957281792 380265 33554432000 4194304 5992684 140734142933824 140734142926696 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2447/statm: 477852 380265 162 440 0 477408 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1920556

[startup+51.1003 s]
/proc/loadavg: 2.11 2.41 3.16 3/182 2448
/proc/meminfo: memFree=26990728/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
[pid=2447] ppid=2446 vsize=6191148 CPUtime=51.08 cores=0,2,4,6
/proc/2447/stat : 2447 (npSolver-pbo) R 2446 2446 31075 0 -1 4202496 497010 0 0 0 4936 172 0 0 20 0 1 0 276311502 6339735552 1045197 33554432000 4194304 5992684 140734142933824 140734142929240 4957503 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2447/statm: 1547787 1045197 162 440 0 1547343 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6200296

[startup+102.3 s]
/proc/loadavg: 2.10 2.36 3.10 3/181 2449
/proc/meminfo: memFree=21829352/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
[pid=2447] ppid=2446 vsize=9412552 CPUtime=102.23 cores=0,2,4,6
/proc/2447/stat : 2447 (npSolver-pbo) R 2446 2446 31075 0 -1 4202496 1294512 0 0 0 9892 331 0 0 20 0 1 0 276311502 9638453248 2343990 33554432000 4194304 5992684 140734142933824 140734142929544 4957942 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/2447/statm: 2353138 2343990 209 440 0 2352694 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 9421700

[startup+162.3 s]
/proc/loadavg: 2.56 2.43 3.08 3/184 2454
/proc/meminfo: memFree=12388956/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
[pid=2447] ppid=2446 vsize=10657736 CPUtime=124.05 cores=0,2,4,6
/proc/2447/stat : 2447 (npSolver-pbo) S 2446 2446 31075 0 -1 4202496 1612220 0 0 0 11363 1042 0 0 20 0 1 0 276311502 10913521664 2659648 33554432000 4194304 5992684 140734142933824 140734142927856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1358 0 0
/proc/2447/statm: 2664434 2659648 216 440 0 2663990 0
[pid=2453] ppid=2447 vsize=9148 CPUtime=0.06 cores=0,2,4,6
/proc/2453/stat : 2453 (cp2_pre.sh) S 2447 2446 31075 0 -1 4202496 609 0 0 0 0 6 0 0 20 0 1 0 276325267 9367552 277 33554432000 4194304 5064252 140736774944720 140736774943424 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2453/statm: 2287 277 234 213 0 72 0
[pid=2454] ppid=2453 vsize=3943712 CPUtime=24.51 cores=0,2,4,6
/proc/2454/stat : 2454 (coprocessor) R 2453 2446 31075 0 -1 4202496 29740 0 0 0 2334 117 0 0 20 0 1 0 276325280 4038361088 923030 33554432000 4194304 6586260 140734297445968 140734297442728 5732400 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/2454/statm: 985928 923030 137 584 0 985340 0
Current children cumulated CPU time (s) 148.62
Current children cumulated vsize (KiB) 14619744



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+171.4 s]
/proc/loadavg: 2.62 2.45 3.08 3/184 2454
/proc/meminfo: memFree=11178160/32873844 swapFree=7112/7112
[pid=2446] ppid=2444 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2446/stat : 2446 (npSolver-pbo.sh) S 2444 2446 31075 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276311502 9367552 275 33554432000 4194304 5064252 140734538031808 140734538030720 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/2446/statm: 2287 275 233 213 0 72 0
[pid=2447] ppid=2446 vsize=10657736 CPUtime=124.05 cores=0,2,4,6
/proc/2447/stat : 2447 (npSolver-pbo) S 2446 2446 31075 0 -1 4202496 1612220 0 0 0 11363 1042 0 0 20 0 1 0 276311502 10913521664 2659648 33554432000 4194304 5992684 140734142933824 140734142927856 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 1358 0 0
/proc/2447/statm: 2664434 2659648 216 440 0 2663990 0
[pid=2453] ppid=2447 vsize=9148 CPUtime=0.06 cores=0,2,4,6
/proc/2453/stat : 2453 (cp2_pre.sh) S 2447 2446 31075 0 -1 4202496 609 0 0 0 0 6 0 0 20 0 1 0 276325267 9367552 277 33554432000 4194304 5064252 140736774944720 140736774943424 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/2453/statm: 2287 277 234 213 0 72 0
[pid=2454] ppid=2453 vsize=5718636 CPUtime=33.61 cores=0,2,4,6
/proc/2454/stat : 2454 (coprocessor) R 2453 2446 31075 0 -1 4202496 31267 0 0 0 3204 157 0 0 20 0 1 0 276325280 5855883264 1217360 33554432000 4194304 6586260 140734297445968 140734297442728 5550307 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/2454/statm: 1429659 1217360 137 584 0 1429071 0
Current children cumulated CPU time (s) 157.72
Current children cumulated vsize (KiB) 16394668

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2446 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=1999
# CPU time returned by wait4() is 0.001999
# while last known CPU time is 157.72
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 171.42
CPU time (s): 157.72
CPU user time (s): 145.67
CPU system time (s): 12.05
CPU usage (%): 92.0077
Max. virtual memory (cumulated for all children) (KiB): 16394668

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

runsolver used 0.350946 second user time and 0.924859 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-27 08:57:46
IDJOB=3701627
IDBENCH=89824
IDSOLVER=2277
FILE ID=node142/3701627-1338101859
RUNJOBID= node142-1338101738-1183
PBS_JOBID= 14624428
Free space on /tmp= 71444 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-mspp16.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701627-1338101859/watcher-3701627-1338101859 -o /tmp/evaluation-result-3701627-1338101859/solver-3701627-1338101859 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701627-1338101859.opb 1939465185 HOME HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 141454b66937b2c93528081cb91f0e55
RANDOM SEED=1939465185

node142.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.776
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31154352 kB
Buffers:          270276 kB
Cached:           575144 kB
SwapCached:            0 kB
Active:           737732 kB
Inactive:         171236 kB
Active(anon):      54588 kB
Inactive(anon):    11212 kB
Active(file):     683144 kB
Inactive(file):   160024 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            267040 kB
Writeback:             0 kB
AnonPages:         70352 kB
Mapped:            12800 kB
Shmem:               200 kB
Slab:             670992 kB
SReclaimable:     110932 kB
SUnreclaim:       560060 kB
KernelStack:        1472 kB
PageTables:         4164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     188520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67336 MiB
End job on node142 at 2012-05-27 09:00:40