Trace number 3750167

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver 1.0 (fixed)? (TO) 1800.09 1800.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat25_4_7_6_mh_ic.opb
MD5SUMe7b6dae550ad8f4cdbfa76831693ec64
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1403187
Best CPU time to get the best result obtained on this benchmark1800.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45775
Total number of constraints102733
Number of constraints which are clauses71450
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints31250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 17425
Biggest coefficient in the objective function 74618461
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 10171756525
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 74618461
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 10171756525
Number of bits of the biggest sum of numbers34
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.33	c old isEQ: 0, new EQ is 1
0.00/0.33	c old isEQ: 52, new EQ is 0
0.00/0.34	c old isEQ: 0, new EQ is 0
0.00/0.35	c old isEQ: 0, new EQ is 0
0.00/0.35	c old isEQ: 0, new EQ is 0
0.00/0.36	c old isEQ: 0, new EQ is 0
0.00/0.36	c old isEQ: 0, new EQ is 0
0.00/0.37	c old isEQ: 0, new EQ is 0
0.00/0.37	c old isEQ: 0, new EQ is 0
0.00/0.38	c old isEQ: 0, new EQ is 0
0.00/0.39	c old isEQ: 0, new EQ is 0
0.00/0.39	c old isEQ: 0, new EQ is 0
0.00/0.40	c old isEQ: 0, new EQ is 0
0.00/0.40	c old isEQ: 0, new EQ is 0
0.00/0.41	c old isEQ: 0, new EQ is 0
0.00/0.42	c old isEQ: 0, new EQ is 0
0.00/0.42	c old isEQ: 0, new EQ is 0
0.00/0.43	c old isEQ: 0, new EQ is 0
0.00/0.43	c old isEQ: 0, new EQ is 0
0.00/0.44	c old isEQ: 0, new EQ is 0
0.00/0.45	c old isEQ: 0, new EQ is 0
0.00/0.45	c old isEQ: 0, new EQ is 0
0.00/0.46	c old isEQ: 0, new EQ is 0
0.00/0.46	c old isEQ: 0, new EQ is 0
0.00/0.47	c old isEQ: 0, new EQ is 0
0.00/0.48	c old isEQ: 0, new EQ is 0
0.00/0.50	c old isEQ: 0, new EQ is 1
0.00/0.56	c old isEQ: 1, new EQ is 1
0.00/0.69	c run usual solver
5.67/5.71	c model valid
5.67/5.71	c current solution ok
6.48/6.57	o 80107842
6.48/6.57	c current bound: 40053933
6.48/6.57	c fallback to adder encoding
1800.09/1800.41	c error: unexpected solver exit code
1800.09/1800.41	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3750167-1339178553/watcher-3750167-1339178553 -o /tmp/evaluation-result-3750167-1339178553/solver-3750167-1339178553 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3750167-1339178553.opb 2075409595 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.13 2.96 2.62 3/179 18006
/proc/meminfo: memFree=22773708/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0

[startup+0.0357339 s]
/proc/loadavg: 2.13 2.96 2.62 3/179 18006
/proc/meminfo: memFree=22773708/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100397 s]
/proc/loadavg: 2.13 2.96 2.62 3/179 18006
/proc/meminfo: memFree=22773708/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300391 s]
/proc/loadavg: 2.13 2.96 2.62 3/179 18006
/proc/meminfo: memFree=22773708/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700384 s]
/proc/loadavg: 2.13 2.96 2.62 3/179 18006
/proc/meminfo: memFree=22773708/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50047 s]
/proc/loadavg: 2.13 2.96 2.62 3/183 18010
/proc/meminfo: memFree=22546980/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=97192 CPUtime=0.71 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 11878 0 0 0 65 6 0 0 20 0 1 0 383979657 99524608 22804 33554432000 4194304 6004724 140734677539856 140734677533904 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 24298 22804 164 442 0 23852 0
[pid=18009] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18009/stat : 18009 (cp2_pre.sh) S 18007 18006 17144 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 383979729 9367552 276 33554432000 4194304 5064252 140735451397248 140735451395952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18009/statm: 2287 276 234 213 0 72 0
[pid=18010] ppid=18009 vsize=184356 CPUtime=0.76 cores=1,3,5,7
/proc/18010/stat : 18010 (coprocessor) R 18009 18006 17144 0 -1 4202496 29686 0 0 0 69 7 0 0 20 0 1 0 383979730 188780544 41016 33554432000 4194304 6586260 140734638818048 140734638814312 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18010/statm: 46089 41016 166 584 0 45501 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 299844

[startup+3.10046 s]
/proc/loadavg: 2.12 2.94 2.62 3/183 18010
/proc/meminfo: memFree=22489732/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=97192 CPUtime=0.71 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 11878 0 0 0 65 6 0 0 20 0 1 0 383979657 99524608 22804 33554432000 4194304 6004724 140734677539856 140734677533904 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 24298 22804 164 442 0 23852 0
[pid=18009] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18009/stat : 18009 (cp2_pre.sh) S 18007 18006 17144 0 -1 4202496 606 0 0 0 0 0 0 0 20 0 1 0 383979729 9367552 276 33554432000 4194304 5064252 140735451397248 140735451395952 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18009/statm: 2287 276 234 213 0 72 0
[pid=18010] ppid=18009 vsize=209600 CPUtime=2.36 cores=1,3,5,7
/proc/18010/stat : 18010 (coprocessor) R 18009 18006 17144 0 -1 4202496 33228 0 0 0 228 8 0 0 20 0 1 0 383979730 214630400 51201 33554432000 4194304 6586260 140734638818048 140734638814072 4581207 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/18010/statm: 52400 51201 194 584 0 51812 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 325088

[startup+6.30037 s]
/proc/loadavg: 2.12 2.94 2.62 4/184 18016
/proc/meminfo: memFree=22657540/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=97192 CPUtime=6.27 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) R 18006 18006 17144 0 -1 4202496 15071 59285 0 0 92 56 450 29 20 0 1 0 383979657 99524608 22810 33554432000 4194304 6004724 140734677539856 140734677534056 5190832 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 24298 22810 170 442 0 23852 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 106340

[startup+12.7005 s]
/proc/loadavg: 2.18 2.93 2.61 3/183 18020
/proc/meminfo: memFree=21748148/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=531916 CPUtime=3.19 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 77439 0 0 0 294 25 0 0 20 0 1 0 383980607 544681984 116120 33554432000 4194304 5208918 140735540433408 140735540431576 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 132979 116120 95 248 0 132728 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 925932

[startup+25.5074 s]
/proc/loadavg: 2.15 2.90 2.61 3/183 18020
/proc/meminfo: memFree=21818416/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=536356 CPUtime=15.99 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 79184 0 0 0 1574 25 0 0 20 0 1 0 383980607 549228544 118376 33554432000 4194304 5208918 140735540433408 140735540431256 4229469 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 134089 118376 104 248 0 133838 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 930372

[startup+51.1005 s]
/proc/loadavg: 2.10 2.82 2.59 3/183 18020
/proc/meminfo: memFree=21815632/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=537036 CPUtime=41.59 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 79337 0 0 0 4133 26 0 0 20 0 1 0 383980607 549924864 119040 33554432000 4194304 5208918 140735540433408 140735540431368 4212881 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 134259 119040 105 248 0 134008 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 931052

[startup+102.3 s]
/proc/loadavg: 2.04 2.68 2.55 3/183 18020
/proc/meminfo: memFree=21796024/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=540380 CPUtime=92.77 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 80203 0 0 0 9251 26 0 0 20 0 1 0 383980607 553349120 123483 33554432000 4194304 5208918 140735540433408 140735540431256 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 135095 123483 105 248 0 134844 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 934396

[startup+162.3 s]
/proc/loadavg: 2.01 2.56 2.52 3/182 18020
/proc/meminfo: memFree=21770532/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=632528 CPUtime=152.77 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 81943 0 0 0 15249 28 0 0 20 0 1 0 383980607 647708672 129310 33554432000 4194304 5208918 140735540433408 140735540431560 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 158132 129310 105 248 0 157881 0
Current children cumulated CPU time (s) 162.23

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

/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 90788 0 0 0 135182 77 0 0 20 0 1 0 383980607 665862144 138499 33554432000 4194304 5208918 140735540433408 140735540431256 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 162564 138499 105 248 0 162313 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 1044272

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.11 3/183 18031
/proc/meminfo: memFree=21690436/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=650708 CPUtime=1412.57 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 90922 0 0 0 141180 77 0 0 20 0 1 0 383980607 666324992 141699 33554432000 4194304 5208918 140735540433408 140735540431160 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 162677 141699 105 248 0 162426 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 1044724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/183 18032
/proc/meminfo: memFree=21654320/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=659944 CPUtime=1472.57 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 92492 0 0 0 147174 83 0 0 20 0 1 0 383980607 675782656 150000 33554432000 4194304 5208918 140735540433408 140735540431560 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 164986 150000 105 248 0 164735 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 1053960

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 18032
/proc/meminfo: memFree=21629288/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=792204 CPUtime=1532.56 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 93424 0 0 0 153166 90 0 0 20 0 1 0 383980607 811216896 156113 33554432000 4194304 5208918 140735540433408 140735540431560 4211553 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 198051 156113 105 248 0 197800 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 1186220

[startup+1602.3 s]
/proc/loadavg: 1.93 1.98 2.08 3/181 18072
/proc/meminfo: memFree=24929872/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=792204 CPUtime=1592.55 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 94142 0 0 0 159157 98 0 0 20 0 1 0 383980607 811216896 161030 33554432000 4194304 5208918 140735540433408 140735540431560 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 198051 161030 105 248 0 197800 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 1186220

[startup+1662.31 s]
/proc/loadavg: 2.46 2.11 2.11 3/184 18077
/proc/meminfo: memFree=19787244/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=793012 CPUtime=1652.54 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 94920 0 0 0 165149 105 0 0 20 0 1 0 383980607 812044288 159144 33554432000 4194304 5208918 140735540433408 140735540431256 4229365 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 198253 159144 105 248 0 198002 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 1187028

[startup+1722.3 s]
/proc/loadavg: 2.36 2.16 2.13 3/183 18080
/proc/meminfo: memFree=19705884/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=662812 CPUtime=1712.53 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 95513 0 0 0 171142 111 0 0 20 0 1 0 383980607 678719488 156048 33554432000 4194304 5208918 140735540433408 140735540431256 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 165703 156048 105 248 0 165452 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 1056828

[startup+1782.3 s]
/proc/loadavg: 2.19 2.14 2.12 3/183 18081
/proc/meminfo: memFree=19710260/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=664636 CPUtime=1772.52 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 96493 0 0 0 177135 117 0 0 20 0 1 0 383980607 680587264 150273 33554432000 4194304 5208918 140735540433408 140735540431256 4229528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 166159 150273 105 248 0 165908 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 1058652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.15 2.14 2.12 3/183 18081
/proc/meminfo: memFree=19687536/32873844 swapFree=7628/7628
[pid=18006] ppid=18004 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18006/stat : 18006 (npSolver-pbo.sh) S 18004 18006 17144 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 383979657 9367552 274 33554432000 4194304 5064252 140736710458304 140736710457216 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18006/statm: 2287 274 233 213 0 72 0
[pid=18007] ppid=18006 vsize=375720 CPUtime=9.46 cores=1,3,5,7
/proc/18007/stat : 18007 (npSolver-pbo) S 18006 18006 17144 0 -1 4202496 22035 59799 0 0 352 113 450 31 20 0 1 0 383979657 384737280 71061 33554432000 4194304 6004724 140734677539856 140734677532208 5186782 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/18007/statm: 93930 71061 180 442 0 93484 0
[pid=18019] ppid=18007 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18019/stat : 18019 (satsolver.sh) S 18007 18006 17144 0 -1 4202496 595 0 0 0 0 0 0 0 20 0 1 0 383980606 9367552 266 33554432000 4194304 5064252 140734991084256 140734991083168 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18019/statm: 2287 266 226 213 0 72 0
[pid=18020] ppid=18019 vsize=664972 CPUtime=1790.63 cores=1,3,5,7
/proc/18020/stat : 18020 (glucose) R 18019 18006 17144 0 -1 4202496 96564 0 0 0 178945 118 0 0 20 0 1 0 383980607 680931328 155454 33554432000 4194304 5208918 140735540433408 140735540431256 4229504 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18020/statm: 166243 155454 105 248 0 165992 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1058988

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18006 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=30779
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=456778
# CPU time returned by wait4() is 9.48756
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.42
CPU time (s): 1800.09
CPU user time (s): 1797.47
CPU system time (s): 2.62
CPU usage (%): 99.9818
Max. virtual memory (cumulated for all children) (KiB): 1402116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.03078
system time used= 1.45678
maximum resident set size= 459732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82809
page faults= 0
swaps= 0
block input operations= 8
block output operations= 439632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 626
involuntary context switches= 36

runsolver used 3.39248 second user time and 9.24259 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-08 20:02:33
IDJOB=3750167
IDBENCH=92681
IDSOLVER=2334
FILE ID=node145/3750167-1339178553
RUNJOBID= node145-1339168567-17161
PBS_JOBID= 14643806
Free space on /tmp= 70300 MiB

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

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

MD5SUM BENCH= e7b6dae550ad8f4cdbfa76831693ec64
RANDOM SEED=2075409595

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        22774236 kB
Buffers:          596636 kB
Cached:          5660388 kB
SwapCached:            4 kB
Active:          5819668 kB
Inactive:        3360364 kB
Active(anon):    2907084 kB
Inactive(anon):    11128 kB
Active(file):    2912584 kB
Inactive(file):  3349236 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108852 kB
Dirty:             12460 kB
Writeback:             0 kB
AnonPages:       3008728 kB
Mapped:            15232 kB
Shmem:               200 kB
Slab:             774060 kB
SReclaimable:     215420 kB
SUnreclaim:       558640 kB
KernelStack:        1520 kB
PageTables:         9560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3604604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1271808 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= 69676 MiB
End job on node145 at 2012-06-08 20:32:33