Trace number 3700953

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 NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.11 1800.41

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat15_5_3_6_ic.opb
MD5SUMa269e9c33b53994688ddcd5a079e2567
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8489816
Best CPU time to get the best result obtained on this benchmark2.05469
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3435
Total number of constraints6802
Number of constraints which are clauses2970
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints3825
Minimum length of a constraint2
Maximum length of a constraint105
Number of terms in the objective function 645
Biggest coefficient in the objective function 155720872
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 3697226789
Number of bits of the sum of numbers in the objective function 32
Biggest number in a constraint 155720872
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 3697226789
Number of bits of the biggest sum of numbers32
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.07	c run usual solver
1.47/1.57	c model valid
1.47/1.57	c current solution ok
1.59/1.70	o 64914238
1.59/1.70	c current bound: 32457126
1.59/1.70	c fallback to adder encoding
2.28/2.30	c model valid
2.28/2.30	c current solution ok
2.28/2.31	o 25034754
2.28/2.31	c current bound: 12517384
2.28/2.31	c fallback to adder encoding
2.74/2.84	c model valid
2.74/2.84	c current solution ok
2.74/2.85	o 10481320
2.74/2.85	c current bound: 5240667
2.74/2.85	c fallback to adder encoding
2.90/3.16	c current bound: 7861001
2.90/3.16	c fallback to adder encoding
74.56/74.61	c current bound: 9171168
74.56/74.61	c fallback to adder encoding
109.74/109.85	c model valid
109.74/109.85	c current solution ok
109.74/109.85	o 8986564
109.74/109.85	c current bound: 8423790
109.74/109.85	c fallback to adder encoding
386.50/386.65	c current bound: 8705185
386.50/386.65	c fallback to adder encoding
631.85/632.09	c model valid
631.85/632.09	c current solution ok
631.85/632.09	o 8514136
631.85/632.09	c current bound: 8468971
631.85/632.09	c fallback to adder encoding
1800.07/1800.40	./satsolver.sh: line 5: 26546 Terminated              ./glucose $1 > $2 2> /dev/null
1800.07/1800.40	c error: unexpected solver exit code
1800.07/1800.40	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-3700953-1338141371/watcher-3700953-1338141371 -o /tmp/evaluation-result-3700953-1338141371/solver-3700953-1338141371 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700953-1338141371.opb 1039645212 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.00 2.00 2.00 3/179 26410
/proc/meminfo: memFree=27284744/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0

[startup+0.0389991 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26410
/proc/meminfo: memFree=27284744/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100153 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26410
/proc/meminfo: memFree=27284744/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300193 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26410
/proc/meminfo: memFree=27284744/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700113 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 26410
/proc/meminfo: memFree=27284744/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26417
/proc/meminfo: memFree=27262192/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=6244 CPUtime=0.35 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 2248 6267 0 0 6 0 27 2 20 0 1 0 280262523 6393856 1229 33554432000 4194304 5992684 140735171936592 140735171931712 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26411/statm: 1561 1229 166 440 0 1117 0
[pid=26416] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26416/stat : 26416 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280262560 9367552 266 33554432000 4194304 5064252 140735879092976 140735879091888 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26416/statm: 2287 266 226 213 0 72 0
[pid=26417] ppid=26416 vsize=14448 CPUtime=1.12 cores=1,3,5,7
/proc/26417/stat : 26417 (glucose) R 26416 26410 23788 0 -1 4202496 2764 0 0 0 112 0 0 0 20 0 1 0 280262560 14794752 3079 33554432000 4194304 5208918 140735800924656 140735800922504 4229125 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26417/statm: 3612 3079 103 248 0 3361 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 38988

[startup+3.10023 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26424
/proc/meminfo: memFree=27231932/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=15208 CPUtime=2.9 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 9369 30959 0 0 32 14 231 13 20 0 1 0 280262523 15572992 3423 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 3802 3423 183 440 0 3358 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 24356

[startup+6.30033 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26445
/proc/meminfo: memFree=27226404/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=15208 CPUtime=3.21 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 11075 39510 0 0 37 15 253 16 20 0 1 0 280262523 15572992 3449 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 3802 3449 183 440 0 3358 0
[pid=26444] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26444/stat : 26444 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280262846 9367552 267 33554432000 4194304 5064252 140736305710496 140736305709408 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26444/statm: 2287 267 226 213 0 72 0
[pid=26445] ppid=26444 vsize=27080 CPUtime=3.05 cores=1,3,5,7
/proc/26445/stat : 26445 (glucose) R 26444 26410 23788 0 -1 4202496 5366 0 0 0 304 1 0 0 20 0 1 0 280262847 27729920 5463 33554432000 4194304 5208918 140733212997184 140733212995016 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26445/statm: 6770 5463 102 248 0 6519 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 60584

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26445
/proc/meminfo: memFree=27204364/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=15208 CPUtime=3.21 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 11075 39510 0 0 37 15 253 16 20 0 1 0 280262523 15572992 3449 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 3802 3449 183 440 0 3358 0
[pid=26444] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26444/stat : 26444 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280262846 9367552 267 33554432000 4194304 5064252 140736305710496 140736305709408 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26444/statm: 2287 267 226 213 0 72 0
[pid=26445] ppid=26444 vsize=27080 CPUtime=9.45 cores=1,3,5,7
/proc/26445/stat : 26445 (glucose) R 26444 26410 23788 0 -1 4202496 5548 0 0 0 944 1 0 0 20 0 1 0 280262847 27729920 6151 33554432000 4194304 5208918 140733212997184 140733212995336 4211841 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26445/statm: 6770 6151 103 248 0 6519 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 60584

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26445
/proc/meminfo: memFree=27166352/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=15208 CPUtime=3.21 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 11075 39510 0 0 37 15 253 16 20 0 1 0 280262523 15572992 3449 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 3802 3449 183 440 0 3358 0
[pid=26444] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26444/stat : 26444 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280262846 9367552 267 33554432000 4194304 5064252 140736305710496 140736305709408 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26444/statm: 2287 267 226 213 0 72 0
[pid=26445] ppid=26444 vsize=31460 CPUtime=22.25 cores=1,3,5,7
/proc/26445/stat : 26445 (glucose) R 26444 26410 23788 0 -1 4202496 6572 0 0 0 2223 2 0 0 20 0 1 0 280262847 32215040 6346 33554432000 4194304 5208918 140733212997184 140733212993560 4213121 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26445/statm: 7865 6346 103 248 0 7614 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 64964

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26445
/proc/meminfo: memFree=27090184/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=15208 CPUtime=3.21 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 11075 39510 0 0 37 15 253 16 20 0 1 0 280262523 15572992 3449 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 3802 3449 183 440 0 3358 0
[pid=26444] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26444/stat : 26444 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280262846 9367552 267 33554432000 4194304 5064252 140736305710496 140736305709408 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26444/statm: 2287 267 226 213 0 72 0
[pid=26445] ppid=26444 vsize=38816 CPUtime=47.85 cores=1,3,5,7
/proc/26445/stat : 26445 (glucose) R 26444 26410 23788 0 -1 4202496 7157 0 0 0 4783 2 0 0 20 0 1 0 280262847 39747584 8396 33554432000 4194304 5208918 140733212997184 140733212995128 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26445/statm: 9704 8396 105 248 0 9453 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 72320

[startup+102.307 s]
/proc/loadavg: 2.06 2.01 2.00 3/183 26452
/proc/meminfo: memFree=27278656/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23444 CPUtime=74.65 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 13243 49627 0 0 44 16 7386 19 20 0 1 0 280262523 24006656 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5861 4930 183 440 0 5417 0
[pid=26451] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26451/stat : 26451 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 280269992 9367552 266 33554432000 4194304 5064252 140737363950416 140737363949328 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26451/statm: 2287 266 226 213 0 72 0
[pid=26452] ppid=26451 vsize=34840 CPUtime=27.6 cores=1,3,5,7
/proc/26452/stat : 26452 (glucose) R 26451 26410 23788 0 -1 4202496 6525 0 0 0 2758 2 0 0 20 0 1 0 280269993 35676160 7847 33554432000 4194304 5208918 140733580303904 140733580300280 4212508 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26452/statm: 8710 7847 103 248 0 8459 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 76580

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26460
/proc/meminfo: memFree=27105044/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=109.89 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 15612 60323 0 0 52 17 10896 24 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26458] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26458/stat : 26458 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 280273516 9367552 266 33554432000 4194304 5064252 140734955670224 140734955669136 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26458/statm: 2287 266 226 213 0 72 0
[pid=26459] ppid=26458 vsize=46644 CPUtime=52.35 cores=1,3,5,7
/proc/26459/stat : 26459 (glucose) R 26458 26410 23788 0 -1 4202496 8100 0 0 0 5232 3 0 0 20 0 1 0 280273516 47763456 10116 33554432000 4194304 5208918 140736927266208 140736927264152 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26459/statm: 11661 10116 105 248 0 11410 0
Current children cumulated CPU time (s) 162.24

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


[startup+1362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 26551
/proc/meminfo: memFree=27764020/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=632.03 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 20151 86521 0 0 65 19 63083 36 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26545] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26545/stat : 26545 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280325740 9367552 267 33554432000 4194304 5064252 140735610598800 140735610597712 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26545/statm: 2287 267 226 213 0 72 0
[pid=26546] ppid=26545 vsize=65804 CPUtime=730 cores=1,3,5,7
/proc/26546/stat : 26546 (glucose) R 26545 26410 23788 0 -1 4202496 10819 0 0 0 72996 4 0 0 20 0 1 0 280325741 67383296 15328 33554432000 4194304 5208918 140734854046624 140734854043000 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26546/statm: 16451 15328 105 248 0 16200 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 107536

[startup+1422.31 s]
/proc/loadavg: 2.11 2.03 2.01 3/183 26552
/proc/meminfo: memFree=27760208/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=632.03 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 20151 86521 0 0 65 19 63083 36 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26545] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26545/stat : 26545 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280325740 9367552 267 33554432000 4194304 5064252 140735610598800 140735610597712 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26545/statm: 2287 267 226 213 0 72 0
[pid=26546] ppid=26545 vsize=65804 CPUtime=790 cores=1,3,5,7
/proc/26546/stat : 26546 (glucose) R 26545 26410 23788 0 -1 4202496 10819 0 0 0 78996 4 0 0 20 0 1 0 280325741 67383296 15328 33554432000 4194304 5208918 140734854046624 140734854043000 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26546/statm: 16451 15328 105 248 0 16200 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 107536

[startup+1482.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/184 26555
/proc/meminfo: memFree=27772532/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=632.03 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 20151 86521 0 0 65 19 63083 36 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26545] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26545/stat : 26545 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280325740 9367552 267 33554432000 4194304 5064252 140735610598800 140735610597712 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26545/statm: 2287 267 226 213 0 72 0
[pid=26546] ppid=26545 vsize=65804 CPUtime=849.98 cores=1,3,5,7
/proc/26546/stat : 26546 (glucose) R 26545 26410 23788 0 -1 4202496 10820 0 0 0 84994 4 0 0 20 0 1 0 280325741 67383296 15840 33554432000 4194304 5208918 140734854046624 140734854043000 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26546/statm: 16451 15840 105 248 0 16200 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 107536

[startup+1542.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/183 26555
/proc/meminfo: memFree=27767612/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=632.03 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 20151 86521 0 0 65 19 63083 36 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26545] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26545/stat : 26545 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280325740 9367552 267 33554432000 4194304 5064252 140735610598800 140735610597712 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26545/statm: 2287 267 226 213 0 72 0
[pid=26546] ppid=26545 vsize=65804 CPUtime=909.97 cores=1,3,5,7
/proc/26546/stat : 26546 (glucose) R 26545 26410 23788 0 -1 4202496 11307 0 0 0 90993 4 0 0 20 0 1 0 280325741 67383296 15885 33554432000 4194304 5208918 140734854046624 140734854044712 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26546/statm: 16451 15885 105 248 0 16200 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 107536

[startup+1602.3 s]
/proc/loadavg: 2.11 2.05 2.00 3/183 26555
/proc/meminfo: memFree=27759772/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=632.03 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 20151 86521 0 0 65 19 63083 36 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26545] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26545/stat : 26545 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280325740 9367552 267 33554432000 4194304 5064252 140735610598800 140735610597712 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26545/statm: 2287 267 226 213 0 72 0
[pid=26546] ppid=26545 vsize=96152 CPUtime=969.96 cores=1,3,5,7
/proc/26546/stat : 26546 (glucose) R 26545 26410 23788 0 -1 4202496 11786 0 0 0 96992 4 0 0 20 0 1 0 280325741 98459648 17376 33554432000 4194304 5208918 140734854046624 140734854044568 4229311 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26546/statm: 24038 17376 105 248 0 23787 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 137884

[startup+1662.3 s]
/proc/loadavg: 2.08 2.05 2.00 3/183 26555
/proc/meminfo: memFree=27759188/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=632.03 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 20151 86521 0 0 65 19 63083 36 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26545] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26545/stat : 26545 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280325740 9367552 267 33554432000 4194304 5064252 140735610598800 140735610597712 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26545/statm: 2287 267 226 213 0 72 0
[pid=26546] ppid=26545 vsize=96152 CPUtime=1029.95 cores=1,3,5,7
/proc/26546/stat : 26546 (glucose) R 26545 26410 23788 0 -1 4202496 11786 0 0 0 102991 4 0 0 20 0 1 0 280325741 98459648 17376 33554432000 4194304 5208918 140734854046624 140734854044568 4211871 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26546/statm: 24038 17376 105 248 0 23787 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 137884

[startup+1722.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/183 26556
/proc/meminfo: memFree=27754136/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=632.03 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 20151 86521 0 0 65 19 63083 36 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26545] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26545/stat : 26545 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280325740 9367552 267 33554432000 4194304 5064252 140735610598800 140735610597712 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26545/statm: 2287 267 226 213 0 72 0
[pid=26546] ppid=26545 vsize=96152 CPUtime=1089.95 cores=1,3,5,7
/proc/26546/stat : 26546 (glucose) R 26545 26410 23788 0 -1 4202496 11787 0 0 0 108990 5 0 0 20 0 1 0 280325741 98459648 17888 33554432000 4194304 5208918 140734854046624 140734854044568 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26546/statm: 24038 17888 105 248 0 23787 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 137884

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 26556
/proc/meminfo: memFree=27747904/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=632.03 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 20151 86521 0 0 65 19 63083 36 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26545] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26545/stat : 26545 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280325740 9367552 267 33554432000 4194304 5064252 140735610598800 140735610597712 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26545/statm: 2287 267 226 213 0 72 0
[pid=26546] ppid=26545 vsize=96152 CPUtime=1149.94 cores=1,3,5,7
/proc/26546/stat : 26546 (glucose) R 26545 26410 23788 0 -1 4202496 11787 0 0 0 114989 5 0 0 20 0 1 0 280325741 98459648 17888 33554432000 4194304 5208918 140734854046624 140734854044568 4214077 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26546/statm: 24038 17888 105 248 0 23787 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 137884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 26556
/proc/meminfo: memFree=27761840/32873648 swapFree=7104/7104
[pid=26410] ppid=26408 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26410/stat : 26410 (npSolver-pbo.sh) S 26408 26410 23788 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 280262523 9367552 274 33554432000 4194304 5064252 140736696408848 140736696407760 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26410/statm: 2287 274 233 213 0 72 0
[pid=26411] ppid=26410 vsize=23436 CPUtime=632.03 cores=1,3,5,7
/proc/26411/stat : 26411 (npSolver-pbo) S 26410 26410 23788 0 -1 4202496 20151 86521 0 0 65 19 63083 36 20 0 1 0 280262523 23998464 4930 33554432000 4194304 5992684 140735171936592 140735171928912 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26411/statm: 5859 4930 183 440 0 5415 0
[pid=26545] ppid=26411 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26545/stat : 26545 (satsolver.sh) S 26411 26410 23788 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 280325740 9367552 267 33554432000 4194304 5064252 140735610598800 140735610597712 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/26545/statm: 2287 267 226 213 0 72 0
[pid=26546] ppid=26545 vsize=96152 CPUtime=1168.04 cores=1,3,5,7
/proc/26546/stat : 26546 (glucose) R 26545 26410 23788 0 -1 4202496 11787 0 0 0 116799 5 0 0 20 0 1 0 280325741 98459648 17888 33554432000 4194304 5208918 140734854046624 140734854044568 4211615 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26546/statm: 24038 17888 105 248 0 23787 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 137884

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.11
CPU user time (s): 1799.5
CPU system time (s): 0.616906
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 137888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.616906
maximum resident set size= 85740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 108512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 514
involuntary context switches= 1955

runsolver used 3.35249 second user time and 12.5321 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 19:56:11
IDJOB=3700953
IDBENCH=92766
IDSOLVER=2277
FILE ID=node127/3700953-1338141371
RUNJOBID= node127-1338121714-23805
PBS_JOBID= 14624481
Free space on /tmp= 71068 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat15_5_3_6_ic.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700953-1338141371/watcher-3700953-1338141371 -o /tmp/evaluation-result-3700953-1338141371/solver-3700953-1338141371 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700953-1338141371.opb 1039645212 HOME HOME

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

MD5SUM BENCH= a269e9c33b53994688ddcd5a079e2567
RANDOM SEED=1039645212

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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:       32873648 kB
MemFree:        27285396 kB
Buffers:          466788 kB
Cached:          3590724 kB
SwapCached:            0 kB
Active:          1942480 kB
Inactive:        2752816 kB
Active(anon):     639956 kB
Inactive(anon):        0 kB
Active(file):    1302524 kB
Inactive(file):  2752816 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8572 kB
Writeback:             0 kB
AnonPages:        740748 kB
Mapped:            15576 kB
Shmem:               200 kB
Slab:             742788 kB
SReclaimable:     187148 kB
SUnreclaim:       555640 kB
KernelStack:        1520 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     872004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71140 MiB
End job on node127 at 2012-05-27 20:26:11