Trace number 3701534

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.09 1800.41

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/random/
rand.biglist/normalized-rand4bf850.cudf.paranoid.opb
MD5SUMa8309936b1d78278af68f39ea49fb649
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10949
Best CPU time to get the best result obtained on this benchmark1.12583
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6130
Total number of constraints27104
Number of constraints which are clauses26814
Number of constraints which are cardinality constraints (but not clauses)290
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 2292
Biggest coefficient in the objective function 1743
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 962134
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1743
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 962134
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.11	c run usual solver
0.00/0.36	c model valid
0.00/0.36	c current solution ok
0.00/0.39	o 86077
0.00/0.39	c current bound: 43038
0.00/0.39	c fallback to adder encoding
491.29/491.55	c model valid
491.29/491.55	c current solution ok
491.29/491.56	o 42619
491.29/491.56	c current bound: 21309
491.29/491.56	c fallback to adder encoding
1062.30/1062.53	c model valid
1062.30/1062.53	c current solution ok
1062.30/1062.53	o 18295
1062.30/1062.53	c current bound: 9147
1062.30/1062.53	c fallback to adder encoding
1087.17/1087.42	c current bound: 13721
1087.17/1087.42	c fallback to adder encoding
1284.55/1284.81	c model valid
1284.55/1284.81	c current solution ok
1284.55/1284.82	o 13253
1284.55/1284.82	c current bound: 11200
1284.55/1284.82	c fallback to adder encoding
1396.13/1396.42	c model valid
1396.13/1396.42	c current solution ok
1396.13/1396.42	o 11197
1396.13/1396.42	c current bound: 10172
1396.13/1396.42	c fallback to adder encoding
1536.19/1536.59	c current bound: 10685
1536.19/1536.59	c fallback to adder encoding
1800.05/1800.40	./satsolver.sh: line 5: 10744 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.40	c error: unexpected solver exit code
1800.05/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-3701534-1338083454/watcher-3701534-1338083454 -o /tmp/evaluation-result-3701534-1338083454/solver-3701534-1338083454 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701534-1338083454.opb 1284523163 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.01 2.03 2.06 3/178 10504
/proc/meminfo: memFree=29047216/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0

[startup+0.061497 s]
/proc/loadavg: 2.01 2.03 2.06 3/178 10504
/proc/meminfo: memFree=29047216/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100202 s]
/proc/loadavg: 2.01 2.03 2.06 3/178 10504
/proc/meminfo: memFree=29047216/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300204 s]
/proc/loadavg: 2.01 2.03 2.06 3/178 10504
/proc/meminfo: memFree=29047216/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700208 s]
/proc/loadavg: 2.01 2.03 2.06 3/178 10504
/proc/meminfo: memFree=29047216/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.01 2.03 2.06 3/182 10518
/proc/meminfo: memFree=28983732/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=22896 CPUtime=0.57 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 4561 8068 0 0 33 4 18 2 20 0 1 0 274470858 23445504 4268 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 5724 4268 181 440 0 5280 0
[pid=10517] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10517/stat : 10517 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274470917 9367552 267 33554432000 4194304 5064252 140733336092096 140733336091008 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10517/statm: 2287 267 226 213 0 72 0
[pid=10518] ppid=10517 vsize=36784 CPUtime=0.9 cores=1,3,5,7
/proc/10518/stat : 10518 (glucose) R 10517 10504 3117 0 -1 4202496 8431 0 0 0 88 2 0 0 20 0 1 0 274470917 37666816 8426 33554432000 4194304 5208918 140736776318944 140736776316776 4229338 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10518/statm: 9196 8426 104 248 0 8945 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 77976

[startup+3.10021 s]
/proc/loadavg: 2.01 2.03 2.06 3/182 10518
/proc/meminfo: memFree=28983592/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=22896 CPUtime=0.57 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 4561 8068 0 0 33 4 18 2 20 0 1 0 274470858 23445504 4268 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 5724 4268 181 440 0 5280 0
[pid=10517] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10517/stat : 10517 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274470917 9367552 267 33554432000 4194304 5064252 140733336092096 140733336091008 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10517/statm: 2287 267 226 213 0 72 0
[pid=10518] ppid=10517 vsize=36784 CPUtime=2.5 cores=1,3,5,7
/proc/10518/stat : 10518 (glucose) R 10517 10504 3117 0 -1 4202496 8465 0 0 0 248 2 0 0 20 0 1 0 274470917 37666816 8459 33554432000 4194304 5208918 140736776318944 140736776316776 4229344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10518/statm: 9196 8459 104 248 0 8945 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 77976

[startup+6.3003 s]
/proc/loadavg: 2.09 2.05 2.06 3/182 10518
/proc/meminfo: memFree=28979820/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=22896 CPUtime=0.57 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 4561 8068 0 0 33 4 18 2 20 0 1 0 274470858 23445504 4268 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 5724 4268 181 440 0 5280 0
[pid=10517] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10517/stat : 10517 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274470917 9367552 267 33554432000 4194304 5064252 140733336092096 140733336091008 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10517/statm: 2287 267 226 213 0 72 0
[pid=10518] ppid=10517 vsize=42200 CPUtime=5.69 cores=1,3,5,7
/proc/10518/stat : 10518 (glucose) R 10517 10504 3117 0 -1 4202496 8967 0 0 0 567 2 0 0 20 0 1 0 274470917 43212800 9445 33554432000 4194304 5208918 140736776318944 140736776316776 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10518/statm: 10550 9445 105 248 0 10299 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 83392

[startup+12.7002 s]
/proc/loadavg: 2.08 2.05 2.06 3/181 10518
/proc/meminfo: memFree=28975296/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=22896 CPUtime=0.57 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 4561 8068 0 0 33 4 18 2 20 0 1 0 274470858 23445504 4268 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 5724 4268 181 440 0 5280 0
[pid=10517] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10517/stat : 10517 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274470917 9367552 267 33554432000 4194304 5064252 140733336092096 140733336091008 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10517/statm: 2287 267 226 213 0 72 0
[pid=10518] ppid=10517 vsize=43544 CPUtime=12.09 cores=1,3,5,7
/proc/10518/stat : 10518 (glucose) R 10517 10504 3117 0 -1 4202496 9655 0 0 0 1207 2 0 0 20 0 1 0 274470917 44589056 9772 33554432000 4194304 5208918 140736776318944 140736776316792 4229021 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10518/statm: 10886 9772 105 248 0 10635 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 84736

[startup+25.5003 s]
/proc/loadavg: 2.07 2.04 2.06 3/180 10518
/proc/meminfo: memFree=28960232/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=22896 CPUtime=0.57 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 4561 8068 0 0 33 4 18 2 20 0 1 0 274470858 23445504 4268 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 5724 4268 181 440 0 5280 0
[pid=10517] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10517/stat : 10517 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274470917 9367552 267 33554432000 4194304 5064252 140733336092096 140733336091008 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10517/statm: 2287 267 226 213 0 72 0
[pid=10518] ppid=10517 vsize=56392 CPUtime=24.89 cores=1,3,5,7
/proc/10518/stat : 10518 (glucose) R 10517 10504 3117 0 -1 4202496 10240 0 0 0 2486 3 0 0 20 0 1 0 274470917 57745408 13398 33554432000 4194304 5208918 140736776318944 140736776315256 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10518/statm: 14098 13398 105 248 0 13847 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 97584

[startup+51.1002 s]
/proc/loadavg: 2.04 2.04 2.06 3/181 10540
/proc/meminfo: memFree=28987380/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=22896 CPUtime=0.57 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 4561 8068 0 0 33 4 18 2 20 0 1 0 274470858 23445504 4268 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 5724 4268 181 440 0 5280 0
[pid=10517] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10517/stat : 10517 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274470917 9367552 267 33554432000 4194304 5064252 140733336092096 140733336091008 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10517/statm: 2287 267 226 213 0 72 0
[pid=10518] ppid=10517 vsize=75068 CPUtime=50.48 cores=1,3,5,7
/proc/10518/stat : 10518 (glucose) R 10517 10504 3117 0 -1 4202496 11394 0 0 0 5045 3 0 0 20 0 1 0 274470917 76869632 17637 33554432000 4194304 5208918 140736776318944 140736776315320 4211656 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10518/statm: 18767 17637 105 248 0 18516 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 116260

[startup+102.306 s]
/proc/loadavg: 2.06 2.04 2.06 3/181 10561
/proc/meminfo: memFree=28949400/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=22896 CPUtime=0.57 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 4561 8068 0 0 33 4 18 2 20 0 1 0 274470858 23445504 4268 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 5724 4268 181 440 0 5280 0
[pid=10517] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10517/stat : 10517 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274470917 9367552 267 33554432000 4194304 5064252 140733336092096 140733336091008 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10517/statm: 2287 267 226 213 0 72 0
[pid=10518] ppid=10517 vsize=93924 CPUtime=101.67 cores=1,3,5,7
/proc/10518/stat : 10518 (glucose) R 10517 10504 3117 0 -1 4202496 12635 0 0 0 10163 4 0 0 20 0 1 0 274470917 96178176 22915 33554432000 4194304 5208918 140736776318944 140736776314712 4211933 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10518/statm: 23481 22915 105 248 0 23230 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 135116

[startup+162.3 s]
/proc/loadavg: 2.06 2.05 2.06 3/181 10669
/proc/meminfo: memFree=29006556/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=22896 CPUtime=0.57 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 4561 8068 0 0 33 4 18 2 20 0 1 0 274470858 23445504 4268 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 5724 4268 181 440 0 5280 0
[pid=10517] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7

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


[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 10730
/proc/meminfo: memFree=28945196/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=38148 CPUtime=1284.75 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 16598 81537 0 0 106 14 128305 50 20 0 1 0 274470858 39063552 8060 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 9537 8060 181 440 0 9093 0
[pid=10729] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10729/stat : 10729 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274599357 9367552 267 33554432000 4194304 5064252 140736987151680 140736987150592 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10729/statm: 2287 267 226 213 0 72 0
[pid=10730] ppid=10729 vsize=67700 CPUtime=77.28 cores=1,3,5,7
/proc/10730/stat : 10730 (glucose) R 10729 10504 3117 0 -1 4202496 11517 0 0 0 7725 3 0 0 20 0 1 0 274599357 69324800 15968 33554432000 4194304 5208918 140735894275296 140735894271000 4211632 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10730/statm: 16925 15968 104 248 0 16674 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 124144

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 10737
/proc/meminfo: memFree=28966908/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=38148 CPUtime=1396.33 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 19627 97429 0 0 126 16 139433 58 20 0 1 0 274470858 39063552 8060 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 9537 8060 181 440 0 9093 0
[pid=10736] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10736/stat : 10736 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274610518 9367552 267 33554432000 4194304 5064252 140736894294688 140736894293600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10736/statm: 2287 267 226 213 0 72 0
[pid=10737] ppid=10736 vsize=45688 CPUtime=25.68 cores=1,3,5,7
/proc/10737/stat : 10737 (glucose) R 10736 10504 3117 0 -1 4202496 9584 0 0 0 2567 1 0 0 20 0 1 0 274610518 46784512 10404 33554432000 4194304 5208918 140733938932432 140733938930264 4211792 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 11422 10404 104 248 0 11171 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 102132

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 10737
/proc/meminfo: memFree=28942736/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=38148 CPUtime=1396.33 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 19627 97429 0 0 126 16 139433 58 20 0 1 0 274470858 39063552 8060 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 9537 8060 181 440 0 9093 0
[pid=10736] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10736/stat : 10736 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274610518 9367552 267 33554432000 4194304 5064252 140736894294688 140736894293600 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10736/statm: 2287 267 226 213 0 72 0
[pid=10737] ppid=10736 vsize=75512 CPUtime=85.67 cores=1,3,5,7
/proc/10737/stat : 10737 (glucose) R 10736 10504 3117 0 -1 4202496 11126 0 0 0 8564 3 0 0 20 0 1 0 274610518 77324288 18028 33554432000 4194304 5208918 140733938932432 140733938928808 4211635 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10737/statm: 18878 18028 104 248 0 18627 0
Current children cumulated CPU time (s) 1482
Current children cumulated vsize (KiB) 131956

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10744
/proc/meminfo: memFree=28990628/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=38148 CPUtime=1536.47 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 22576 113106 0 0 141 18 153424 64 20 0 1 0 274470858 39063552 8060 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 9537 8060 181 440 0 9093 0
[pid=10743] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10743/stat : 10743 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274624534 9367552 266 33554432000 4194304 5064252 140734006747824 140734006746736 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10743/statm: 2287 266 226 213 0 72 0
[pid=10744] ppid=10743 vsize=41220 CPUtime=5.52 cores=1,3,5,7
/proc/10744/stat : 10744 (glucose) R 10743 10504 3117 0 -1 4202496 7693 0 0 0 551 1 0 0 20 0 1 0 274624534 42209280 8197 33554432000 4194304 5208918 140734311399184 140734311397336 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10744/statm: 10305 8197 104 248 0 10054 0
Current children cumulated CPU time (s) 1541.99
Current children cumulated vsize (KiB) 97664

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10745
/proc/meminfo: memFree=28933836/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=38148 CPUtime=1536.47 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 22576 113106 0 0 141 18 153424 64 20 0 1 0 274470858 39063552 8060 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 9537 8060 181 440 0 9093 0
[pid=10743] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10743/stat : 10743 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274624534 9367552 266 33554432000 4194304 5064252 140734006747824 140734006746736 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10743/statm: 2287 266 226 213 0 72 0
[pid=10744] ppid=10743 vsize=67688 CPUtime=65.51 cores=1,3,5,7
/proc/10744/stat : 10744 (glucose) R 10743 10504 3117 0 -1 4202496 10689 0 0 0 6549 2 0 0 20 0 1 0 274624534 69312512 16070 33554432000 4194304 5208918 140734311399184 140734311394872 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10744/statm: 16922 16070 104 248 0 16671 0
Current children cumulated CPU time (s) 1601.98
Current children cumulated vsize (KiB) 124132

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10745
/proc/meminfo: memFree=28928376/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=38148 CPUtime=1536.47 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 22576 113106 0 0 141 18 153424 64 20 0 1 0 274470858 39063552 8060 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 9537 8060 181 440 0 9093 0
[pid=10743] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10743/stat : 10743 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274624534 9367552 266 33554432000 4194304 5064252 140734006747824 140734006746736 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10743/statm: 2287 266 226 213 0 72 0
[pid=10744] ppid=10743 vsize=98040 CPUtime=125.5 cores=1,3,5,7
/proc/10744/stat : 10744 (glucose) R 10743 10504 3117 0 -1 4202496 12223 0 0 0 12547 3 0 0 20 0 1 0 274624534 100392960 21682 33554432000 4194304 5208918 140734311399184 140734311397336 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10744/statm: 24510 21682 104 248 0 24259 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 154484

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 10745
/proc/meminfo: memFree=28889504/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=38148 CPUtime=1536.47 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 22576 113106 0 0 141 18 153424 64 20 0 1 0 274470858 39063552 8060 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 9537 8060 181 440 0 9093 0
[pid=10743] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10743/stat : 10743 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274624534 9367552 266 33554432000 4194304 5064252 140734006747824 140734006746736 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10743/statm: 2287 266 226 213 0 72 0
[pid=10744] ppid=10743 vsize=105492 CPUtime=185.49 cores=1,3,5,7
/proc/10744/stat : 10744 (glucose) R 10743 10504 3117 0 -1 4202496 13251 0 0 0 18545 4 0 0 20 0 1 0 274624534 108023808 25213 33554432000 4194304 5208918 140734311399184 140734311395560 4211501 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10744/statm: 26373 25213 104 248 0 26122 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 161936

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/182 10748
/proc/meminfo: memFree=28913844/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=38148 CPUtime=1536.47 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 22576 113106 0 0 141 18 153424 64 20 0 1 0 274470858 39063552 8060 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 9537 8060 181 440 0 9093 0
[pid=10743] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10743/stat : 10743 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274624534 9367552 266 33554432000 4194304 5064252 140734006747824 140734006746736 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10743/statm: 2287 266 226 213 0 72 0
[pid=10744] ppid=10743 vsize=105492 CPUtime=245.48 cores=1,3,5,7
/proc/10744/stat : 10744 (glucose) R 10743 10504 3117 0 -1 4202496 13636 0 0 0 24543 5 0 0 20 0 1 0 274624534 108023808 25528 33554432000 4194304 5208918 140734311399184 140734311395560 4212445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10744/statm: 26373 25528 104 248 0 26122 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 161936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.03 2.01 2.00 3/182 10748
/proc/meminfo: memFree=28905856/32873624 swapFree=7104/7104
[pid=10504] ppid=10502 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10504/stat : 10504 (npSolver-pbo.sh) S 10502 10504 3117 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 274470858 9367552 275 33554432000 4194304 5064252 140734071620288 140734071619200 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/10504/statm: 2287 275 233 213 0 72 0
[pid=10505] ppid=10504 vsize=38148 CPUtime=1536.47 cores=1,3,5,7
/proc/10505/stat : 10505 (npSolver-pbo) S 10504 10504 3117 0 -1 4202496 22576 113106 0 0 141 18 153424 64 20 0 1 0 274470858 39063552 8060 33554432000 4194304 5992684 140735777631792 140735777624112 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/10505/statm: 9537 8060 181 440 0 9093 0
[pid=10743] ppid=10505 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/10743/stat : 10743 (satsolver.sh) S 10505 10504 3117 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274624534 9367552 266 33554432000 4194304 5064252 140734006747824 140734006746736 227512313422 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/10743/statm: 2287 266 226 213 0 72 0
[pid=10744] ppid=10743 vsize=105492 CPUtime=263.58 cores=1,3,5,7
/proc/10744/stat : 10744 (glucose) R 10743 10504 3117 0 -1 4202496 13636 0 0 0 26353 5 0 0 20 0 1 0 274624534 108023808 25528 33554432000 4194304 5208918 140734311399184 140734311395560 4211665 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10744/statm: 26373 25528 104 248 0 26122 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 161936

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.09
CPU user time (s): 1799.2
CPU system time (s): 0.891864
CPU usage (%): 99.9823
Max. virtual memory (cumulated for all children) (KiB): 292464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.891864
maximum resident set size= 207572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 165792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 871
involuntary context switches= 1928

runsolver used 2.77558 second user time and 7.06393 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 03:50:54
IDJOB=3701534
IDBENCH=72121
IDSOLVER=2277
FILE ID=node121/3701534-1338083454
RUNJOBID= node121-1338051796-3134
PBS_JOBID= 14624383
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= a8309936b1d78278af68f39ea49fb649
RANDOM SEED=1284523163

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        29047860 kB
Buffers:          310884 kB
Cached:          2538484 kB
SwapCached:            0 kB
Active:           764480 kB
Inactive:        2260176 kB
Active(anon):     177616 kB
Inactive(anon):        0 kB
Active(file):     586864 kB
Inactive(file):  2260176 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9208 kB
Writeback:             0 kB
AnonPages:        206696 kB
Mapped:            15332 kB
Shmem:               200 kB
Slab:             662636 kB
SReclaimable:     106876 kB
SUnreclaim:       555760 kB
KernelStack:        1512 kB
PageTables:         4784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     319184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71668 MiB
End job on node121 at 2012-05-27 04:20:54