Trace number 3750408

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-2.opb
MD5SUMaabc023158e10c9511062af8ac97c515
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-44
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -44
Optimality of the best value was proved NO
Number of variables945
Total number of constraints58624
Number of constraints which are clauses58624
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 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.15	c run usual solver
0.00/0.34	c model valid
0.00/0.34	c current solution ok
0.00/0.43	o 0
0.00/0.43	c current bound: 472
0.00/0.43	c (debug) using card networks
0.00/0.43	c old isEQ: 216, new EQ is 0
1.47/1.56	c current bound: 709
1.47/1.56	c (debug) using card networks
1.47/1.56	c old isEQ: 197, new EQ is 0
3.77/3.83	c current bound: 827
3.77/3.83	c (debug) using card networks
3.77/3.83	c old isEQ: 59, new EQ is 0
7.16/7.21	c current bound: 886
7.16/7.21	c (debug) using card networks
7.16/7.21	c old isEQ: 118, new EQ is 0
11.98/12.02	c current bound: 916
11.98/12.02	c (debug) using card networks
11.98/12.02	c old isEQ: 148, new EQ is 0
12.20/12.36	c model valid
12.20/12.36	c current solution ok
12.20/12.37	o -31
12.20/12.37	c current bound: 900
12.20/12.37	c (debug) using card networks
12.20/12.37	c old isEQ: 132, new EQ is 0
1800.08/1800.41	./satsolver.sh: line 5: 12647 Terminated              ./glucose $1 > $2 2> /dev/null
1800.08/1800.41	c error: unexpected solver exit code
1800.08/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-3750408-1339120566/watcher-3750408-1339120566 -o /tmp/evaluation-result-3750408-1339120566/solver-3750408-1339120566 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750408-1339120566.opb 1292869397 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: 1.98 1.97 1.99 3/179 12598
/proc/meminfo: memFree=29946000/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0

[startup+0.00866705 s]
/proc/loadavg: 1.98 1.97 1.99 3/179 12598
/proc/meminfo: memFree=29946000/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100311 s]
/proc/loadavg: 1.98 1.97 1.99 3/179 12598
/proc/meminfo: memFree=29946000/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30041 s]
/proc/loadavg: 1.98 1.97 1.99 3/179 12598
/proc/meminfo: memFree=29946000/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700368 s]
/proc/loadavg: 1.98 1.97 1.99 3/179 12598
/proc/meminfo: memFree=29946000/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 1.98 1.97 1.99 3/183 12612
/proc/meminfo: memFree=29906660/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=0.44 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 7966 5956 0 0 22 10 10 2 20 0 1 0 378185174 22810624 5242 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5242 171 442 0 5123 0
[pid=12611] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12611/stat : 12611 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378185220 9367552 266 33554432000 4194304 5064252 140735796962112 140735796961024 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12611/statm: 2287 266 226 213 0 72 0
[pid=12612] ppid=12611 vsize=19136 CPUtime=1.03 cores=1,3,5,7
/proc/12612/stat : 12612 (glucose) R 12611 12598 9764 0 -1 4202496 4007 0 0 0 103 0 0 0 20 0 1 0 378185220 19595264 4085 33554432000 4194304 5208918 140735938918480 140735938916312 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12612/statm: 4784 4085 95 248 0 4533 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 59708

[startup+3.10041 s]
/proc/loadavg: 1.98 1.97 1.99 3/183 12619
/proc/meminfo: memFree=29905596/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=1.57 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 8842 12794 0 0 25 10 119 3 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12618] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12618/stat : 12618 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 378185333 9367552 266 33554432000 4194304 5064252 140735973776768 140735973775680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12618/statm: 2287 266 226 213 0 72 0
[pid=12619] ppid=12618 vsize=19512 CPUtime=1.5 cores=1,3,5,7
/proc/12619/stat : 12619 (glucose) R 12618 12598 9764 0 -1 4202496 3452 0 0 0 150 0 0 0 20 0 1 0 378185333 19980288 4310 33554432000 4194304 5208918 140736050637008 140736050634840 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12619/statm: 4878 4310 103 248 0 4627 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 60084

[startup+6.30039 s]
/proc/loadavg: 1.98 1.97 1.99 3/183 12626
/proc/meminfo: memFree=29903240/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=3.83 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 9717 20254 0 0 27 10 341 5 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12625] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12625/stat : 12625 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 378185559 9367552 267 33554432000 4194304 5064252 140735081327232 140735081326144 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12625/statm: 2287 267 226 213 0 72 0
[pid=12626] ppid=12625 vsize=19564 CPUtime=2.43 cores=1,3,5,7
/proc/12626/stat : 12626 (glucose) R 12625 12598 9764 0 -1 4202496 4014 0 0 0 243 0 0 0 20 0 1 0 378185559 20033536 4133 33554432000 4194304 5208918 140735857422752 140735857420584 4211147 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12626/statm: 4891 4133 95 248 0 4640 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 60136

[startup+12.7004 s]
/proc/loadavg: 1.98 1.97 1.99 3/183 12633
/proc/meminfo: memFree=29902256/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 31424

[startup+25.5004 s]
/proc/loadavg: 1.99 1.97 1.99 3/183 12647
/proc/meminfo: memFree=29937340/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=36680 CPUtime=13.09 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 7661 0 0 0 1307 2 0 0 20 0 1 0 378186413 37560320 8653 33554432000 4194304 5208918 140736393079440 140736393077304 4211668 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 9170 8653 105 248 0 8919 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 77252

[startup+51.1004 s]
/proc/loadavg: 1.99 1.97 1.99 3/183 12647
/proc/meminfo: memFree=29909412/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=32328 CPUtime=38.68 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 8656 0 0 0 3866 2 0 0 20 0 1 0 378186413 33103872 7613 33554432000 4194304 5208918 140736393079440 140736393077448 4229311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 8082 7613 105 248 0 7831 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 72900

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/183 12647
/proc/meminfo: memFree=29868332/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=70824 CPUtime=89.88 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 10193 0 0 0 8984 4 0 0 20 0 1 0 378186413 72523776 14267 33554432000 4194304 5208918 140736393079440 140736393075128 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 17706 14267 105 248 0 17455 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 111396

[startup+162.3 s]
/proc/loadavg: 2.06 1.99 1.99 3/183 12647
/proc/meminfo: memFree=29829408/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=89680 CPUtime=149.86 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 11340 0 0 0 14981 5 0 0 20 0 1 0 378186413 91832320 20150 33554432000 4194304 5208918 140736393079440 140736393075816 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 22420 20150 105 248 0 22169 0
Current children cumulated CPU time (s) 162.22

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12787
/proc/meminfo: memFree=29764876/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=152952 CPUtime=1349.68 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 36093 0 0 0 134923 45 0 0 20 0 1 0 378186413 156622848 37668 33554432000 4194304 5208918 140736393079440 140736393077432 4229688 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 38238 37668 105 248 0 37987 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 193524

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12787
/proc/meminfo: memFree=29754468/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=183772 CPUtime=1409.68 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 37780 0 0 0 140920 48 0 0 20 0 1 0 378186413 188182528 40295 33554432000 4194304 5208918 140736393079440 140736393077592 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 45943 40295 105 248 0 45692 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 224344

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 12790
/proc/meminfo: memFree=29807240/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=103632 CPUtime=1469.66 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 38873 0 0 0 146916 50 0 0 20 0 1 0 378186413 106119168 25418 33554432000 4194304 5208918 140736393079440 140736393077528 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 25908 25418 105 248 0 25657 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 144204

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12791
/proc/meminfo: memFree=29768664/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=152952 CPUtime=1529.65 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 40454 0 0 0 152912 53 0 0 20 0 1 0 378186413 156622848 34596 33554432000 4194304 5208918 140736393079440 140736393077432 4229748 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 38238 34596 105 248 0 37987 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 193524

[startup+1602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 12791
/proc/meminfo: memFree=29778952/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=152952 CPUtime=1589.64 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 41552 0 0 0 158908 56 0 0 20 0 1 0 378186413 156622848 35620 33554432000 4194304 5208918 140736393079440 140736393077432 4229344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 38238 35620 105 248 0 37987 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 193524

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 12791
/proc/meminfo: memFree=29809844/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=152952 CPUtime=1649.64 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 42645 0 0 0 164906 58 0 0 20 0 1 0 378186413 156622848 36132 33554432000 4194304 5208918 140736393079440 140736393077432 4229538 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 38238 36132 105 248 0 37987 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 193524

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 12791
/proc/meminfo: memFree=29764572/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=152952 CPUtime=1709.62 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 43744 0 0 0 170902 60 0 0 20 0 1 0 378186413 156622848 37156 33554432000 4194304 5208918 140736393079440 140736393075816 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 38238 37156 105 248 0 37987 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 193524

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12791
/proc/meminfo: memFree=29796956/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=183772 CPUtime=1769.62 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 45428 0 0 0 176898 64 0 0 20 0 1 0 378186413 188182528 39271 33554432000 4194304 5208918 140736393079440 140736393075816 4205640 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 45943 39271 105 248 0 45692 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 224344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 12791
/proc/meminfo: memFree=29747928/32873844 swapFree=7636/7636
[pid=12598] ppid=12596 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12598/stat : 12598 (npSolver-pbo.sh) S 12596 12598 9764 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 378185173 9367552 274 33554432000 4194304 5064252 140733919376064 140733919374976 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/12598/statm: 2287 274 233 213 0 72 0
[pid=12599] ppid=12598 vsize=22276 CPUtime=12.36 cores=1,3,5,7
/proc/12599/stat : 12599 (npSolver-pbo) S 12598 12598 9764 0 -1 4202496 12370 43588 0 0 39 11 1173 13 20 0 1 0 378185174 22810624 5243 33554432000 4194304 6004724 140734387032752 140734387025104 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/12599/statm: 5569 5243 172 442 0 5123 0
[pid=12646] ppid=12599 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/12646/stat : 12646 (satsolver.sh) S 12599 12598 9764 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 378186413 9367552 267 33554432000 4194304 5064252 140734400761472 140734400760384 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/12646/statm: 2287 267 226 213 0 72 0
[pid=12647] ppid=12646 vsize=183772 CPUtime=1787.72 cores=1,3,5,7
/proc/12647/stat : 12647 (glucose) R 12646 12598 9764 0 -1 4202496 45434 0 0 0 178708 64 0 0 20 0 1 0 378186413 188182528 42343 33554432000 4194304 5208918 140736393079440 140736393075816 4229338 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/12647/statm: 45943 42343 105 248 0 45692 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 224344

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.12
CPU user time (s): 1799.22
CPU system time (s): 0.902862
CPU usage (%): 99.9837
Max. virtual memory (cumulated for all children) (KiB): 224344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.902862
maximum resident set size= 169372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102382
page faults= 0
swaps= 0
block input operations= 0
block output operations= 27480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164
involuntary context switches= 2049

runsolver used 3.11153 second user time and 7.27389 second system time

The end

Launcher Data

Begin job on node108 at 2012-06-08 03:56:06
IDJOB=3750408
IDBENCH=2251
IDSOLVER=2334
FILE ID=node108/3750408-1339120566
RUNJOBID= node108-1339112032-11192
PBS_JOBID= 14643745
Free space on /tmp= 71384 MiB

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

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

MD5SUM BENCH= aabc023158e10c9511062af8ac97c515
RANDOM SEED=1292869397

node108.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.273
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	: 5332.54
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.273
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.273
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		: 2666.273
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		: 2666.273
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		: 2666.273
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	: 5438.55
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.273
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		: 2666.273
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:        29946644 kB
Buffers:         1576856 kB
Cached:           251808 kB
SwapCached:          868 kB
Active:          1804228 kB
Inactive:         248608 kB
Active(anon):     215252 kB
Inactive(anon):    10624 kB
Active(file):    1588976 kB
Inactive(file):   237984 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67105664 kB
Dirty:              9924 kB
Writeback:             0 kB
AnonPages:        230172 kB
Mapped:            11464 kB
Shmem:                 0 kB
Slab:             734368 kB
SReclaimable:     175732 kB
SUnreclaim:       558636 kB
KernelStack:        1472 kB
PageTables:         4796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     345956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 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= 71372 MiB
End job on node108 at 2012-06-08 04:26:06