Trace number 3700936

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.06 1800.91

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Base/
normalized-minisat70_4_22_6.opb
MD5SUM3d381ed93f57c88e2b6d7a913913eca6
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5298527
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
Biggest coefficient in the objective function 174676879
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 105424044698
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 174676879
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 105424044698
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.34	c run usual solver
3.76/3.99	c model valid
3.76/3.99	c current solution ok
4.88/5.39	o 325027503
4.88/5.39	c current bound: 162513786
4.88/5.39	c fallback to adder encoding
29.68/30.29	c model valid
29.68/30.29	c current solution ok
29.79/30.33	o 67594537
29.79/30.33	c current bound: 33797303
29.79/30.33	c fallback to adder encoding
650.56/651.23	c model valid
650.56/651.23	c current solution ok
650.56/651.27	o 22921835
650.56/651.27	c current bound: 11460952
650.56/651.27	c fallback to adder encoding
786.82/787.58	c model valid
786.82/787.58	c current solution ok
786.90/787.61	o 10766897
786.90/787.61	c current bound: 5383483
786.90/787.61	c fallback to adder encoding
1800.01/1800.91	./satsolver.sh: line 5: 26207 Terminated              ./glucose $1 > $2 2> /dev/null
1800.01/1800.91	c error: unexpected solver exit code
1800.01/1800.91	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-3700936-1338137769/watcher-3700936-1338137769 -o /tmp/evaluation-result-3700936-1338137769/solver-3700936-1338137769 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700936-1338137769.opb 625710175 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.05 2.01 2.02 3/179 26084
/proc/meminfo: memFree=27735892/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0

[startup+0.0682501 s]
/proc/loadavg: 2.05 2.01 2.02 3/179 26084
/proc/meminfo: memFree=27735892/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100212 s]
/proc/loadavg: 2.05 2.01 2.02 3/179 26084
/proc/meminfo: memFree=27735892/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300225 s]
/proc/loadavg: 2.05 2.01 2.02 3/179 26084
/proc/meminfo: memFree=27735892/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 2.05 2.01 2.02 3/179 26084
/proc/meminfo: memFree=27735892/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50037 s]
/proc/loadavg: 2.05 2.01 2.02 3/183 26088
/proc/meminfo: memFree=27568756/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=30340 CPUtime=0.34 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 5792 0 0 0 31 3 0 0 20 0 1 0 279902316 31068160 6279 33554432000 4194304 5992684 140736617767056 140736617761088 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26085/statm: 7585 6279 172 440 0 7141 0
[pid=26087] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26087/stat : 26087 (cp2_pre.sh) S 26085 26084 23788 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 279902352 9367552 277 33554432000 4194304 5064252 140733595916432 140733595915136 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26087/statm: 2287 277 234 213 0 72 0
[pid=26088] ppid=26087 vsize=167728 CPUtime=1.12 cores=1,3,5,7
/proc/26088/stat : 26088 (coprocessor) R 26087 26084 23788 0 -1 4202496 28662 0 0 0 108 4 0 0 20 0 1 0 279902353 171753472 40697 33554432000 4194304 6586260 140735640826400 140735640822664 5511711 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/26088/statm: 41932 40698 184 584 0 41344 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 216364

[startup+3.10023 s]
/proc/loadavg: 2.04 2.01 2.02 3/183 26088
/proc/meminfo: memFree=27513612/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=30340 CPUtime=2.42 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 5800 33634 0 0 31 3 180 28 20 0 1 0 279902316 31068160 6279 33554432000 4194304 5992684 140736617767056 140736617762176 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/26085/statm: 7585 6279 172 440 0 7141 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 39488
heavy processes:

[startup+6.30028 s]
/proc/loadavg: 2.04 2.01 2.02 3/181 26096
/proc/meminfo: memFree=27677692/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=124160 CPUtime=5.81 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) R 26084 26084 23788 0 -1 4202496 11738 56998 0 0 139 82 324 36 20 0 1 0 279902316 127139840 29352 33554432000 4194304 5992684 140736617767056 140736617759928 5044375 0 0 4096 0 0 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 31040 29352 188 440 0 30596 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 133308

[startup+12.7003 s]
/proc/loadavg: 2.12 2.03 2.02 3/183 26098
/proc/meminfo: memFree=27130880/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=189696 CPUtime=6.52 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 12899 56998 0 0 193 99 324 36 20 0 1 0 279902316 194248704 39465 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 47424 39465 189 440 0 46980 0
[pid=26097] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26097/stat : 26097 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279903018 9367552 266 33554432000 4194304 5064252 140737316007200 140737316006112 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26097/statm: 2287 266 226 213 0 72 0
[pid=26098] ppid=26097 vsize=349872 CPUtime=5.67 cores=1,3,5,7
/proc/26098/stat : 26098 (glucose) R 26097 26084 23788 0 -1 4202496 57814 0 0 0 550 17 0 0 20 0 1 0 279903018 358268928 77471 33554432000 4194304 5208918 140733786666848 140733786664600 4216399 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26098/statm: 87468 77471 104 248 0 87217 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 557864

[startup+25.5004 s]
/proc/loadavg: 2.10 2.03 2.02 3/183 26098
/proc/meminfo: memFree=27102252/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=189696 CPUtime=6.52 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 12899 56998 0 0 193 99 324 36 20 0 1 0 279902316 194248704 39465 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 47424 39465 189 440 0 46980 0
[pid=26097] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26097/stat : 26097 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279903018 9367552 266 33554432000 4194304 5064252 140737316007200 140737316006112 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26097/statm: 2287 266 226 213 0 72 0
[pid=26098] ppid=26097 vsize=406152 CPUtime=18.46 cores=1,3,5,7
/proc/26098/stat : 26098 (glucose) R 26097 26084 23788 0 -1 4202496 59380 0 0 0 1828 18 0 0 20 0 1 0 279903018 415899648 83634 33554432000 4194304 5208918 140733786666848 140733786665000 4228997 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26098/statm: 101538 83634 104 248 0 101287 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 614144

[startup+51.1004 s]
/proc/loadavg: 2.06 2.03 2.02 3/183 26105
/proc/meminfo: memFree=27254520/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=171708 CPUtime=31.17 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 19385 125130 0 0 316 114 2594 93 20 0 1 0 279902316 175828992 30390 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 42927 30390 189 440 0 42483 0
[pid=26104] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26104/stat : 26104 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279905483 9367552 266 33554432000 4194304 5064252 140733894390192 140733894389104 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26104/statm: 2287 266 226 213 0 72 0
[pid=26105] ppid=26104 vsize=302760 CPUtime=19.41 cores=1,3,5,7
/proc/26105/stat : 26105 (glucose) R 26104 26084 23788 0 -1 4202496 51345 0 0 0 1927 14 0 0 20 0 1 0 279905483 310026240 66016 33554432000 4194304 5208918 140734242874352 140734242872104 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26105/statm: 75690 66016 104 248 0 75439 0
Current children cumulated CPU time (s) 50.58
Current children cumulated vsize (KiB) 492764

[startup+102.307 s]
/proc/loadavg: 2.13 2.05 2.03 3/182 26105
/proc/meminfo: memFree=27216372/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=171708 CPUtime=31.17 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 19385 125130 0 0 316 114 2594 93 20 0 1 0 279902316 175828992 30390 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 42927 30390 189 440 0 42483 0
[pid=26104] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26104/stat : 26104 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279905483 9367552 266 33554432000 4194304 5064252 140733894390192 140733894389104 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26104/statm: 2287 266 226 213 0 72 0
[pid=26105] ppid=26104 vsize=306380 CPUtime=70.62 cores=1,3,5,7
/proc/26105/stat : 26105 (glucose) R 26104 26084 23788 0 -1 4202496 52490 0 0 0 7046 16 0 0 20 0 1 0 279905483 313733120 67484 33554432000 4194304 5208918 140734242874352 140734242872024 4229319 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26105/statm: 76595 67484 105 248 0 76344 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 496384

[startup+162.3 s]
/proc/loadavg: 2.11 2.05 2.02 3/183 26106
/proc/meminfo: memFree=27223592/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=171708 CPUtime=31.17 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 19385 125130 0 0 316 114 2594 93 20 0 1 0 279902316 175828992 30390 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 42927 30390 189 440 0 42483 0
[pid=26104] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26104/stat : 26104 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 279905483 9367552 266 33554432000 4194304 5064252 140733894390192 140733894389104 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26104/statm: 2287 266 226 213 0 72 0
[pid=26105] ppid=26104 vsize=308980 CPUtime=130.6 cores=1,3,5,7
/proc/26105/stat : 26105 (glucose) R 26104 26084 23788 0 -1 4202496 53282 0 0 0 13042 18 0 0 20 0 1 0 279905483 316395520 69174 33554432000 4194304 5208918 140734242874352 140734242872104 4229021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26105/statm: 77245 69174 105 248 0 76994 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 498984

[startup+222.3 s]
/proc/loadavg: 2.11 2.06 2.02 3/183 26106
/proc/meminfo: memFree=27213876/32873648 swapFree=7104/7104

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


[startup+1422.31 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 26212
/proc/meminfo: memFree=26430976/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=103312 CPUtime=787.82 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 33571 253038 0 0 491 138 77938 215 20 0 1 0 279902316 105791488 22507 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 25828 22507 189 440 0 25384 0
[pid=26206] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279981166 9367552 267 33554432000 4194304 5064252 140737135708112 140737135707024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26206/statm: 2287 267 226 213 0 72 0
[pid=26207] ppid=26206 vsize=321328 CPUtime=633.66 cores=1,3,5,7
/proc/26207/stat : 26207 (glucose) R 26206 26084 23788 0 -1 4202496 52734 0 0 0 63334 32 0 0 20 0 1 0 279981166 329039872 65938 33554432000 4194304 5208918 140737421637296 140737421635128 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26207/statm: 80332 65938 104 248 0 80081 0
Current children cumulated CPU time (s) 1421.48
Current children cumulated vsize (KiB) 442936

[startup+1482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/184 26215
/proc/meminfo: memFree=26438464/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=103312 CPUtime=787.82 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 33571 253038 0 0 491 138 77938 215 20 0 1 0 279902316 105791488 22507 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 25828 22507 189 440 0 25384 0
[pid=26206] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279981166 9367552 267 33554432000 4194304 5064252 140737135708112 140737135707024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26206/statm: 2287 267 226 213 0 72 0
[pid=26207] ppid=26206 vsize=271240 CPUtime=693.64 cores=1,3,5,7
/proc/26207/stat : 26207 (glucose) R 26206 26084 23788 0 -1 4202496 53145 0 0 0 69331 33 0 0 20 0 1 0 279981166 277749760 58512 33554432000 4194304 5208918 140737421637296 140737421633672 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26207/statm: 67810 58512 104 248 0 67559 0
Current children cumulated CPU time (s) 1481.46
Current children cumulated vsize (KiB) 392848

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26215
/proc/meminfo: memFree=26427020/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=103312 CPUtime=787.82 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 33571 253038 0 0 491 138 77938 215 20 0 1 0 279902316 105791488 22507 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 25828 22507 189 440 0 25384 0
[pid=26206] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279981166 9367552 267 33554432000 4194304 5064252 140737135708112 140737135707024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26206/statm: 2287 267 226 213 0 72 0
[pid=26207] ppid=26206 vsize=321328 CPUtime=753.63 cores=1,3,5,7
/proc/26207/stat : 26207 (glucose) R 26206 26084 23788 0 -1 4202496 53858 0 0 0 75329 34 0 0 20 0 1 0 279981166 329039872 64334 33554432000 4194304 5208918 140737421637296 140737421635448 4210947 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26207/statm: 80332 64334 104 248 0 80081 0
Current children cumulated CPU time (s) 1541.45
Current children cumulated vsize (KiB) 442936

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26215
/proc/meminfo: memFree=26506532/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=103312 CPUtime=787.82 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 33571 253038 0 0 491 138 77938 215 20 0 1 0 279902316 105791488 22507 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 25828 22507 189 440 0 25384 0
[pid=26206] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279981166 9367552 267 33554432000 4194304 5064252 140737135708112 140737135707024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26206/statm: 2287 267 226 213 0 72 0
[pid=26207] ppid=26206 vsize=271240 CPUtime=813.62 cores=1,3,5,7
/proc/26207/stat : 26207 (glucose) R 26206 26084 23788 0 -1 4202496 54719 0 0 0 81326 36 0 0 20 0 1 0 279981166 277749760 57378 33554432000 4194304 5208918 140737421637296 140737421635448 4211540 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26207/statm: 67810 57378 104 248 0 67559 0
Current children cumulated CPU time (s) 1601.44
Current children cumulated vsize (KiB) 392848

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26216
/proc/meminfo: memFree=26390340/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=103312 CPUtime=787.82 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 33571 253038 0 0 491 138 77938 215 20 0 1 0 279902316 105791488 22507 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 25828 22507 189 440 0 25384 0
[pid=26206] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279981166 9367552 267 33554432000 4194304 5064252 140737135708112 140737135707024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26206/statm: 2287 267 226 213 0 72 0
[pid=26207] ppid=26206 vsize=271240 CPUtime=873.61 cores=1,3,5,7
/proc/26207/stat : 26207 (glucose) R 26206 26084 23788 0 -1 4202496 54735 0 0 0 87325 36 0 0 20 0 1 0 279981166 277749760 60460 33554432000 4194304 5208918 140737421637296 140737421635448 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26207/statm: 67810 60460 104 248 0 67559 0
Current children cumulated CPU time (s) 1661.43
Current children cumulated vsize (KiB) 392848

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26216
/proc/meminfo: memFree=26436560/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=103312 CPUtime=787.82 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 33571 253038 0 0 491 138 77938 215 20 0 1 0 279902316 105791488 22507 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 25828 22507 189 440 0 25384 0
[pid=26206] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279981166 9367552 267 33554432000 4194304 5064252 140737135708112 140737135707024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26206/statm: 2287 267 226 213 0 72 0
[pid=26207] ppid=26206 vsize=271240 CPUtime=933.6 cores=1,3,5,7
/proc/26207/stat : 26207 (glucose) R 26206 26084 23788 0 -1 4202496 54740 0 0 0 93324 36 0 0 20 0 1 0 279981166 277749760 63020 33554432000 4194304 5208918 140737421637296 140737421633672 4228997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26207/statm: 67810 63020 104 248 0 67559 0
Current children cumulated CPU time (s) 1721.42
Current children cumulated vsize (KiB) 392848

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26216
/proc/meminfo: memFree=26444648/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=103312 CPUtime=787.82 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 33571 253038 0 0 491 138 77938 215 20 0 1 0 279902316 105791488 22507 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 25828 22507 189 440 0 25384 0
[pid=26206] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279981166 9367552 267 33554432000 4194304 5064252 140737135708112 140737135707024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26206/statm: 2287 267 226 213 0 72 0
[pid=26207] ppid=26206 vsize=272988 CPUtime=993.59 cores=1,3,5,7
/proc/26207/stat : 26207 (glucose) R 26206 26084 23788 0 -1 4202496 55821 0 0 0 99321 38 0 0 20 0 1 0 279981166 279539712 58328 33554432000 4194304 5208918 140737421637296 140737421635384 4229251 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26207/statm: 68247 58328 104 248 0 67996 0
Current children cumulated CPU time (s) 1781.41
Current children cumulated vsize (KiB) 394596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26216
/proc/meminfo: memFree=26438612/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=103312 CPUtime=787.82 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 33571 253038 0 0 491 138 77938 215 20 0 1 0 279902316 105791488 22507 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 25828 22507 189 440 0 25384 0
[pid=26206] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279981166 9367552 267 33554432000 4194304 5064252 140737135708112 140737135707024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26206/statm: 2287 267 226 213 0 72 0
[pid=26207] ppid=26206 vsize=272988 CPUtime=1012.19 cores=1,3,5,7
/proc/26207/stat : 26207 (glucose) R 26206 26084 23788 0 -1 4202496 55823 0 0 0 101181 38 0 0 20 0 1 0 279981166 279539712 59352 33554432000 4194304 5208918 140737421637296 140737421633672 4211605 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26207/statm: 68247 59352 104 248 0 67996 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 394596

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 26216
/proc/meminfo: memFree=26438612/32873648 swapFree=7104/7104
[pid=26084] ppid=26082 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26084/stat : 26084 (npSolver-pbo.sh) S 26082 26084 23788 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 279902316 9367552 274 33554432000 4194304 5064252 140736100954592 140736100953504 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/26084/statm: 2287 274 233 213 0 72 0
[pid=26085] ppid=26084 vsize=103312 CPUtime=787.82 cores=1,3,5,7
/proc/26085/stat : 26085 (npSolver-pbo) S 26084 26084 23788 0 -1 4202496 33571 253038 0 0 491 138 77938 215 20 0 1 0 279902316 105791488 22507 33554432000 4194304 5992684 140736617767056 140736617759376 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 11 0 0
/proc/26085/statm: 25828 22507 189 440 0 25384 0
[pid=26206] ppid=26085 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/26206/stat : 26206 (satsolver.sh) S 26085 26084 23788 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279981166 9367552 267 33554432000 4194304 5064252 140737135708112 140737135707024 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/26206/statm: 2287 267 226 213 0 72 0
[pid=26207] ppid=26206 vsize=272988 CPUtime=1012.19 cores=1,3,5,7
/proc/26207/stat : 26207 (glucose) R 26206 26084 23788 0 -1 4202496 55823 0 0 0 101181 38 0 0 20 0 1 0 279981166 279539712 59352 33554432000 4194304 5208918 140737421637296 140737421633672 4211605 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/26207/statm: 68247 59352 104 248 0 67996 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 394596

Child status: 0
Real time (s): 1800.91
CPU time (s): 1800.06
CPU user time (s): 1796.12
CPU system time (s): 3.9384
CPU usage (%): 99.9524
Max. virtual memory (cumulated for all children) (KiB): 694284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.12
system time used= 3.9384
maximum resident set size= 431692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343423
page faults= 0
swaps= 0
block input operations= 0
block output operations= 816624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4426
involuntary context switches= 2137

runsolver used 2.6216 second user time and 7.27389 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 18:56:09
IDJOB=3700936
IDBENCH=92737
IDSOLVER=2277
FILE ID=node127/3700936-1338137769
RUNJOBID= node127-1338121714-23805
PBS_JOBID= 14624481
Free space on /tmp= 71136 MiB

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

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

MD5SUM BENCH= 3d381ed93f57c88e2b6d7a913913eca6
RANDOM SEED=625710175

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27735892 kB
Buffers:          463916 kB
Cached:          3521340 kB
SwapCached:            0 kB
Active:          1496744 kB
Inactive:        2752088 kB
Active(anon):     265496 kB
Inactive(anon):        0 kB
Active(file):    1231248 kB
Inactive(file):  2752088 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8968 kB
Writeback:             0 kB
AnonPages:        472360 kB
Mapped:            15552 kB
Shmem:               200 kB
Slab:             742904 kB
SReclaimable:     187172 kB
SUnreclaim:       555732 kB
KernelStack:        1520 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     419740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70876 MiB
End job on node127 at 2012-05-27 19:26:10