Trace number 3701550

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.1 1800.51

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.newlist/normalized-randc7f8e5.cudf.paranoid.opb
MD5SUM6a41ff06797480ccf0516b3ef32f0a0b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark9465
Best CPU time to get the best result obtained on this benchmark0.288955
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5599
Total number of constraints25155
Number of constraints which are clauses24873
Number of constraints which are cardinality constraints (but not clauses)282
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint553
Number of terms in the objective function 2082
Biggest coefficient in the objective function 1533
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 846214
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1533
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 846214
Number of bits of the biggest sum of numbers20
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.10	c run usual solver
0.00/0.34	c model valid
0.00/0.34	c current solution ok
0.00/0.38	o 63241
0.00/0.38	c current bound: 31620
0.00/0.38	c fallback to adder encoding
472.90/473.01	c model valid
472.90/473.01	c current solution ok
472.90/473.02	o 31620
472.90/473.02	c current bound: 15810
472.90/473.02	c fallback to adder encoding
722.47/722.75	c model valid
722.47/722.75	c current solution ok
722.47/722.76	o 15810
722.47/722.76	c current bound: 7905
722.47/722.76	c fallback to adder encoding
728.78/729.08	c current bound: 11858
728.78/729.08	c fallback to adder encoding
804.47/804.72	c model valid
804.47/804.72	c current solution ok
804.47/804.73	o 11723
804.47/804.73	c current bound: 9814
804.47/804.73	c fallback to adder encoding
976.94/977.34	c model valid
976.94/977.34	c current solution ok
976.94/977.35	o 9814
976.94/977.35	c current bound: 8860
976.94/977.35	c fallback to adder encoding
1165.40/1165.70	c current bound: 9337
1165.40/1165.70	c fallback to adder encoding
1333.96/1334.32	c current bound: 9576
1333.96/1334.32	c fallback to adder encoding
1505.94/1506.31	c model valid
1505.94/1506.31	c current solution ok
1505.94/1506.32	o 9576
1505.94/1506.32	c current bound: 9457
1505.94/1506.32	c fallback to adder encoding
1800.06/1800.50	./satsolver.sh: line 5: 11169 Terminated              ./glucose $1 > $2 2> /dev/null
1800.06/1800.50	c error: unexpected solver exit code
1800.06/1800.50	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-3701550-1338083082/watcher-3701550-1338083082 -o /tmp/evaluation-result-3701550-1338083082/solver-3701550-1338083082 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701550-1338083082.opb 1621088117 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: 2.02 2.05 2.00 3/179 10524
/proc/meminfo: memFree=31105844/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0

[startup+0.067012 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 10524
/proc/meminfo: memFree=31105844/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 10524
/proc/meminfo: memFree=31105844/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300189 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 10524
/proc/meminfo: memFree=31105844/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700313 s]
/proc/loadavg: 2.02 2.05 2.00 3/179 10524
/proc/meminfo: memFree=31105844/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50042 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 10538
/proc/meminfo: memFree=31049972/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=22616 CPUtime=0.54 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 4134 7497 0 0 30 5 17 2 20 0 1 0 274436810 23158784 3883 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10525/statm: 5654 3883 181 440 0 5210 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274436866 9367552 267 33554432000 4194304 5064252 140734068845984 140734068844896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=35384 CPUtime=0.92 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 5140 0 -1 4202496 8405 0 0 0 91 1 0 0 20 0 1 0 274436866 36233216 7442 33554432000 4194304 5208918 140735299435184 140735298384680 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10538/statm: 8846 7442 104 248 0 8595 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 76296

[startup+3.10045 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 10538
/proc/meminfo: memFree=31049104/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=22616 CPUtime=0.54 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 4134 7497 0 0 30 5 17 2 20 0 1 0 274436810 23158784 3883 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10525/statm: 5654 3883 181 440 0 5210 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274436866 9367552 267 33554432000 4194304 5064252 140734068845984 140734068844896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=36168 CPUtime=2.53 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 5140 0 -1 4202496 8850 0 0 0 251 2 0 0 20 0 1 0 274436866 37036032 7869 33554432000 4194304 5208918 140735299435184 140735299433016 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10538/statm: 9042 7869 104 248 0 8791 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 77080

[startup+6.30042 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 10538
/proc/meminfo: memFree=31041660/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=22616 CPUtime=0.54 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 4134 7497 0 0 30 5 17 2 20 0 1 0 274436810 23158784 3883 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10525/statm: 5654 3883 181 440 0 5210 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274436866 9367552 267 33554432000 4194304 5064252 140734068845984 140734068844896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=42184 CPUtime=5.73 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 5140 0 -1 4202496 9471 0 0 0 571 2 0 0 20 0 1 0 274436866 43196416 8977 33554432000 4194304 5208918 140735299435184 140735299431560 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10538/statm: 10546 8977 104 248 0 10295 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 83096

[startup+12.7004 s]
/proc/loadavg: 2.09 2.06 2.01 3/183 10538
/proc/meminfo: memFree=31030808/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=22616 CPUtime=0.54 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 4134 7497 0 0 30 5 17 2 20 0 1 0 274436810 23158784 3883 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10525/statm: 5654 3883 181 440 0 5210 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274436866 9367552 267 33554432000 4194304 5064252 140734068845984 140734068844896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=49088 CPUtime=12.12 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 5140 0 -1 4202496 10420 0 0 0 1210 2 0 0 20 0 1 0 274436866 50266112 10962 33554432000 4194304 5208918 140735299435184 140735299431560 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10538/statm: 12272 10962 104 248 0 12021 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 90000

[startup+25.5003 s]
/proc/loadavg: 2.08 2.06 2.01 3/183 10538
/proc/meminfo: memFree=31023120/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=22616 CPUtime=0.54 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 4134 7497 0 0 30 5 17 2 20 0 1 0 274436810 23158784 3883 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10525/statm: 5654 3883 181 440 0 5210 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274436866 9367552 267 33554432000 4194304 5064252 140734068845984 140734068844896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=56272 CPUtime=24.92 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 5140 0 -1 4202496 11194 0 0 0 2489 3 0 0 20 0 1 0 274436866 57622528 11867 33554432000 4194304 5208918 140735299435184 140735299433192 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10538/statm: 14068 11867 104 248 0 13817 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 97184

[startup+51.1004 s]
/proc/loadavg: 2.05 2.05 2.01 3/182 10538
/proc/meminfo: memFree=31056120/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=22616 CPUtime=0.54 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 4134 7497 0 0 30 5 17 2 20 0 1 0 274436810 23158784 3883 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10525/statm: 5654 3883 181 440 0 5210 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274436866 9367552 267 33554432000 4194304 5064252 140734068845984 140734068844896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=67764 CPUtime=50.51 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 5140 0 -1 4202496 11956 0 0 0 5048 3 0 0 20 0 1 0 274436866 69390336 14887 33554432000 4194304 5208918 140735299435184 140735299431560 4212457 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10538/statm: 16941 14887 104 248 0 16690 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 108676

[startup+102.307 s]
/proc/loadavg: 2.02 2.04 2.00 3/183 10539
/proc/meminfo: memFree=30994436/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=22616 CPUtime=0.54 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 4134 7497 0 0 30 5 17 2 20 0 1 0 274436810 23158784 3883 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10525/statm: 5654 3883 181 440 0 5210 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10537/stat : 10537 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274436866 9367552 267 33554432000 4194304 5064252 140734068845984 140734068844896 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/10537/statm: 2287 267 226 213 0 72 0
[pid=10538] ppid=10537 vsize=105408 CPUtime=101.71 cores=1,3,5,7
/proc/10538/stat : 10538 (glucose) R 10537 10524 5140 0 -1 4202496 12398 0 0 0 10167 4 0 0 20 0 1 0 274436866 107937792 17626 33554432000 4194304 5208918 140735299435184 140735299431560 4213121 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/10538/statm: 26352 17626 104 248 0 26101 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 146320

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/183 10546
/proc/meminfo: memFree=31075012/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=22616 CPUtime=0.54 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 4134 7497 0 0 30 5 17 2 20 0 1 0 274436810 23158784 3883 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10525/statm: 5654 3883 181 440 0 5210 0
[pid=10537] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11162
/proc/meminfo: memFree=30839716/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=37976 CPUtime=1334.15 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 24332 113897 0 0 146 22 133179 68 20 0 1 0 274436810 38887424 7418 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 5 0 0
/proc/10525/statm: 9494 7418 181 440 0 9050 0
[pid=11161] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11161/stat : 11161 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274570259 9367552 267 33554432000 4194304 5064252 140733671863360 140733671862272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11161/statm: 2287 267 226 213 0 72 0
[pid=11162] ppid=11161 vsize=77752 CPUtime=87.78 cores=1,3,5,7
/proc/11162/stat : 11162 (glucose) R 11161 10524 5140 0 -1 4202496 11496 0 0 0 8774 4 0 0 20 0 1 0 274570259 79618048 17721 33554432000 4194304 5208918 140733426174704 140733426171080 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11162/statm: 19438 17721 104 248 0 19187 0
Current children cumulated CPU time (s) 1421.93
Current children cumulated vsize (KiB) 134024

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11162
/proc/meminfo: memFree=30808940/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=37976 CPUtime=1334.15 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 24332 113897 0 0 146 22 133179 68 20 0 1 0 274436810 38887424 7418 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 5 0 0
/proc/10525/statm: 9494 7418 181 440 0 9050 0
[pid=11161] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11161/stat : 11161 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 274570259 9367552 267 33554432000 4194304 5064252 140733671863360 140733671862272 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11161/statm: 2287 267 226 213 0 72 0
[pid=11162] ppid=11161 vsize=86684 CPUtime=147.77 cores=1,3,5,7
/proc/11162/stat : 11162 (glucose) R 11161 10524 5140 0 -1 4202496 12080 0 0 0 14772 5 0 0 20 0 1 0 274570259 88764416 19774 33554432000 4194304 5208918 140733426174704 140733426172568 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11162/statm: 21671 19774 104 248 0 21420 0
Current children cumulated CPU time (s) 1481.92
Current children cumulated vsize (KiB) 142956

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 11172
/proc/meminfo: memFree=30840664/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=37976 CPUtime=1506.12 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 27252 130260 0 0 164 24 150344 80 20 0 1 0 274436810 38887424 7418 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 6 0 0
/proc/10525/statm: 9494 7418 181 440 0 9050 0
[pid=11168] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11168/stat : 11168 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274587460 9367552 266 33554432000 4194304 5064252 140733413384256 140733413383168 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11168/statm: 2287 266 226 213 0 72 0
[pid=11169] ppid=11168 vsize=67048 CPUtime=35.77 cores=1,3,5,7
/proc/11169/stat : 11169 (glucose) R 11168 10524 5140 0 -1 4202496 10227 0 0 0 3574 3 0 0 20 0 1 0 274587460 68657152 12459 33554432000 4194304 5208918 140734161149840 140734161145528 4211584 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11169/statm: 16762 12459 104 248 0 16511 0
Current children cumulated CPU time (s) 1541.89
Current children cumulated vsize (KiB) 123320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11173
/proc/meminfo: memFree=30791292/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=37976 CPUtime=1506.12 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 27252 130260 0 0 164 24 150344 80 20 0 1 0 274436810 38887424 7418 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 6 0 0
/proc/10525/statm: 9494 7418 181 440 0 9050 0
[pid=11168] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11168/stat : 11168 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274587460 9367552 266 33554432000 4194304 5064252 140733413384256 140733413383168 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11168/statm: 2287 266 226 213 0 72 0
[pid=11169] ppid=11168 vsize=97400 CPUtime=95.77 cores=1,3,5,7
/proc/11169/stat : 11169 (glucose) R 11168 10524 5140 0 -1 4202496 10881 0 0 0 9573 4 0 0 20 0 1 0 274587460 99737600 21797 33554432000 4194304 5208918 140734161149840 140734161146216 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11169/statm: 24350 21797 104 248 0 24099 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 153672

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 11173
/proc/meminfo: memFree=30817732/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=37976 CPUtime=1506.12 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 27252 130260 0 0 164 24 150344 80 20 0 1 0 274436810 38887424 7418 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 6 0 0
/proc/10525/statm: 9494 7418 181 440 0 9050 0
[pid=11168] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11168/stat : 11168 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274587460 9367552 266 33554432000 4194304 5064252 140733413384256 140733413383168 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11168/statm: 2287 266 226 213 0 72 0
[pid=11169] ppid=11168 vsize=85904 CPUtime=155.75 cores=1,3,5,7
/proc/11169/stat : 11169 (glucose) R 11168 10524 5140 0 -1 4202496 10886 0 0 0 15571 4 0 0 20 0 1 0 274587460 87965696 15749 33554432000 4194304 5208918 140734161149840 140734161146216 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11169/statm: 21476 15749 104 248 0 21225 0
Current children cumulated CPU time (s) 1661.87
Current children cumulated vsize (KiB) 142176

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 11173
/proc/meminfo: memFree=30807792/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=37976 CPUtime=1506.12 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 27252 130260 0 0 164 24 150344 80 20 0 1 0 274436810 38887424 7418 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 6 0 0
/proc/10525/statm: 9494 7418 181 440 0 9050 0
[pid=11168] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11168/stat : 11168 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274587460 9367552 266 33554432000 4194304 5064252 140733413384256 140733413383168 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11168/statm: 2287 266 226 213 0 72 0
[pid=11169] ppid=11168 vsize=85904 CPUtime=215.75 cores=1,3,5,7
/proc/11169/stat : 11169 (glucose) R 11168 10524 5140 0 -1 4202496 10994 0 0 0 21570 5 0 0 20 0 1 0 274587460 87965696 15796 33554432000 4194304 5208918 140734161149840 140734161147928 4211540 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11169/statm: 21476 15796 104 248 0 21225 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 142176

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 11173
/proc/meminfo: memFree=30753800/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=37976 CPUtime=1506.12 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 27252 130260 0 0 164 24 150344 80 20 0 1 0 274436810 38887424 7418 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 6 0 0
/proc/10525/statm: 9494 7418 181 440 0 9050 0
[pid=11168] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11168/stat : 11168 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274587460 9367552 266 33554432000 4194304 5064252 140733413384256 140733413383168 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11168/statm: 2287 266 226 213 0 72 0
[pid=11169] ppid=11168 vsize=135224 CPUtime=275.74 cores=1,3,5,7
/proc/11169/stat : 11169 (glucose) R 11168 10524 5140 0 -1 4202496 11052 0 0 0 27568 6 0 0 20 0 1 0 274587460 138469376 24284 33554432000 4194304 5208918 140734161149840 140734161147832 4211605 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11169/statm: 33806 24284 104 248 0 33555 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 191496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 11173
/proc/meminfo: memFree=30743684/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=37976 CPUtime=1506.12 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 27252 130260 0 0 164 24 150344 80 20 0 1 0 274436810 38887424 7418 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 6 0 0
/proc/10525/statm: 9494 7418 181 440 0 9050 0
[pid=11168] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11168/stat : 11168 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274587460 9367552 266 33554432000 4194304 5064252 140733413384256 140733413383168 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11168/statm: 2287 266 226 213 0 72 0
[pid=11169] ppid=11168 vsize=135224 CPUtime=293.94 cores=1,3,5,7
/proc/11169/stat : 11169 (glucose) R 11168 10524 5140 0 -1 4202496 11055 0 0 0 29388 6 0 0 20 0 1 0 274587460 138469376 25820 33554432000 4194304 5208918 140734161149840 140734161146216 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11169/statm: 33806 25820 104 248 0 33555 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 191496

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.00 2.00 2.00 3/183 11173
/proc/meminfo: memFree=30743684/32873844 swapFree=7364/7364
[pid=10524] ppid=10522 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10524/stat : 10524 (npSolver-pbo.sh) S 10522 10524 5140 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274436810 9367552 275 33554432000 4194304 5064252 140734342714672 140734342713584 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10524/statm: 2287 275 233 213 0 72 0
[pid=10525] ppid=10524 vsize=37976 CPUtime=1506.12 cores=1,3,5,7
/proc/10525/stat : 10525 (npSolver-pbo) S 10524 10524 5140 0 -1 4202496 27252 130260 0 0 164 24 150344 80 20 0 1 0 274436810 38887424 7418 33554432000 4194304 5992684 140734143338400 140734143330720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 6 0 0
/proc/10525/statm: 9494 7418 181 440 0 9050 0
[pid=11168] ppid=10525 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/11168/stat : 11168 (satsolver.sh) S 10525 10524 5140 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274587460 9367552 266 33554432000 4194304 5064252 140733413384256 140733413383168 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/11168/statm: 2287 266 226 213 0 72 0
[pid=11169] ppid=11168 vsize=135224 CPUtime=293.94 cores=1,3,5,7
/proc/11169/stat : 11169 (glucose) R 11168 10524 5140 0 -1 4202496 11055 0 0 0 29388 6 0 0 20 0 1 0 274587460 138469376 25820 33554432000 4194304 5208918 140734161149840 140734161146216 4211744 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/11169/statm: 33806 25820 104 248 0 33555 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 191496

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1798.98
CPU system time (s): 1.12283
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 226460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.98
system time used= 1.12283
maximum resident set size= 150044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169558
page faults= 0
swaps= 0
block input operations= 8
block output operations= 182080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 884
involuntary context switches= 2010

runsolver used 3.09053 second user time and 8.5597 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-27 03:44:42
IDJOB=3701550
IDBENCH=72113
IDSOLVER=2277
FILE ID=node109/3701550-1338083082
RUNJOBID= node109-1338052962-5157
PBS_JOBID= 14624414
Free space on /tmp= 71332 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/rand.newlist/normalized-randc7f8e5.cudf.paranoid.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701550-1338083082/watcher-3701550-1338083082 -o /tmp/evaluation-result-3701550-1338083082/solver-3701550-1338083082 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701550-1338083082.opb 1621088117 HOME HOME

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

MD5SUM BENCH= 6a41ff06797480ccf0516b3ef32f0a0b
RANDOM SEED=1621088117

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31105844 kB
Buffers:          243528 kB
Cached:           550828 kB
SwapCached:            0 kB
Active:           844088 kB
Inactive:         117416 kB
Active(anon):     157212 kB
Inactive(anon):    12140 kB
Active(file):     686876 kB
Inactive(file):   105276 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9140 kB
Writeback:             0 kB
AnonPages:        245536 kB
Mapped:            15416 kB
Shmem:               200 kB
Slab:             650244 kB
SReclaimable:      92656 kB
SUnreclaim:       557588 kB
KernelStack:        1520 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     316540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71264 MiB
End job on node109 at 2012-05-27 04:14:43