Trace number 3701254

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.11 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
MD5SUMdc857dc123c51e1f53f981679774fda8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-47
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -49
Optimality of the best value was proved NO
Number of variables1150
Total number of constraints80072
Number of constraints which are clauses80072
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1150
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 1150
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1150
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.16	c run usual solver
0.00/0.41	c model valid
0.00/0.41	c current solution ok
0.00/0.55	o 0
0.00/0.55	c current bound: 575
0.00/0.55	c (debug) using card networks
4.47/4.61	c current bound: 863
4.47/4.61	c (debug) using card networks
10.96/11.18	c current bound: 1007
10.96/11.18	c (debug) using card networks
20.18/20.31	c current bound: 1079
20.18/20.31	c (debug) using card networks
33.85/34.08	c current bound: 1115
33.85/34.08	c (debug) using card networks
35.56/35.74	c model valid
35.56/35.74	c current solution ok
35.56/35.75	o -37
35.56/35.75	c current bound: 1096
35.56/35.75	c (debug) using card networks
49.84/50.07	c current bound: 1105
49.84/50.07	c (debug) using card networks
70.95/71.10	c model valid
70.95/71.10	c current solution ok
70.95/71.11	o -45
70.95/71.11	c current bound: 1101
70.95/71.11	c (debug) using card networks
1800.06/1800.51	./satsolver.sh: line 5: 12546 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.51	c error: unexpected solver exit code
1800.06/1800.51	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-3701254-1338061993/watcher-3701254-1338061993 -o /tmp/evaluation-result-3701254-1338061993/solver-3701254-1338061993 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701254-1338061993.opb 955486424 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.00 2.00 2.00 2/179 12483
/proc/meminfo: memFree=28651112/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0

[startup+0.0141791 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12483
/proc/meminfo: memFree=28651112/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12483
/proc/meminfo: memFree=28651112/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300146 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12483
/proc/meminfo: memFree=28651112/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700212 s]
/proc/loadavg: 2.00 2.00 2.00 2/179 12483
/proc/meminfo: memFree=28651112/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12497
/proc/meminfo: memFree=28611404/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=8408 CPUtime=0.58 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 2975 7842 0 0 32 11 14 1 20 0 1 0 272323773 8609792 1419 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2102 1419 177 440 0 1658 0
[pid=12496] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12496/stat : 12496 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272323834 9367552 267 33554432000 4194304 5064252 140734083622304 140734083621216 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12496/statm: 2287 267 226 213 0 72 0
[pid=12497] ppid=12496 vsize=33912 CPUtime=0.87 cores=0,2,4,6
/proc/12497/stat : 12497 (glucose) R 12496 12483 10843 0 -1 4202496 7472 0 0 0 86 1 0 0 20 0 1 0 272323835 34725888 7496 33554432000 4194304 5208918 140737484143872 140737484141704 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12497/statm: 8478 7496 95 248 0 8227 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 60616

[startup+3.10041 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12497
/proc/meminfo: memFree=28610900/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=8408 CPUtime=0.58 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 2975 7842 0 0 32 11 14 1 20 0 1 0 272323773 8609792 1419 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2102 1419 177 440 0 1658 0
[pid=12496] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12496/stat : 12496 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272323834 9367552 267 33554432000 4194304 5064252 140734083622304 140734083621216 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12496/statm: 2287 267 226 213 0 72 0
[pid=12497] ppid=12496 vsize=33912 CPUtime=2.47 cores=0,2,4,6
/proc/12497/stat : 12497 (glucose) R 12496 12483 10843 0 -1 4202496 7528 0 0 0 246 1 0 0 20 0 1 0 272323835 34725888 7552 33554432000 4194304 5208918 140737484143872 140737484141704 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12497/statm: 8478 7552 95 248 0 8227 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 60616

[startup+6.3004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12504
/proc/meminfo: memFree=28607492/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11480 CPUtime=4.55 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 4390 18243 0 0 37 12 402 4 20 0 1 0 272323773 11755520 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2870 2327 177 440 0 2426 0
[pid=12503] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12503/stat : 12503 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272324240 9367552 266 33554432000 4194304 5064252 140735108869872 140735108868784 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12503/statm: 2287 266 226 213 0 72 0
[pid=12504] ppid=12503 vsize=33884 CPUtime=1.61 cores=0,2,4,6
/proc/12504/stat : 12504 (glucose) R 12503 12483 10843 0 -1 4202496 7509 0 0 0 161 0 0 0 20 0 1 0 272324241 34697216 7536 33554432000 4194304 5208918 140733562562432 140733562560264 4205165 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12504/statm: 8471 7536 95 248 0 8220 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 63660

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12511
/proc/meminfo: memFree=28605172/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11480 CPUtime=11.13 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 5805 28761 0 0 43 13 1051 6 20 0 1 0 272323773 11755520 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2870 2327 177 440 0 2426 0
[pid=12510] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12510/stat : 12510 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272324898 9367552 267 33554432000 4194304 5064252 140733813717264 140733813716176 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12510/statm: 2287 267 226 213 0 72 0
[pid=12511] ppid=12510 vsize=33808 CPUtime=1.44 cores=0,2,4,6
/proc/12511/stat : 12511 (glucose) R 12510 12483 10843 0 -1 4202496 7556 0 0 0 143 1 0 0 20 0 1 0 272324898 34619392 7548 33554432000 4194304 5208918 140733742327344 140733742325176 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12511/statm: 8452 7548 95 248 0 8201 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 63584

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12518
/proc/meminfo: memFree=28602780/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=20.24 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 7220 40515 0 0 48 13 1954 9 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12517] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12517/stat : 12517 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 272325811 9367552 267 33554432000 4194304 5064252 140733194470864 140733194469776 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12517/statm: 2287 267 226 213 0 72 0
[pid=12518] ppid=12517 vsize=37416 CPUtime=5.11 cores=0,2,4,6
/proc/12518/stat : 12518 (glucose) R 12517 12483 10843 0 -1 4202496 8235 0 0 0 510 1 0 0 20 0 1 0 272325811 38313984 8688 33554432000 4194304 5208918 140736486536048 140736486534200 4205139 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12518/statm: 9354 8688 103 248 0 9103 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 67200

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12539
/proc/meminfo: memFree=28604032/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=50 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 11490 80344 0 0 74 16 4884 26 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12538] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12538/stat : 12538 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272328787 9367552 266 33554432000 4194304 5064252 140736837827792 140736837826704 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12538/statm: 2287 266 226 213 0 72 0
[pid=12539] ppid=12538 vsize=34264 CPUtime=0.95 cores=0,2,4,6
/proc/12539/stat : 12539 (glucose) R 12538 12483 10843 0 -1 4202496 8002 0 0 0 94 1 0 0 20 0 1 0 272328787 35086336 7983 33554432000 4194304 5208918 140737434398992 140737434396824 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12539/statm: 8566 7983 95 248 0 8315 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 64048

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 12546
/proc/meminfo: memFree=28576504/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=60908 CPUtime=31.11 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 11031 0 0 0 3108 3 0 0 20 0 1 0 272330891 62369792 14617 33554432000 4194304 5208918 140733502519104 140733502514872 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 15227 14617 105 248 0 14976 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 90692

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12547
/proc/meminfo: memFree=28542420/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 2.00 3/181 12621
/proc/meminfo: memFree=27851108/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=114888 CPUtime=1350.91 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 16688 0 0 0 135046 45 0 0 20 0 1 0 272330891 117645312 28229 33554432000 4194304 5208918 140733502519104 140733502517192 4229319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 28722 28229 105 248 0 28471 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 144672

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 12621
/proc/meminfo: memFree=24171980/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=164208 CPUtime=1410.89 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 16839 0 0 0 141042 47 0 0 20 0 1 0 272330891 168148992 38997 33554432000 4194304 5208918 140733502519104 140733502517096 4229296 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 41052 38997 105 248 0 40801 0
Current children cumulated CPU time (s) 1481.91
Current children cumulated vsize (KiB) 193992

[startup+1542.3 s]
/proc/loadavg: 2.43 2.10 2.03 3/183 12623
/proc/meminfo: memFree=14736676/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=195028 CPUtime=1470.88 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 17030 0 0 0 147038 50 0 0 20 0 1 0 272330891 199708672 43160 33554432000 4194304 5208918 140733502519104 140733502515416 4212816 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 48757 43160 105 248 0 48506 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 224812

[startup+1602.3 s]
/proc/loadavg: 2.53 2.21 2.07 3/181 12664
/proc/meminfo: memFree=27992676/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=114888 CPUtime=1530.86 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 17153 0 0 0 153035 51 0 0 20 0 1 0 272330891 117645312 28229 33554432000 4194304 5208918 140733502519104 140733502517192 4212476 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 28722 28229 105 248 0 28471 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 144672

[startup+1662.3 s]
/proc/loadavg: 2.24 2.18 2.07 3/182 12668
/proc/meminfo: memFree=26478948/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=164208 CPUtime=1590.86 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 17306 0 0 0 159032 54 0 0 20 0 1 0 272330891 168148992 37973 33554432000 4194304 5208918 140733502519104 140733502517096 4229776 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 41052 37973 105 248 0 40801 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 193992

[startup+1722.3 s]
/proc/loadavg: 2.09 2.15 2.07 3/181 12668
/proc/meminfo: memFree=25005964/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=164208 CPUtime=1650.85 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 17429 0 0 0 165030 55 0 0 20 0 1 0 272330891 168148992 39509 33554432000 4194304 5208918 140733502519104 140733502517096 4229299 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 41052 39509 105 248 0 40801 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 193992

[startup+1782.3 s]
/proc/loadavg: 2.03 2.12 2.06 3/181 12668
/proc/meminfo: memFree=23546564/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=164208 CPUtime=1710.84 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 17549 0 0 0 171027 57 0 0 20 0 1 0 272330891 168148992 40533 33554432000 4194304 5208918 140733502519104 140733502517096 4229365 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 41052 40533 105 248 0 40801 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 193992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.02 2.11 2.06 3/181 12668
/proc/meminfo: memFree=23076952/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=195028 CPUtime=1729.04 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 17623 0 0 0 172847 57 0 0 20 0 1 0 272330891 199708672 43672 33554432000 4194304 5208918 140733502519104 140733502517256 4229328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 48757 43672 105 248 0 48506 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 224812

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.02 2.11 2.06 3/181 12668
/proc/meminfo: memFree=23076952/32873648 swapFree=6596/6596
[pid=12483] ppid=12481 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12483/stat : 12483 (npSolver-pbo.sh) S 12481 12483 10843 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272323773 9367552 275 33554432000 4194304 5064252 140734264706992 140734264705904 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12483/statm: 2287 275 233 213 0 72 0
[pid=12484] ppid=12483 vsize=11488 CPUtime=71.02 cores=0,2,4,6
/proc/12484/stat : 12484 (npSolver-pbo) S 12483 12483 10843 0 -1 4202496 12930 96882 0 0 89 16 6958 39 20 0 1 0 272323773 11763712 2327 33554432000 4194304 5992684 140734707666688 140734707659008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/12484/statm: 2872 2327 177 440 0 2428 0
[pid=12545] ppid=12484 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/12545/stat : 12545 (satsolver.sh) S 12484 12483 10843 0 -1 4202496 600 0 0 0 0 0 0 0 20 0 1 0 272330891 9367552 267 33554432000 4194304 5064252 140736962487824 140736962486736 212073080398 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/12545/statm: 2287 267 226 213 0 72 0
[pid=12546] ppid=12545 vsize=195028 CPUtime=1729.04 cores=0,2,4,6
/proc/12546/stat : 12546 (glucose) R 12545 12483 10843 0 -1 4202496 17623 0 0 0 172847 57 0 0 20 0 1 0 272330891 199708672 43672 33554432000 4194304 5208918 140733502519104 140733502517256 4229328 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/12546/statm: 48757 43672 105 248 0 48506 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 224812

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.11
CPU user time (s): 1798.96
CPU system time (s): 1.15182
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 224812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 1.15182
maximum resident set size= 184928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128427
page faults= 0
swaps= 0
block input operations= 0
block output operations= 70880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 530
involuntary context switches= 2074

runsolver used 3.49147 second user time and 7.84981 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-26 21:53:13
IDJOB=3701254
IDBENCH=2260
IDSOLVER=2277
FILE ID=node148/3701254-1338061993
RUNJOBID= node148-1338052086-10859
PBS_JOBID= 14624389
Free space on /tmp= 71672 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb50-23-opb/normalized-frb50-23-1.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701254-1338061993/watcher-3701254-1338061993 -o /tmp/evaluation-result-3701254-1338061993/solver-3701254-1338061993 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701254-1338061993.opb 955486424 HOME HOME

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

MD5SUM BENCH= dc857dc123c51e1f53f981679774fda8
RANDOM SEED=955486424

node148.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.284
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.56
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.284
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.94
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.284
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.92
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.284
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.284
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		: 2667.284
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.284
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.90
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.284
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:       32873648 kB
MemFree:        28651376 kB
Buffers:          311480 kB
Cached:          2981764 kB
SwapCached:            0 kB
Active:           704228 kB
Inactive:        2725520 kB
Active(anon):     139256 kB
Inactive(anon):        0 kB
Active(file):     564972 kB
Inactive(file):  2725520 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             10612 kB
Writeback:             0 kB
AnonPages:        142852 kB
Mapped:            15472 kB
Shmem:               200 kB
Slab:             654840 kB
SReclaimable:      98860 kB
SUnreclaim:       555980 kB
KernelStack:        1480 kB
PageTables:         4340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     256808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node148 at 2012-05-26 22:23:13