Trace number 3701663

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? (TO) 1800.1 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_0null20mast_rapportOE2.0_TMAX120_K67_cod2.opb
MD5SUM9437b3e9d1ce9c682b2f5f71866292ee
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-2832
Best CPU time to get the best result obtained on this benchmark362.299
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 486
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 26273
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 26273
Number of bits of the biggest sum of numbers15
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.48	c fallback to adder encoding
0.00/0.86	c run usual solver
14.19/14.24	c model valid
14.19/14.24	c current solution ok
15.07/15.13	o -521
15.07/15.13	c current bound: 12876
15.07/15.13	c fallback to adder encoding
1006.28/1006.51	c current bound: 19314
1006.28/1006.51	c fallback to adder encoding
1800.05/1800.41	./satsolver.sh: line 5: 18156 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.41	c error: unexpected solver exit code
1800.05/1800.41	s UNKNOWN

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-3701663-1338112015/watcher-3701663-1338112015 -o /tmp/evaluation-result-3701663-1338112015/solver-3701663-1338112015 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701663-1338112015.opb 1780927410 HOME HOME 

running on 4 cores: 1,3,5,7

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: 3.92 3.43 2.75 3/174 18080
/proc/meminfo: memFree=31008504/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0

[startup+0.0456051 s]
/proc/loadavg: 3.92 3.43 2.75 3/174 18080
/proc/meminfo: memFree=31008504/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 3.92 3.43 2.75 3/174 18080
/proc/meminfo: memFree=31008504/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300299 s]
/proc/loadavg: 3.92 3.43 2.75 3/174 18080
/proc/meminfo: memFree=31008504/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700319 s]
/proc/loadavg: 3.92 3.43 2.75 3/174 18080
/proc/meminfo: memFree=31008504/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50039 s]
/proc/loadavg: 3.76 3.41 2.75 3/184 18097
/proc/meminfo: memFree=30807696/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=62296 CPUtime=0.86 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 10297 0 0 0 79 7 0 0 20 0 1 0 277326434 63791104 13862 33554432000 4194304 5992684 140737293469520 140737293463552 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18081/statm: 15574 13862 174 440 0 15130 0
[pid=18094] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18094/stat : 18094 (cp2_pre.sh) S 18081 18080 12793 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 277326521 9367552 277 33554432000 4194304 5064252 140734542623216 140734542621920 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18094/statm: 2287 277 234 213 0 72 0
[pid=18095] ppid=18094 vsize=127496 CPUtime=0.62 cores=1,3,5,7
/proc/18095/stat : 18095 (coprocessor) R 18094 18080 12793 0 -1 4202496 21247 0 0 0 59 3 0 0 20 0 1 0 277326521 130555904 28683 33554432000 4194304 6586260 140737312006016 140737312002280 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18095/statm: 31874 28684 166 584 0 31286 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 208088

[startup+3.10039 s]
/proc/loadavg: 3.76 3.41 2.75 3/184 18097
/proc/meminfo: memFree=30559420/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=62296 CPUtime=0.86 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 10297 0 0 0 79 7 0 0 20 0 1 0 277326434 63791104 13862 33554432000 4194304 5992684 140737293469520 140737293463552 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18081/statm: 15574 13862 174 440 0 15130 0
[pid=18094] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18094/stat : 18094 (cp2_pre.sh) S 18081 18080 12793 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 277326521 9367552 277 33554432000 4194304 5064252 140734542623216 140734542621920 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18094/statm: 2287 277 234 213 0 72 0
[pid=18095] ppid=18094 vsize=175552 CPUtime=2.22 cores=1,3,5,7
/proc/18095/stat : 18095 (coprocessor) R 18094 18080 12793 0 -1 4202496 31903 0 0 0 215 7 0 0 20 0 1 0 277326521 179765248 42701 33554432000 4194304 6586260 140737312006016 140737312001944 5732496 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18095/statm: 43888 42701 204 584 0 43300 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 256144

[startup+6.30044 s]
/proc/loadavg: 3.70 3.40 2.75 2/184 18110
/proc/meminfo: memFree=30788472/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=62296 CPUtime=3.63 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 10305 32808 0 0 79 7 266 11 20 0 1 0 277326434 63791104 13862 33554432000 4194304 5992684 140737293469520 140737293464640 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18081/statm: 15574 13862 174 440 0 15130 0
[pid=18102] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18102/stat : 18102 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277326799 9367552 267 33554432000 4194304 5064252 140734378234192 140734378233104 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18102/statm: 2287 267 226 213 0 72 0
[pid=18103] ppid=18102 vsize=78128 CPUtime=2.64 cores=1,3,5,7
/proc/18103/stat : 18103 (glucose) R 18102 18080 12793 0 -1 4202496 14914 0 0 0 261 3 0 0 20 0 1 0 277326799 80003072 15242 33554432000 4194304 5208918 140733933114944 140733933112792 4213121 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18103/statm: 19532 15242 103 248 0 19281 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 158720

[startup+12.7004 s]
/proc/loadavg: 3.56 3.38 2.75 3/184 18110
/proc/meminfo: memFree=30718624/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=62296 CPUtime=3.63 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 10305 32808 0 0 79 7 266 11 20 0 1 0 277326434 63791104 13862 33554432000 4194304 5992684 140737293469520 140737293464640 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18081/statm: 15574 13862 174 440 0 15130 0
[pid=18102] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18102/stat : 18102 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 277326799 9367552 267 33554432000 4194304 5064252 140734378234192 140734378233104 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18102/statm: 2287 267 226 213 0 72 0
[pid=18103] ppid=18102 vsize=78440 CPUtime=9.04 cores=1,3,5,7
/proc/18103/stat : 18103 (glucose) R 18102 18080 12793 0 -1 4202496 15371 0 0 0 901 3 0 0 20 0 1 0 277326799 80322560 16206 33554432000 4194304 5208918 140733933114944 140733933112616 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18103/statm: 19610 16206 103 248 0 19359 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 159032

[startup+25.5005 s]
/proc/loadavg: 3.32 3.33 2.74 3/184 18117
/proc/meminfo: memFree=30685304/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=15.15 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 14242 53299 0 0 108 80 1308 19 20 0 1 0 277326434 72142848 15580 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15580 183 440 0 17169 0
[pid=18116] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18116/stat : 18116 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277327952 9367552 267 33554432000 4194304 5064252 140735235285984 140735235284896 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18116/statm: 2287 267 226 213 0 72 0
[pid=18117] ppid=18116 vsize=82980 CPUtime=10.3 cores=1,3,5,7
/proc/18117/stat : 18117 (glucose) R 18116 18080 12793 0 -1 4202496 16260 0 0 0 1026 4 0 0 20 0 1 0 277327953 84971520 18262 33554432000 4194304 5208918 140734849672320 140734849670168 4229280 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18117/statm: 20745 18262 105 248 0 20494 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 171728

[startup+51.1005 s]
/proc/loadavg: 2.80 3.20 2.71 3/184 18117
/proc/meminfo: memFree=30622876/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=15.15 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 14242 53299 0 0 108 80 1308 19 20 0 1 0 277326434 72142848 15580 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15580 183 440 0 17169 0
[pid=18116] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18116/stat : 18116 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277327952 9367552 267 33554432000 4194304 5064252 140735235285984 140735235284896 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18116/statm: 2287 267 226 213 0 72 0
[pid=18117] ppid=18116 vsize=133680 CPUtime=35.9 cores=1,3,5,7
/proc/18117/stat : 18117 (glucose) R 18116 18080 12793 0 -1 4202496 18687 0 0 0 3584 6 0 0 20 0 1 0 277327953 136888320 29681 33554432000 4194304 5208918 140734849672320 140734849668088 4211620 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18117/statm: 33420 29681 105 248 0 33169 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 222428

[startup+102.307 s]
/proc/loadavg: 2.35 3.01 2.67 3/183 18117
/proc/meminfo: memFree=30554164/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=15.15 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 14242 53299 0 0 108 80 1308 19 20 0 1 0 277326434 72142848 15580 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15580 183 440 0 17169 0
[pid=18116] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18116/stat : 18116 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 277327952 9367552 267 33554432000 4194304 5064252 140735235285984 140735235284896 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18116/statm: 2287 267 226 213 0 72 0
[pid=18117] ppid=18116 vsize=183000 CPUtime=87.1 cores=1,3,5,7
/proc/18117/stat : 18117 (glucose) R 18116 18080 12793 0 -1 4202496 19075 0 0 0 8702 8 0 0 20 0 1 0 277327953 187392000 40098 33554432000 4194304 5208918 140734849672320 140734849668696 4229850 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18117/statm: 45750 40098 105 248 0 45499 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 271748

[startup+162.3 s]
/proc/loadavg: 2.12 2.83 2.63 3/183 18117
/proc/meminfo: memFree=30580260/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=15.15 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 14242 53299 0 0 108 80 1308 19 20 0 1 0 277326434 72142848 15580 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15580 183 440 0 17169 0
[pid=18116] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.16 3/183 18157
/proc/meminfo: memFree=30467764/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=1006.35 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 15583 91386 0 0 112 81 100367 75 20 0 1 0 277326434 72142848 15606 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15606 183 440 0 17169 0
[pid=18155] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18155/stat : 18155 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277427090 9367552 265 33554432000 4194304 5064252 140737264911136 140737264910048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18155/statm: 2287 265 226 213 0 72 0
[pid=18156] ppid=18155 vsize=194616 CPUtime=355.66 cores=1,3,5,7
/proc/18156/stat : 18156 (glucose) R 18155 18080 12793 0 -1 4202496 23635 0 0 0 35549 17 0 0 20 0 1 0 277427090 199286784 41166 33554432000 4194304 5208918 140736132408848 140736132407000 4229483 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18156/statm: 48654 41166 105 248 0 48403 0
Current children cumulated CPU time (s) 1362.01
Current children cumulated vsize (KiB) 283364

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.15 3/184 18161
/proc/meminfo: memFree=30464560/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=1006.35 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 15583 91386 0 0 112 81 100367 75 20 0 1 0 277326434 72142848 15606 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15606 183 440 0 17169 0
[pid=18155] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18155/stat : 18155 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277427090 9367552 265 33554432000 4194304 5064252 140737264911136 140737264910048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18155/statm: 2287 265 226 213 0 72 0
[pid=18156] ppid=18155 vsize=163796 CPUtime=415.66 cores=1,3,5,7
/proc/18156/stat : 18156 (glucose) R 18155 18080 12793 0 -1 4202496 24400 0 0 0 41545 21 0 0 20 0 1 0 277427090 167727104 38568 33554432000 4194304 5208918 140736132408848 140736132405224 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18156/statm: 40949 38568 105 248 0 40698 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 252544

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/183 18161
/proc/meminfo: memFree=30435776/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=1006.35 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 15583 91386 0 0 112 81 100367 75 20 0 1 0 277326434 72142848 15606 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15606 183 440 0 17169 0
[pid=18155] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18155/stat : 18155 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277427090 9367552 265 33554432000 4194304 5064252 140737264911136 140737264910048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18155/statm: 2287 265 226 213 0 72 0
[pid=18156] ppid=18155 vsize=194616 CPUtime=475.64 cores=1,3,5,7
/proc/18156/stat : 18156 (glucose) R 18155 18080 12793 0 -1 4202496 25642 0 0 0 47541 23 0 0 20 0 1 0 277427090 199286784 43726 33554432000 4194304 5208918 140736132408848 140736132405224 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18156/statm: 48654 43726 105 248 0 48403 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 283364

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/183 18161
/proc/meminfo: memFree=30498608/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=1006.35 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 15583 91386 0 0 112 81 100367 75 20 0 1 0 277326434 72142848 15606 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15606 183 440 0 17169 0
[pid=18155] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18155/stat : 18155 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277427090 9367552 265 33554432000 4194304 5064252 140737264911136 140737264910048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18155/statm: 2287 265 226 213 0 72 0
[pid=18156] ppid=18155 vsize=163796 CPUtime=535.63 cores=1,3,5,7
/proc/18156/stat : 18156 (glucose) R 18155 18080 12793 0 -1 4202496 26407 0 0 0 53537 26 0 0 20 0 1 0 277427090 167727104 38539 33554432000 4194304 5208918 140736132408848 140736132406936 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18156/statm: 40949 38539 105 248 0 40698 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 252544

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/183 18161
/proc/meminfo: memFree=30486524/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=1006.35 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 15583 91386 0 0 112 81 100367 75 20 0 1 0 277326434 72142848 15606 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15606 183 440 0 17169 0
[pid=18155] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18155/stat : 18155 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277427090 9367552 265 33554432000 4194304 5064252 140737264911136 140737264910048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18155/statm: 2287 265 226 213 0 72 0
[pid=18156] ppid=18155 vsize=194616 CPUtime=595.62 cores=1,3,5,7
/proc/18156/stat : 18156 (glucose) R 18155 18080 12793 0 -1 4202496 27666 0 0 0 59533 29 0 0 20 0 1 0 277427090 199286784 42190 33554432000 4194304 5208918 140736132408848 140736132407000 4229757 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18156/statm: 48654 42190 105 248 0 48403 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 283364

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/183 18161
/proc/meminfo: memFree=30460288/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=1006.35 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 15583 91386 0 0 112 81 100367 75 20 0 1 0 277326434 72142848 15606 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15606 183 440 0 17169 0
[pid=18155] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18155/stat : 18155 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277427090 9367552 265 33554432000 4194304 5064252 140737264911136 140737264910048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18155/statm: 2287 265 226 213 0 72 0
[pid=18156] ppid=18155 vsize=194616 CPUtime=655.62 cores=1,3,5,7
/proc/18156/stat : 18156 (glucose) R 18155 18080 12793 0 -1 4202496 28352 0 0 0 65530 32 0 0 20 0 1 0 277427090 199286784 44750 33554432000 4194304 5208918 140736132408848 140736132405224 4211648 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18156/statm: 48654 44750 105 248 0 48403 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 283364

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 18162
/proc/meminfo: memFree=30444016/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=1006.35 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 15583 91386 0 0 112 81 100367 75 20 0 1 0 277326434 72142848 15606 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15606 183 440 0 17169 0
[pid=18155] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18155/stat : 18155 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277427090 9367552 265 33554432000 4194304 5064252 140737264911136 140737264910048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18155/statm: 2287 265 226 213 0 72 0
[pid=18156] ppid=18155 vsize=194616 CPUtime=715.6 cores=1,3,5,7
/proc/18156/stat : 18156 (glucose) R 18155 18080 12793 0 -1 4202496 29862 0 0 0 71525 35 0 0 20 0 1 0 277427090 199286784 46286 33554432000 4194304 5208918 140736132408848 140736132404536 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18156/statm: 48654 46286 105 248 0 48403 0
Current children cumulated CPU time (s) 1721.95
Current children cumulated vsize (KiB) 283364

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 18162
/proc/meminfo: memFree=30432076/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=1006.35 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 15583 91386 0 0 112 81 100367 75 20 0 1 0 277326434 72142848 15606 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15606 183 440 0 17169 0
[pid=18155] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18155/stat : 18155 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277427090 9367552 265 33554432000 4194304 5064252 140737264911136 140737264910048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18155/statm: 2287 265 226 213 0 72 0
[pid=18156] ppid=18155 vsize=194616 CPUtime=775.6 cores=1,3,5,7
/proc/18156/stat : 18156 (glucose) R 18155 18080 12793 0 -1 4202496 31364 0 0 0 77522 38 0 0 20 0 1 0 277427090 199286784 45774 33554432000 4194304 5208918 140736132408848 140736132405160 4229311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18156/statm: 48654 45774 105 248 0 48403 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 283364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.08 3/183 18162
/proc/meminfo: memFree=30461044/32873844 swapFree=7116/7116
[pid=18080] ppid=18078 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18080/stat : 18080 (npSolver-pbo.sh) S 18078 18080 12793 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277326434 9367552 275 33554432000 4194304 5064252 140737240697472 140737240696384 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18080/statm: 2287 275 233 213 0 72 0
[pid=18081] ppid=18080 vsize=70452 CPUtime=1006.35 cores=1,3,5,7
/proc/18081/stat : 18081 (npSolver-pbo) S 18080 18080 12793 0 -1 4202496 15583 91386 0 0 112 81 100367 75 20 0 1 0 277326434 72142848 15606 33554432000 4194304 5992684 140737293469520 140737293461840 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18081/statm: 17613 15606 183 440 0 17169 0
[pid=18155] ppid=18081 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18155/stat : 18155 (satsolver.sh) S 18081 18080 12793 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 277427090 9367552 265 33554432000 4194304 5064252 140737264911136 140737264910048 240564987470 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/18155/statm: 2287 265 226 213 0 72 0
[pid=18156] ppid=18155 vsize=163796 CPUtime=793.7 cores=1,3,5,7
/proc/18156/stat : 18156 (glucose) R 18155 18080 12793 0 -1 4202496 32261 0 0 0 79330 40 0 0 20 0 1 0 277427090 167727104 38027 33554432000 4194304 5208918 140736132408848 140736132406936 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18156/statm: 40949 38027 105 248 0 40698 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 252544

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1798.12
CPU system time (s): 1.9827
CPU usage (%): 99.9824
Max. virtual memory (cumulated for all children) (KiB): 382772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.12
system time used= 1.9827
maximum resident set size= 235820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140220
page faults= 0
swaps= 0
block input operations= 0
block output operations= 157944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 500
involuntary context switches= 1919

runsolver used 3.51147 second user time and 9.2216 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 11:46:55
IDJOB=3701663
IDBENCH=90325
IDSOLVER=2277
FILE ID=node146/3701663-1338112015
RUNJOBID= node146-1338094515-13805
PBS_JOBID= 14624466
Free space on /tmp= 70932 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_0null20mast_rapportOE2.0_TMAX120_K67_cod2.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701663-1338112015/watcher-3701663-1338112015 -o /tmp/evaluation-result-3701663-1338112015/solver-3701663-1338112015 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701663-1338112015.opb 1780927410 HOME HOME

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

MD5SUM BENCH= 9437b3e9d1ce9c682b2f5f71866292ee
RANDOM SEED=1780927410

node146.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		: 2667.034
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	: 5334.06
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		: 2667.034
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.92
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		: 2667.034
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	: 5331.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		: 2667.034
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.91
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31009520 kB
Buffers:          292240 kB
Cached:           730216 kB
SwapCached:         2652 kB
Active:           896476 kB
Inactive:         134448 kB
Active(anon):       6460 kB
Inactive(anon):     3556 kB
Active(file):     890016 kB
Inactive(file):   130892 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67098856 kB
Dirty:             12528 kB
Writeback:             0 kB
AnonPages:        140768 kB
Mapped:             8604 kB
Shmem:                 0 kB
Slab:             693796 kB
SReclaimable:     134020 kB
SUnreclaim:       559776 kB
KernelStack:        1512 kB
PageTables:         3608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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= 71116 MiB
End job on node146 at 2012-05-27 12:16:56