Trace number 3751519

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 inc-topdown-quickBound (fixed)? (TO) 1800.1 1800.51

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_50_2__8_45__256.opb
MD5SUM521ed767a167eb8f632cec6025d152e5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark45008
Best CPU time to get the best result obtained on this benchmark4.97324
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25648
Total number of constraints150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)102
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint256
Maximum length of a constraint2305
Number of terms in the objective function 25600
Biggest coefficient in the objective function 126454
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 859272960
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 126454
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 859272960
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.36	c run inc solver
0.00/0.36	c [INC SYSTEM] run initial solver
0.00/0.36	c [INC SYSTEM] preprocess with white file
2.48/2.56	c [INC SYSTEM] finished preprocessing in 2 s
2.48/2.56	c [INC SYSTEM] execute solver
2.55/2.84	c [INC SEARCH] formula is SAT
2.55/2.85	c [INC SYSTEM] solved the initial formula
2.55/2.88	c model valid
2.55/2.88	c current solution ok
3.67/3.72	o 254142
3.67/3.72	c starting approximation
3.67/3.72	c factor = 7086
3.67/3.72	c factor still to low - shrinking to 19518.1
3.67/3.72	c approx number of clauses: 1e+06
3.67/3.73	c current bound: 127071
296.98/297.13	c model valid
296.98/297.13	c current solution ok
296.98/297.15	c current bound: 127071
589.22/589.42	c model valid
589.22/589.42	c current solution ok
589.22/589.44	c current bound: 127071
882.38/882.61	c model valid
882.38/882.61	c current solution ok
882.38/882.63	c current bound: 127071
1178.52/1178.81	c model valid
1178.52/1178.81	c current solution ok
1178.52/1178.83	c current bound: 127071
1473.39/1474.15	c model valid
1473.39/1474.15	c current solution ok
1473.39/1474.17	c current bound: 127071
1768.92/1769.35	c model valid
1768.92/1769.35	c current solution ok
1768.92/1769.37	c current bound: 127071
1800.10/1800.51	c error: unexpected solver exit code
1800.10/1800.51	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3751519-1339156639/watcher-3751519-1339156639 -o /tmp/evaluation-result-3751519-1339156639/solver-3751519-1339156639 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751519-1339156639.opb 1795688202 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: 4.91 3.79 2.85 5/177 20154
/proc/meminfo: memFree=26546324/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0

[startup+0.01566 s]
/proc/loadavg: 4.91 3.79 2.85 5/177 20154
/proc/meminfo: memFree=26546324/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100225 s]
/proc/loadavg: 4.91 3.79 2.85 5/177 20154
/proc/meminfo: memFree=26546324/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300303 s]
/proc/loadavg: 4.91 3.79 2.85 5/177 20154
/proc/meminfo: memFree=26546324/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 4.91 3.79 2.85 5/177 20154
/proc/meminfo: memFree=26546324/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50045 s]
/proc/loadavg: 4.91 3.79 2.85 4/179 20236
/proc/meminfo: memFree=31843776/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=34000 CPUtime=0.4 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 5764 0 0 0 34 6 0 0 20 0 1 0 381788986 34816000 6442 33554432000 4194304 6004724 140736117288464 140736117282928 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20156/statm: 8500 6442 148 442 0 8054 0
[pid=20202] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20202/stat : 20202 (cp2_pre.sh) S 20156 20154 17615 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 381789026 9367552 277 33554432000 4194304 5064252 140736343703824 140736343702528 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/20202/statm: 2287 277 234 213 0 72 0
[pid=20203] ppid=20202 vsize=163472 CPUtime=1.08 cores=1,3,5,7
/proc/20203/stat : 20203 (coprocessor) R 20202 20154 17615 0 -1 4202496 29615 0 0 0 102 6 0 0 20 0 1 0 381789026 167395328 39349 33554432000 4194304 6586260 140735591038608 140735591034536 4789043 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0
/proc/20203/statm: 40868 39349 182 584 0 40280 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 215768

[startup+3.10027 s]
/proc/loadavg: 4.91 3.79 2.85 3/184 20293
/proc/meminfo: memFree=31763960/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=34004 CPUtime=2.81 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) R 20154 20154 17615 0 -1 4202496 6734 33291 0 0 43 23 198 17 20 0 1 0 381788986 34820096 6454 33554432000 4194304 6004724 140736117288464 140736117274744 5190832 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20156/statm: 8501 6454 159 442 0 8055 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 43152

[startup+6.30052 s]
/proc/loadavg: 4.68 3.76 2.84 3/183 20428
/proc/meminfo: memFree=31767464/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=3.54 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 8143 33804 0 0 61 76 198 19 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16557 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16557 146 357 0 18651 0
[pid=20385] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20385/stat : 20385 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 381789370 9367552 267 33554432000 4194304 5064252 140736693409632 140736693408544 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20385/statm: 2287 267 226 213 0 72 0
[pid=20386] ppid=20385 vsize=117100 CPUtime=2.45 cores=1,3,5,7
/proc/20386/stat : 20386 (glucose) R 20385 20154 17615 0 -1 4202496 22417 0 0 0 240 5 0 0 20 0 1 0 381789370 119910400 25624 33554432000 4194304 5208918 140733240626224 140733240623896 4211501 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20386/statm: 29275 25624 95 248 0 29024 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 255976

[startup+12.7005 s]
/proc/loadavg: 4.38 3.71 2.83 2/185 20784
/proc/meminfo: memFree=31733380/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=3.54 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 8143 33804 0 0 61 76 198 19 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16557 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16557 146 357 0 18651 0
[pid=20385] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20385/stat : 20385 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 381789370 9367552 267 33554432000 4194304 5064252 140736693409632 140736693408544 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20385/statm: 2287 267 226 213 0 72 0
[pid=20386] ppid=20385 vsize=117100 CPUtime=8.84 cores=1,3,5,7
/proc/20386/stat : 20386 (glucose) R 20385 20154 17615 0 -1 4202496 22424 0 0 0 878 6 0 0 20 0 1 0 381789370 119910400 26142 33554432000 4194304 5208918 140733240626224 140733240623896 4211550 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20386/statm: 29275 26142 95 248 0 29024 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 255976

[startup+25.5005 s]
/proc/loadavg: 3.70 3.59 2.81 2/178 21866
/proc/meminfo: memFree=31771368/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=3.54 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 8143 33804 0 0 61 76 198 19 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16557 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16557 146 357 0 18651 0
[pid=20385] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20385/stat : 20385 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 381789370 9367552 267 33554432000 4194304 5064252 140736693409632 140736693408544 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20385/statm: 2287 267 226 213 0 72 0
[pid=20386] ppid=20385 vsize=117364 CPUtime=21.63 cores=1,3,5,7
/proc/20386/stat : 20386 (glucose) R 20385 20154 17615 0 -1 4202496 22490 0 0 0 2154 9 0 0 20 0 1 0 381789370 120180736 26719 33554432000 4194304 5208918 140733240626224 140733240624072 4211521 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20386/statm: 29341 26719 95 248 0 29090 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 256240

[startup+51.1004 s]
/proc/loadavg: 3.05 3.45 2.78 2/185 22541
/proc/meminfo: memFree=31606160/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=3.54 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 8143 33804 0 0 61 76 198 19 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16557 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16557 146 357 0 18651 0
[pid=20385] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20385/stat : 20385 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 381789370 9367552 267 33554432000 4194304 5064252 140736693409632 140736693408544 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20385/statm: 2287 267 226 213 0 72 0
[pid=20386] ppid=20385 vsize=129988 CPUtime=47.22 cores=1,3,5,7
/proc/20386/stat : 20386 (glucose) R 20385 20154 17615 0 -1 4202496 23138 0 0 0 4710 12 0 0 20 0 1 0 381789370 133107712 27878 33554432000 4194304 5208918 140733240626224 140733240624072 4211553 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20386/statm: 32497 27878 95 248 0 32246 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 268864

[startup+102.3 s]
/proc/loadavg: 2.45 3.22 2.74 3/184 23501
/proc/meminfo: memFree=31547988/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=3.54 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 8143 33804 0 0 61 76 198 19 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16720 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16720 146 357 0 18651 0
[pid=20385] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20385/stat : 20385 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 381789370 9367552 267 33554432000 4194304 5064252 140736693409632 140736693408544 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/20385/statm: 2287 267 226 213 0 72 0
[pid=20386] ppid=20385 vsize=131716 CPUtime=98.41 cores=1,3,5,7
/proc/20386/stat : 20386 (glucose) R 20385 20154 17615 0 -1 4202496 23583 0 0 0 9828 13 0 0 20 0 1 0 381789370 134877184 29851 33554432000 4194304 5208918 140733240626224 140733240624072 4211670 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20386/statm: 32929 29851 95 248 0 32678 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 270592

[startup+162.3 s]

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

Current children cumulated vsize (KiB) 255980

[startup+1542.3 s]
/proc/loadavg: 2.03 2.03 2.15 3/183 23573
/proc/meminfo: memFree=31442984/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=1473.68 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 17328 193321 0 0 129 82 147025 132 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16720 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16720 146 357 0 18651 0
[pid=23572] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23572/stat : 23572 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381936413 9367552 266 33554432000 4194304 5064252 140736787910720 140736787909632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23572/statm: 2287 266 226 213 0 72 0
[pid=23573] ppid=23572 vsize=130528 CPUtime=68 cores=1,3,5,7
/proc/23573/stat : 23573 (glucose) R 23572 20154 17615 0 -1 4202496 23656 0 0 0 6795 5 0 0 20 0 1 0 381936413 133660672 28386 33554432000 4194304 5208918 140735926093440 140735926091288 4211897 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23573/statm: 32632 28386 95 248 0 32381 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 269404

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.14 3/183 23573
/proc/meminfo: memFree=31440168/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=1473.68 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 17328 193321 0 0 129 82 147025 132 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16720 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16720 146 357 0 18651 0
[pid=23572] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23572/stat : 23572 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381936413 9367552 266 33554432000 4194304 5064252 140736787910720 140736787909632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23572/statm: 2287 266 226 213 0 72 0
[pid=23573] ppid=23572 vsize=132652 CPUtime=127.98 cores=1,3,5,7
/proc/23573/stat : 23573 (glucose) R 23572 20154 17615 0 -1 4202496 24520 0 0 0 12793 5 0 0 20 0 1 0 381936413 135835648 30542 33554432000 4194304 5208918 140735926093440 140735926091288 4211561 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23573/statm: 33163 30542 95 248 0 32912 0
Current children cumulated CPU time (s) 1601.92
Current children cumulated vsize (KiB) 271528

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.12 3/183 23573
/proc/meminfo: memFree=31469168/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=1473.68 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 17328 193321 0 0 129 82 147025 132 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16720 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16720 146 357 0 18651 0
[pid=23572] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23572/stat : 23572 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381936413 9367552 266 33554432000 4194304 5064252 140736787910720 140736787909632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23572/statm: 2287 266 226 213 0 72 0
[pid=23573] ppid=23572 vsize=152684 CPUtime=187.98 cores=1,3,5,7
/proc/23573/stat : 23573 (glucose) R 23572 20154 17615 0 -1 4202496 25004 0 0 0 18792 6 0 0 20 0 1 0 381936413 156348416 32559 33554432000 4194304 5208918 140735926093440 140735926091288 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23573/statm: 38171 32559 95 248 0 37920 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 291560

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/183 23573
/proc/meminfo: memFree=31408600/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=1473.68 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 17328 193321 0 0 129 82 147025 132 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16720 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16720 146 357 0 18651 0
[pid=23572] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23572/stat : 23572 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381936413 9367552 266 33554432000 4194304 5064252 140736787910720 140736787909632 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/23572/statm: 2287 266 226 213 0 72 0
[pid=23573] ppid=23572 vsize=153992 CPUtime=247.97 cores=1,3,5,7
/proc/23573/stat : 23573 (glucose) R 23572 20154 17615 0 -1 4202496 25311 0 0 0 24791 6 0 0 20 0 1 0 381936413 157687808 33888 33554432000 4194304 5208918 140735926093440 140735926091112 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23573/statm: 38498 33888 95 248 0 38247 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 292868

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.10 3/183 23581
/proc/meminfo: memFree=31452708/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=1768.82 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 19165 226390 0 0 142 84 176504 152 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16720 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16720 146 357 0 18651 0
[pid=23580] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23580/stat : 23580 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381965933 9367552 267 33554432000 4194304 5064252 140734902191920 140734902190832 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23580/statm: 2287 267 226 213 0 72 0
[pid=23581] ppid=23580 vsize=117104 CPUtime=12.82 cores=1,3,5,7
/proc/23581/stat : 23581 (glucose) R 23580 20154 17615 0 -1 4202496 22493 0 0 0 1278 4 0 0 20 0 1 0 381965933 119914496 26205 33554432000 4194304 5208918 140736811028224 140736811025896 4211744 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23581/statm: 29276 26205 95 248 0 29025 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 255980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.10 3/183 23581
/proc/meminfo: memFree=31443580/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=1768.82 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 19165 226390 0 0 142 84 176504 152 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16720 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16720 146 357 0 18651 0
[pid=23580] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23580/stat : 23580 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381965933 9367552 267 33554432000 4194304 5064252 140734902191920 140734902190832 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23580/statm: 2287 267 226 213 0 72 0
[pid=23581] ppid=23580 vsize=129440 CPUtime=31.02 cores=1,3,5,7
/proc/23581/stat : 23581 (glucose) R 23580 20154 17615 0 -1 4202496 22702 0 0 0 3098 4 0 0 20 0 1 0 381965933 132546560 26925 33554432000 4194304 5208918 140736811028224 140736811026072 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23581/statm: 32360 26925 95 248 0 32109 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 268316

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.10 3/183 23581
/proc/meminfo: memFree=31443580/32873844 swapFree=7124/7124
[pid=20154] ppid=20150 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/20154/stat : 20154 (npSolver-pbo-It) S 20150 20154 17615 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 381788986 9367552 275 33554432000 4194304 5064252 140737155705072 140737155703984 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/20154/statm: 2287 275 233 213 0 72 0
[pid=20156] ppid=20154 vsize=44536 CPUtime=1768.82 cores=1,3,5,7
/proc/20156/stat : 20156 (npSolver-pbo) S 20154 20154 17615 0 -1 4202496 19165 226390 0 0 142 84 176504 152 20 0 1 0 381788986 45604864 8577 33554432000 4194304 6004724 140736117288464 140736117280768 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/20156/statm: 11134 8577 177 442 0 10688 0
[pid=20308] ppid=20156 vsize=76044 CPUtime=0.26 cores=1,3,5,7
/proc/20308/stat : 20308 (glucosInc) S 20156 20154 17615 0 -1 4202496 15628 0 0 0 24 2 0 0 20 0 1 0 381789242 77869056 16720 33554432000 4194304 5654031 140736649144960 140736649143272 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/20308/statm: 19011 16720 146 357 0 18651 0
[pid=23580] ppid=20156 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23580/stat : 23580 (satsolver.sh) S 20156 20154 17615 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 381965933 9367552 267 33554432000 4194304 5064252 140734902191920 140734902190832 227141117518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23580/statm: 2287 267 226 213 0 72 0
[pid=23581] ppid=23580 vsize=129440 CPUtime=31.02 cores=1,3,5,7
/proc/23581/stat : 23581 (glucose) R 23580 20154 17615 0 -1 4202496 22702 0 0 0 3098 4 0 0 20 0 1 0 381965933 132546560 26925 33554432000 4194304 5208918 140736811028224 140736811026072 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23581/statm: 32360 26925 95 248 0 32109 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 268316

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20154 and gives
#  childrusage.ru_utime.tv_sec=1766
#  childrusage.ru_utime.tv_usec=477454
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=372639
# CPU time returned by wait4() is 1768.85
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1797.68
CPU system time (s): 2.42
CPU usage (%): 99.977
Max. virtual memory (cumulated for all children) (KiB): 295860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1766.48
system time used= 2.37264
maximum resident set size= 184836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246533
page faults= 0
swaps= 0
block input operations= 8
block output operations= 321280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5314
involuntary context switches= 2945

runsolver used 4.53131 second user time and 11.6532 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-08 13:57:19
IDJOB=3751519
IDBENCH=71916
IDSOLVER=2335
FILE ID=node138/3751519-1339156639
RUNJOBID= node138-1339134209-17632
PBS_JOBID= 14643796
Free space on /tmp= 67156 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_50_2__8_45__256.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751519-1339156639/watcher-3751519-1339156639 -o /tmp/evaluation-result-3751519-1339156639/solver-3751519-1339156639 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751519-1339156639.opb 1795688202 HOME HOME

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

MD5SUM BENCH= 521ed767a167eb8f632cec6025d152e5
RANDOM SEED=1795688202

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26448008 kB
Buffers:           30712 kB
Cached:          5258896 kB
SwapCached:        17728 kB
Active:            61360 kB
Inactive:        5245772 kB
Active(anon):       1564 kB
Inactive(anon):    18176 kB
Active(file):      59796 kB
Inactive(file):  5227596 kB
Unevictable:        7124 kB
Mlocked:            7124 kB
SwapTotal:      67108856 kB
SwapFree:       67081992 kB
Dirty:             24760 kB
Writeback:            16 kB
AnonPages:          8408 kB
Mapped:             6584 kB
Shmem:                 0 kB
Slab:             977364 kB
SReclaimable:     417348 kB
SUnreclaim:       560016 kB
KernelStack:        1432 kB
PageTables:         3596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     105308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70636 MiB
End job on node138 at 2012-06-08 14:27:20